Skip to content

Releases: tailwindlabs/prettier-plugin-tailwindcss

v0.1.12

07 Jul 14:55
Compare
Choose a tag to compare

Added

  • Add support for Glimmer / Handlebars (#83)

v0.1.11

16 May 10:33
Compare
Choose a tag to compare

Changed

  • Update prettier-plugin-svelte to v2.7.0 (#77)

Fixed

  • Fix sorting in Svelte :else blocks (#79)

v0.1.10

20 Apr 08:19
Compare
Choose a tag to compare

Removed

  • Remove whitespace tidying and duplicate class removal due to issues with whitespace removal (#72)

v0.1.9

19 Apr 19:22
Compare
Choose a tag to compare

Added

  • Add license file (#64)
  • Add whitespace tidying and duplicate class removal (#70)

v0.1.8

24 Feb 17:48
Compare
Choose a tag to compare

Changed

  • Use Tailwind's getClassOrder API when available (#57)

Fixed

  • Fix Tailwind config file resolution when Prettier config file is not present (#62)

v0.1.7

09 Feb 10:48
Compare
Choose a tag to compare

Fixed

  • Fix single quotes being converted to double quotes (#51)

v0.1.6

08 Feb 11:27
Compare
Choose a tag to compare

Fixed

  • Fix error when no Prettier options provided (#46)

v0.1.5

04 Feb 16:59
Compare
Choose a tag to compare

Added

  • Add support for MDX (#30)

Fixed

  • Fix error when formatting Svelte files that contain let:class attributes (#24)

v0.1.4

25 Jan 13:23
Compare
Choose a tag to compare

Fixed

  • Handle empty class attributes (#17)
  • Handle TypeScript syntax in Vue/Angular class attributes (#18)

v0.1.3

24 Jan 21:44
Compare
Choose a tag to compare

Fixed

  • Ignore !important when sorting @apply classes (#4)