- Bump tmpl from 1.0.4 to 1.0.5
#21
v1.1.0 - 2021-08-22
- Automate releases with release-it
- Upgrade vulnerable dependencies
- Upgrade vulnerable dependencies
- Update dependencies
- Update dependencies
- Fixed errors with shorthand style declarations (#8)
- Fixed errors with irregular fluidStart values (#6)
- Fixed error in README code example
- Added comment to README code example describing object breakpoints support
- Miscellaneous README fixes
- Fix npm–repository link
- Replace lookbehind regex for better cross-browser support (#3)
- Removed non-production files from package tarball
- Update phrasing in some sections of the README
- Exclude generating of fluid styles for styles that do not meet the same-unit requirements
- Added integration test for same-unit requirements
- New README section on same-unit requirements
- The default
fluid
export now transforms existing style prop functions (e.g.,typography
andspace
fromstyled-system
) to make their output styles fluid where appropriate _fluidSystem.startingWidth
is now defined via afluidStart
alias on the themebreakpoints
array- Skipping breakpoints is done now with
null
instead of"-"
as before to align with the Styled System syntaax
- A default
fluidStart
value is set at320px
(or20em/rem
depending on what units yourbreakpoints
are defined in) - There is now also
breakpoints
default of["40em", "52em", "64em"]
- Object
breakpoints
support - Integration tests
- Continuous integration via
TravisCI
- Test coverage reports via
Codecov
- Code linting via
eslint