File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ - Nothing yet!
11+
12+ ## [ 0.8.0] - 2026-04-27
13+
1014### Changed
1115
1216- Require at least Prettier 3.7.x ([ #420 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/420 ) )
13-
17+
1418### Added
1519
1620- Export public sorting APIs to ` /sorter ` ([ #438 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/438 ) )
@@ -427,7 +431,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
427431
428432- Fix error when using nullish coalescing operator in Vue/Angular ([ #2 ] ( https://github.com/tailwindlabs/prettier-plugin-tailwindcss/pull/2 ) )
429433
430- [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.3...HEAD
434+ [ unreleased ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.8.0...HEAD
435+ [ 0.8.0 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.3...v0.8.0
431436[ 0.7.3 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.2...v0.7.3
432437[ 0.7.2 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.1...v0.7.2
433438[ 0.7.1 ] : https://github.com/tailwindlabs/prettier-plugin-tailwindcss/compare/v0.7.0...v0.7.1
Original file line number Diff line number Diff line change 11{
22 "type" : " module" ,
33 "name" : " prettier-plugin-tailwindcss" ,
4- "version" : " 0.7.3 " ,
4+ "version" : " 0.8.0 " ,
55 "description" : " A Prettier plugin for sorting Tailwind CSS classes." ,
66 "license" : " MIT" ,
77 "main" : " dist/index.mjs" ,
You can’t perform that action at this time.
0 commit comments