Skip to content

Releases: purescript-contrib/purescript-css

v6.0.0

27 Apr 23:12
710d6a7
Compare
Choose a tag to compare

Breaking changes:

  • Add support for calc expressions (#140 by @nsaunders)

  • Add table selector (#141 by @plurip-software)

  • Update the box-shadow implementation (#88 by @vyorkin)

  • 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:

Other improvements:

v5.0.1

19 Apr 23:56
Compare
Choose a tag to compare

Other improvements:

v5.0.0

15 Mar 16:42
0484362
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#125 by @JordanMartinez, #126 by @kl0tl)
  • Changed flex, flexGrow, and flexShrink to use Number rather than Int for the grow and shrink 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:

Bugfixes:

Other improvements:

  • Removed purescript-generics dependency (#76 by @vyorkin)
  • Changed default branch to main from master
  • 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

05 Jun 18:23
0164325
Compare
Choose a tag to compare

v3.4.0

24 Jan 14:26
41f2b02
Compare
Choose a tag to compare
  • Lifted upper bound on purescript-colors (@safareli)

v3.3.0

28 Aug 22:48
Compare
Choose a tag to compare
  • Updated the re-exports from the main CSS module to include a variety of values and types that hadn't been added after updates elsewhere

v3.2.0

28 Aug 21:56
Compare
Choose a tag to compare
  • Added font-style values

v3.1.0

09 Aug 11:52
Compare
Choose a tag to compare

v3.0.0

19 Apr 21:12
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.1.0

07 Feb 11:50
Compare
Choose a tag to compare