Releases: tailwindlabs/prettier-plugin-tailwindcss
Releases · tailwindlabs/prettier-plugin-tailwindcss
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)
v0.5.14
Fixed
- Fix detection of v4 projects on Windows (#265)
v0.5.13
Added
- Add support for
@zackad/prettier-plugin-twig-melody
(#255)
v0.5.12
Added
- Add support for
prettier-plugin-sort-imports
(#241)
- Add support for Tailwind CSS v4.0 (#249)
v0.5.11
Changed
- Bumped bundled version of Tailwind CSS to v3.4.1 (#240)
v0.5.10
Changed
- Bumped bundled version of Tailwind CSS to v3.4 (#235)
v0.5.9
Fixed
- Fixed location of embedded preflight CSS file (#231)
v0.5.8
Added
- Re-enable support for
prettier-plugin-marko
(#229)
v0.5.7
Fixed
- Fix sorting inside dynamic custom attributes (#225)