Releases: ony3000/prettier-plugin-classnames
Releases · ony3000/prettier-plugin-classnames
v0.8.6
What's Changed
- Update for Prettier v3.7.0 by @JohnCampionJr in #127
New Contributors
- @JohnCampionJr made their first contribution in #127
Full Changelog: v0.8.5...v0.8.6
v0.8.5
v0.8.4
v0.8.3
What's Changed
- Support angular control flow blocks by @ony3000 in #118
- docs: Auto-translate README and Wiki by @openaitx-system in #116
New Contributors
- @openaitx-system made their first contribution in #116
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.8.1
What's Changed
- Fix line wrapping inside JSX tags assigned to variables by @ony3000 in #106
- Fix line wrapping in class names passed as function arguments by @ony3000 in #107
- Fix line wrapping inside 'if' blocks by @ony3000 in #108
- Fix line wrapping in JSX mapped from object references that include optional chaining by @ony3000 in #109
- Excludes tagged templates starting with
String.rawfrom line wrapping by @ony3000 in #110
Full Changelog: v0.8.0...v0.8.1
v0.8.0
ℹ️ This version contains some breaking changes.
What's Changed
- Drop support for Prettier v2 by @ony3000 in #97
- Enable
experimentalOptimizationoption by default, remove it from options, and increase the minimum required Node.js version to 18 by @ony3000 in #98 - The
absolute-with-indentoption has been removed from the choices for theendingPositionoption, and the default has been changed fromrelativetoabsoluteby @ony3000 in #99 - Readopt polyrepo as repository structure by @ony3000 in #100
- Replace ESLint with Biome by @ony3000 in #103
Full Changelog: v0.7.9...v0.8.0