prettier-plugin-organize-attributes
Version:
Organize your HTML attributes autmatically with Prettier 🧼
44 lines (22 loc) • 563 B
Markdown
Changelog
All notable changes to this project will be documented in this file.
# 1.0.0
## Breaking Changes
- Prettier support now starts at 3.0.0
# 0.0.5
## Added
- `attributeIgnoreCase` to toggle the case insensitive regex flag on all groups (default: `true`)
# 0.0.4
## Added
- Support for Angular ElementRef
# 0.0.3
## Added
- Support for Angular animations
# 0.0.2
## Added
- Support for organizing Angular & Vue attributes
## Changed
- Plugin automatically selects presets for languages
# 0.0.1
## Added
- Initial release