Skip to content

Releases: ArnaudBarre/downwind

v0.8.2

15 Oct 12:19

Choose a tag to compare

  • Enforce order pre for transformations in the Vite plugin

v0.8.1

29 Sep 00:30

Choose a tag to compare

  • Remove usage of import.meta.filename to keep compatibility with Tailwind VSCode extension

v0.8.0

28 Sep 23:00

Choose a tag to compare

  • Remove interval check in Vite plugin
  • Use rolldown filters for scan filtering, requires Vite 6.3+ or rolldown-vite
  • Change intervalCheckMs to idleMs in the esbuild plugin and add experimental-double-build value.
  • Add experimental toInlineCSS

v0.7.7

27 Nov 16:36

Choose a tag to compare

  • Fix overscroll util

v0.7.6

21 Jul 15:48

Choose a tag to compare

  • Align with Tailwind 3.4.6

v0.7.5

20 Apr 10:23

Choose a tag to compare

  • Align base.css with 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

27 Feb 23:20

Choose a tag to compare

  • Actually fix plugin usage in build watch mode

v0.7.3

23 Dec 02:04

Choose a tag to compare

v0.7.2

18 Dec 15:25

Choose a tag to compare

  • Fix plugin usage in build watch mode

v0.7.1

05 Dec 00:18

Choose a tag to compare

  • 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