|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +- Nothing! |
| 11 | + |
| 12 | +## [0.2.0] - 2022-11-25 |
| 13 | + |
| 14 | +### Added |
| 15 | + |
| 16 | +- Improve compatibility with other Prettier plugins ([#31](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/31)) |
| 17 | + |
| 18 | +## [0.1.13] - 2022-07-25 |
| 19 | + |
| 20 | +### Fixed |
| 21 | + |
| 22 | +- Fix error when using Angular pipes ([#86](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/86)) |
| 23 | + |
| 24 | +## [0.1.12] - 2022-07-07 |
| 25 | + |
| 26 | +### Added |
| 27 | + |
| 28 | +- Add support for Glimmer / Handlebars ([#83](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/83)) |
| 29 | + |
| 30 | +## [0.1.11] - 2022-05-16 |
| 31 | + |
| 32 | +### Changed |
| 33 | + |
| 34 | +- Update `prettier-plugin-svelte` to `v2.7.0` ([#77](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/77)) |
| 35 | + |
| 36 | +### Fixed |
| 37 | + |
| 38 | +- Fix sorting in Svelte `:else` blocks ([#79](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/79)) |
| 39 | + |
| 40 | +## [0.1.10] - 2022-04-20 |
| 41 | + |
| 42 | +### Removed |
| 43 | + |
| 44 | +- Remove whitespace tidying and duplicate class removal due to [issues](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/issues/71) with whitespace removal ([#72](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/72)) |
| 45 | + |
| 46 | +## [0.1.9] - 2022-04-19 |
| 47 | + |
| 48 | +### Added |
| 49 | + |
| 50 | +- Add license file ([#64](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/64)) |
| 51 | +- Add whitespace tidying and duplicate class removal ([#70](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/70)) |
| 52 | + |
| 53 | +## [0.1.8] - 2022-02-24 |
| 54 | + |
| 55 | +### Changed |
| 56 | + |
| 57 | +- Use Tailwind's `getClassOrder` API when available ([#57](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/57)) |
| 58 | + |
| 59 | +### Fixed |
| 60 | + |
| 61 | +- Fix Tailwind config file resolution when Prettier config file is not present ([#62](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/62)) |
| 62 | + |
| 63 | +## [0.1.7] - 2022-02-09 |
| 64 | + |
| 65 | +### Fixed |
| 66 | + |
| 67 | +- Fix single quotes being converted to double quotes ([#51](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/51)) |
| 68 | + |
| 69 | +## [0.1.6] - 2022-02-08 |
| 70 | + |
| 71 | +### Fixed |
| 72 | + |
| 73 | +- Fix error when no Prettier options provided ([#46](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/46)) |
| 74 | + |
| 75 | +## [0.1.5] - 2022-02-04 |
| 76 | + |
| 77 | +### Added |
| 78 | + |
| 79 | +- Add support for MDX ([#30](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/30)) |
| 80 | + |
| 81 | +### Fixed |
| 82 | + |
| 83 | +- Fix error when formatting Svelte files that contain `let:class` attributes ([#24](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/24)) |
| 84 | + |
| 85 | +## [0.1.4] - 2022-01-25 |
| 86 | + |
| 87 | +### Fixed |
| 88 | + |
| 89 | +- Handle empty class attributes ([#17](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/17)) |
| 90 | +- Handle TypeScript syntax in Vue/Angular class attributes ([#18](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/18)) |
| 91 | + |
| 92 | +## [0.1.3] - 2022-01-24 |
| 93 | + |
| 94 | +### Fixed |
| 95 | + |
| 96 | +- Ignore `!important` when sorting `@apply` classes ([#4](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/4)) |
| 97 | + |
| 98 | +## [0.1.2] - 2022-01-24 |
| 99 | + |
| 100 | +### Fixed |
| 101 | + |
| 102 | +- Fix error when using nullish coalescing operator in Vue/Angular ([#2](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2)) |
| 103 | + |
| 104 | +[unreleased]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.2.0...HEAD |
| 105 | +[0.2.0]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.13...v0.2.0 |
| 106 | +[0.1.13]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.12...v0.1.13 |
| 107 | +[0.1.12]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.11...v0.1.12 |
| 108 | +[0.1.11]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.10...v0.1.11 |
| 109 | +[0.1.10]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.9...v0.1.10 |
| 110 | +[0.1.9]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.8...v0.1.9 |
| 111 | +[0.1.8]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.7...v0.1.8 |
| 112 | +[0.1.7]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.6...v0.1.7 |
| 113 | +[0.1.6]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.5...v0.1.6 |
| 114 | +[0.1.5]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.4...v0.1.5 |
| 115 | +[0.1.4]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.3...v0.1.4 |
| 116 | +[0.1.3]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.2...v0.1.3 |
| 117 | +[0.1.2]: https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.1.1...v0.1.2 |
0 commit comments