- 2a91ca6: fix: add vite 6 peer dependency
- 8656309: chore: add Vite 6 peer dependency
- d3835bf: fix: Extract selectors from compiled modules
- a248a67: fix: SSR builds no longer interfere with client builds
- baeec98: fix: Normalize content glob paths for Windows
- 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
- c4aeb76: chore: Upgraded to
purgecss
v6 - c4aeb76: fix: Adjusted html content glob to account for Windows
- fc84d65: feat: Added support for Vite 5
- 74b3725: fix: Decreased plugin processing time by 80%
- ef556dd: fix: Added
data-theme
to the safelist
- c9eb647: fix: Tailwind's arbitrary values are no longer erroneously removed
- 47b85eb: fix: Reduced processing time by only extracting selectors from string literals of a certain max length
- aef2c21: feat: Upgraded
purgecss
to6.0.0-alpha.0
- f1ba153: fix: Pseudo-class functions are no longer purged (see: FullHuman/purgecss#978)
- b8500be: fix: Updated the name of the plugin
- cf344f3: fix: Check the values of
TemplateElement
nodes for selectors
- 5c333c3: Initial Release