Releases: ony3000/prettier-plugin-classnames
Releases · ony3000/prettier-plugin-classnames
v0.7.5
What's Changed
- The closing delimiter is included in the line wrapping by @ony3000 in #79
- Fixes an error that occurs when non-script syntax is written in a script tag in HTML by @ony3000 in #81
- Leave Prettier's output as is for code blocks embedded in markdown and mdx by @ony3000 in #82
Full Changelog: v0.7.4...v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
ℹ️ Because this version includes a lot of changes, I've grouped them into similar categories rather than simply listing PRs.
What's Changed
Bug Fixes
- Fix an issue where the
tabWidth
value is not reflected whenuseTabs: true
by @ony3000 in #59 - Fix bug related to delimiter conversion by @ony3000 in #60
- Fix a bug where class names enclosed with supported function names are not wrapped in expressions in vue and astro by @ony3000 in #63
- Fix a bug where class names are not wrapped in script tag in astro by @ony3000 in #64
- Fix a bug where line wrapping were not proper when the script opening tag was formatted as multiple lines in vue by @ony3000 in #65
New Features
Enhancements
- Reinforce testing (Part 1) by @ony3000 in #53
- Makes class name nodes flexible by @ony3000 in #57
- Reinforce testing (Part 2) by @ony3000 in #58
- Determine the formatting policy by @ony3000 in #61
- Includes
class
andclassName
in default supported attributes regardless of language by @ony3000 in #66
Full Changelog: v0.6.6...v0.7.0