Releases: tailwindlabs/prettier-plugin-tailwindcss
Releases · tailwindlabs/prettier-plugin-tailwindcss
v0.6.9
- Introduce
tailwindStylesheet
option to replace tailwindEntryPoint
(#330)
v0.6.7
- Improved performance with large Svelte, Liquid, and Angular files (#312)
- Add support for
@plugin
and @config
in v4 (#316)
- Add support for Tailwind CSS v4.0.0-alpha.25 (#317)
v0.6.6
- Add support for
prettier-plugin-multiline-arrays
(#299)
- Add resolution cache for known plugins (#301)
- Support Tailwind CSS
v4.0.0-alpha.19
(#310)
v0.6.5
- Only re-apply string escaping when necessary (#295)
v0.6.4
- Export
PluginOptions
type (#292)
v0.6.3
- Improve detection of string concatenation (#288)
v0.6.2
Changed
- Only remove duplicate Tailwind classes (#277)
- Make sure escapes in classes are preserved in string literals (#286)
v0.6.1
Added
- Add new
tailwindPreserveDuplicates
option to disable removal of duplicate classes (#276)
Fixed
- Improve handling of whitespace removal when concatenating strings (#276)
- Fix a bug where Angular expressions may produce invalid code after sorting (#276)
- Disabled whitespace and duplicate class removal for Liquid and Svelte (#276)
v0.6.0
Changed
- Remove duplicate classes (#272)
- Remove extra whitespace around classes (#272)