Skip to content

Releases: AdrianGonz97/vite-plugin-tailwind-purgecss

v0.3.3

25 Apr 19:37
a19a8fe
Compare
Choose a tag to compare

Patch Changes

  • d3835bf: fix: Extract selectors from compiled modules

v0.3.2

25 Apr 04:51
5ffe1cf
Compare
Choose a tag to compare

Patch Changes

  • a248a67: fix: SSR builds no longer interfere with client builds

v0.3.1

15 Apr 18:41
b35ebf8
Compare
Choose a tag to compare

Patch Changes

  • baeec98: fix: Normalize content glob paths for Windows

v0.3.0

09 Apr 18:48
7e96827
Compare
Choose a tag to compare

Minor Changes

  • 0f75105: breaking: Updated the default purging strategy to only target Tailwind specific classes
  • 0f75105: feat: Bundle size differences are now printed during build
  • 0f75105: feat: Added legacy mode that brings back the old plugin behavior
  • 0f75105: breaking: Updated plugin option types
  • 0f75105: breaking: Added tailwindcss (v3.3.0 or higher) as a peer-dependency

v0.2.1

02 Apr 18:48
d66aea0
Compare
Choose a tag to compare

Patch Changes

  • c4aeb76: chore: Upgraded to purgecss v6
  • c4aeb76: fix: Adjusted html content glob to account for Windows

v0.2.0

15 Dec 17:13
191c21b
Compare
Choose a tag to compare

Minor Changes

  • fc84d65: feat: Added support for Vite 5

v0.1.4

27 Nov 02:44
2b6b12f
Compare
Choose a tag to compare

Patch Changes

  • 74b3725: fix: Decreased plugin processing time by 80%

v0.1.3

18 Aug 03:04
6c43f6e
Compare
Choose a tag to compare

Patch Changes

  • ef556dd: fix: Added data-theme to the safelist

v0.1.2

17 Aug 17:07
2b560d3
Compare
Choose a tag to compare

Patch Changes

  • c9eb647: fix: Tailwind's arbitrary values are no longer erroneously removed

v0.1.1

15 Aug 21:04
63eeb34
Compare
Choose a tag to compare

Patch Changes

  • 47b85eb: fix: Reduced processing time by only extracting selectors from string literals of a certain max length