Releases: ArnaudBarre/downwind
Releases · ArnaudBarre/downwind
v0.2.6
Add scanRegex
option for esbuild plugin
v0.2.5
Stable order for arbitrary values of the same rule. It's now based on the string match instead of the scan order
v0.2.4
- Use Lightning CSS to print utils in dev. This fixes usage of variants in shortcuts
- Add
configFiles
to Downwind object
v0.2.3
Add DownwindError to types
v0.2.2
Fix: Support arbitrary variants with >
, *
, +
and ~
v0.2.1
esbuild plugin: Fix metafile output (remove map & update cssBundle prop)
v0.2.0
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
- Parcel CSS -> Lightning CSS
- Sort keys for CSSModuleExports
v0.1.3
Bump config-loader
v0.1.2
Fix issue with inset-x/y