v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#125 by @JordanMartinez, #126 by @kl0tl)
- Changed
flex
,flexGrow
, andflexShrink
to useNumber
rather thanInt
for thegrow
andshrink
values (#64 by @andywhite37) - Refactored
FontStyle
type to be a sum type rather than a newtype and added tests (#95 by @vyorkin) - Fixed infix levels of selector operators (#78 by @vyorkin)
New features:
- Added roles declarations to forbid unsafe coercions (#120 by @kl0tl)
- Added
cursor
(#94 by @vyorkin) - Added
border-spacing
(#114 by @mjgpy3) - Added
opacity
(#91 by @vyorkin) - Added
text-overflow
(#97 by @vyorkin) - Added a unitless size (#90 by @vyorkin)
- Added transition CSS properties and values (#106 by @vyorkin)
- Added various transformations (#103 by @vyorkin)
- Added various selector combinators (#100 by @vyorkin)
Bugfixes:
Other improvements:
- Removed
purescript-generics
dependency (#76 by @vyorkin) - Changed default branch to
main
frommaster
- Updated to comply with Contributors library guidelines by adding new issue and pull request templates, updating documentation, and migrating to Spago for local development and CI (#121 by @maxdeviant)