Skip to content

Releases: dhleong/spade

1.1.2

10 Jul 02:11
Compare
Choose a tag to compare

Enhancements:

  • Add a built-in config for clj-kondo (#18)

1.1.1

17 Oct 15:24
Compare
Choose a tag to compare

Bug Fixes:

  • Fix support for passing a list of composed styles to :composes

1.1.0

20 Mar 15:52
Compare
Choose a tag to compare

Enhancements:

  • Add special syntax for CSS variables (#8)

Bug Fixes:

  • Don't touch the DOM unless a style has actually changed (#9)

1.0.4

26 Mar 01:23
Compare
Choose a tag to compare

Bug Fixes:

  • Unable to generate style names when compiled under :simple optimizations (#7)

1.0.3

28 Sep 15:47
Compare
Choose a tag to compare

Bug Fixes:

  • Don't accidentally make invalid style names in advanced mode

1.0.2

18 Sep 04:10
Compare
Choose a tag to compare

Bug Fixes:

  • Properly namespace Media Queries (#6)

1.0.1

03 Sep 17:15
Compare
Choose a tag to compare

Enhancements:

  • Add docstrings to the core macros
  • Other cleanup for better cljdoc rendering

1.0.0

28 Aug 21:12
c55e8c5
Compare
Choose a tag to compare

Enhancements:

  • Add parameters to defkeyframes (#5)

0.2.0

28 Aug 17:59
Compare
Choose a tag to compare

Enhancements:

  • Generate appropriate arglist meta for functions (#2, #4)
  • Support style composition (#1, #3)