Releases: purescript-contrib/purescript-css
Releases · purescript-contrib/purescript-css
v6.0.0
Breaking changes:
-
Add support for
calc
expressions (#140 by @nsaunders) -
Add table selector (#141 by @plurip-software)
-
Update project and deps to PureScript v0.15.0 (#156 by @JordanMartinez)
-
Dropped almost all named colors (#156 by @JordanMartinez)
These colors were originally defined in
purescript-colors
(i.e.
one module per schema) because each schema should be defined as its
own library. This change was propagated to this release.
New features:
- Add smart constructors for generic font families (#68, #136 by @Unisay and @JordanMartinez)
- Add support for
text-direction
(#83, #137 by @vyorkin and @JordanMartinez) - Add outline and constituent properties (#145 by @nsaunders)
- Add support for
visibility
property (#148 by @nsaunders)
Other improvements:
- Added
purs-tidy
formatter (#138 by @thomashoneyman) - Remove ending space in css output (e.g.
padding: 1 2 3 4
) (#135 by @chexxor and @JordanMartinez)
v5.0.1
Other improvements:
- Fix warnings revealed by v0.14.1 PureScript release (#133 by @JordanMartinez)
- Install transitive dependencies which are directly imported (#133 by @thomashoneyman)
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)
v4.0.0: Merge pull request #77 from justinwoo/compiler/0.12
changes for 0.12
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.0
v2.1.0
- Added many new values and properties (@alexmingoia)
- Fixed quoting of fonts (@siegfriedweber)