Releases: ArnaudBarre/downwind
Releases · ArnaudBarre/downwind
v0.8.2
v0.8.1
- Remove usage of
import.meta.filenameto keep compatibility with Tailwind VSCode extension
v0.8.0
- Remove interval check in Vite plugin
- Use rolldown filters for scan filtering, requires Vite 6.3+ or rolldown-vite
- Change
intervalCheckMstoidleMsin the esbuild plugin and addexperimental-double-buildvalue. - Add experimental
toInlineCSS
v0.7.7
- Fix overscroll util
v0.7.6
- Align with Tailwind 3.4.6
v0.7.5
- Align
base.csswith Tailwind 3.4.2 - Support named color (ie
text-[red]generate a color utility) - Skip merging of utilities that contains vendor prefixes
v0.7.4
- Actually fix plugin usage in build watch mode
v0.7.3
- Align with Tailwind 3.4: https://tailwindcss.com/blog/tailwindcss-v3-4
- Support main dynamic variants (
min-*,max-*,has-*,(group/peer-)data-*,(group/peer-)aria-*)
v0.7.2
- Fix plugin usage in build watch mode
v0.7.1
- Sort defaults to get a stable output
- Internally consider media & supports variant as
atRules so that the nesting output is closer to Tailwind - Group selectors with same content. Pre 0.7 this optimization was done by Lightning CSS and esbuild does not support this optimization when minifying