Releases: g-plane/malva
Releases · g-plane/malva
v0.12.1
v0.12.0
Features
- Optimized formatting
font-family
values. - Added
declarationOrderGroupBy
option.
Fixes
- Fixed printing CDO and CDC token.
v0.11.2
Fixes
- Fixed extra whitespace in unknown at-rule.
- Fixed formatting Sass doc comments.
v0.11.1
Fixes
- Fixed incorrect
dprint-plugin-malva
Node.js package exports. This doesn't affect dprint users and Rust crate users.
v0.11.0
Features
- Added detection of special cases of whitespaces and numbers in functions.
- Added
ignoreFileCommentDirective
option.
Fixes
- Fixed extra whitespaces before functions.
v0.10.1
Fixes
- Fixed aligning comments.
v0.10.0
Features
- Added
alignComments
option.
v0.9.1
Fixes
- Fixed formatting top-level declarations when there're no trailing whitespaces or semicolons.
v0.9.0
Breaking Changes
- Changed
topLevelDeclarations.preferSingleLine
tosingleLineTopLevelDeclarations
. Option value can't benull
now, and it can't be controlled bypreferSingleLine
option now.
v0.8.0
Features
- Improved error message.
- Added support of Tailwind CSS
@media screen()
syntax. - Added support of formatting
style
attr in HTML.
Fixes
- Fixed indent of unknown at-rule prelude.