Skip to content

Latest commit

 

History

History
121 lines (69 loc) · 4.75 KB

CHANGELOG.md

File metadata and controls

121 lines (69 loc) · 4.75 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

  • Fix support for latest Shopify Liquid plugin (#109)

0.2.0 - 2022-11-25

Changed

  • Don't bundle prettier-plugin-svelte (#101)

Added

  • Improve compatibility with other Prettier plugins (#101, #102)

0.1.13 - 2022-07-25

Fixed

  • Fix error when using Angular pipes (#86)

0.1.12 - 2022-07-07

Added

  • Add support for Glimmer / Handlebars (#83)

0.1.11 - 2022-05-16

Changed

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

Fixed

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

0.1.10 - 2022-04-20

Removed

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

0.1.9 - 2022-04-19

Added

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

0.1.8 - 2022-02-24

Changed

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

Fixed

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

0.1.7 - 2022-02-09

Fixed

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

0.1.6 - 2022-02-08

Fixed

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

0.1.5 - 2022-02-04

Added

  • Add support for MDX (#30)

Fixed

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

0.1.4 - 2022-01-25

Fixed

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

0.1.3 - 2022-01-24

Fixed

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

0.1.2 - 2022-01-24

Fixed

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