Skip to content

Releases: tailwindlabs/prettier-plugin-tailwindcss

v0.6.10

15 Jan 16:39
Compare
Choose a tag to compare
  • Add support for @zackad/prettier-plugin-twig (#327)
  • Drop support for @zackad/prettier-plugin-twig-melody (#327)
  • Update Prettier options types (#325)
  • Don't remove whitespace inside template literals in Svelte (#332)

v0.6.9

19 Nov 15:41
Compare
Choose a tag to compare
  • Introduce tailwindStylesheet option to replace tailwindEntryPoint (#330)

v0.6.8

24 Sep 17:32
Compare
Choose a tag to compare

v0.6.7

24 Sep 16:10
Compare
Choose a tag to compare
  • 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

09 Aug 15:58
Compare
Choose a tag to compare
  • 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

17 Jun 15:38
Compare
Choose a tag to compare
  • Only re-apply string escaping when necessary (#295)

v0.6.4

12 Jun 18:48
Compare
Choose a tag to compare
  • Export PluginOptions type (#292)

v0.6.3

11 Jun 14:50
Compare
Choose a tag to compare
  • Improve detection of string concatenation (#288)

v0.6.2

07 Jun 17:33
Compare
Choose a tag to compare

Changed

  • Only remove duplicate Tailwind classes (#277)
  • Make sure escapes in classes are preserved in string literals (#286)

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)