Skip to content

Latest commit

 

History

History
61 lines (31 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

61 lines (31 loc) · 993 Bytes

vite-plugin-tailwind-purgecss

0.2.0

Minor Changes

  • fc84d65: feat: Added support for Vite 5

0.1.4

Patch Changes

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

0.1.3

Patch Changes

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

0.1.2

Patch Changes

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

0.1.1

Patch Changes

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

0.1.0

Minor Changes

  • aef2c21: feat: Upgraded purgecss to 6.0.0-alpha.0

0.0.4

Patch Changes

0.0.3

Patch Changes

  • b8500be: fix: Updated the name of the plugin

0.0.2

Patch Changes

  • cf344f3: fix: Check the values of TemplateElement nodes for selectors

0.0.1

Patch Changes

  • 5c333c3: Initial Release