Skip to content

Releases: ArnaudBarre/downwind

v0.2.4

09 Oct 14:57
Compare
Choose a tag to compare
  • Use Lightning CSS to print utils in dev. This fixes usage of variants in shortcuts
  • Add configFiles to Downwind object

v0.2.3

08 Oct 10:35
Compare
Choose a tag to compare

Add DownwindError to types

v0.2.2

07 Oct 10:30
Compare
Choose a tag to compare

Fix: Support arbitrary variants with >, *, + and ~

v0.2.1

06 Oct 14:42
Compare
Choose a tag to compare

esbuild plugin: Fix metafile output (remove map & update cssBundle prop)

v0.2.0

16 Sep 16:30
Compare
Choose a tag to compare

Breaking:

  • Use flat color palette in theme (i.e. blue: { 300: "#93c5fd", 400: "#60a5fa" } -> "blue-300": "#93c5fd", "blue-400": "#60a5fa")
  • Theme function requires double quotes and always uses key.value syntax (theme(spacing[2.5]) -> theme("spacing.2.5"))

v0.1.4

16 Sep 00:15
Compare
Choose a tag to compare
  • Parcel CSS -> Lightning CSS
  • Sort keys for CSSModuleExports

v0.1.3

04 Sep 00:49
Compare
Choose a tag to compare

Bump config-loader

v0.1.2

31 Aug 08:07
Compare
Choose a tag to compare

Fix issue with inset-x/y

v0.1.1

29 Aug 21:21
Compare
Choose a tag to compare

Add % to the scan regex

v0.1.0

28 Aug 00:20
Compare
Choose a tag to compare

Initial release