Skip to content

Releases: tailwindlabs/prettier-plugin-tailwindcss

v0.6.1

31 May 17:03
Compare
Choose a tag to compare

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

30 May 18:00
Compare
Choose a tag to compare

Changed

  • Remove duplicate classes (#272)
  • Remove extra whitespace around classes (#272)

v0.5.14

15 Apr 19:37
Compare
Choose a tag to compare

Fixed

  • Fix detection of v4 projects on Windows (#265)

v0.5.13

27 Mar 16:50
Compare
Choose a tag to compare

Added

  • Add support for @zackad/prettier-plugin-twig-melody (#255)

v0.5.12

06 Mar 16:23
Compare
Choose a tag to compare

Added

  • Add support for prettier-plugin-sort-imports (#241)
  • Add support for Tailwind CSS v4.0 (#249)

v0.5.11

05 Jan 21:43
Compare
Choose a tag to compare

Changed

  • Bumped bundled version of Tailwind CSS to v3.4.1 (#240)

v0.5.10

28 Dec 17:04
Compare
Choose a tag to compare

Changed

  • Bumped bundled version of Tailwind CSS to v3.4 (#235)

v0.5.9

05 Dec 22:48
Compare
Choose a tag to compare

Fixed

  • Fixed location of embedded preflight CSS file (#231)

v0.5.8

05 Dec 14:32
Compare
Choose a tag to compare

Added

  • Re-enable support for prettier-plugin-marko (#229)

v0.5.7

08 Nov 16:04
Compare
Choose a tag to compare

Fixed

  • Fix sorting inside dynamic custom attributes (#225)