Skip to content

Releases: tailwindlabs/prettier-plugin-tailwindcss

v0.1.8

24 Feb 17:48

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

Choose a tag to compare

Fixed

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

v0.1.6

08 Feb 11:27

Choose a tag to compare

Fixed

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

v0.1.5

04 Feb 16:59

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

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

Choose a tag to compare

Fixed

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

v0.1.2

24 Jan 20:58

Choose a tag to compare

Fixed

  • Fix error when using nullish coalescing operator in Vue/Angular (#2)