Releases: g-plane/malva
Releases · g-plane/malva
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.
v0.7.1
Fixes
- Fixed non-standard
@apply
at-rule.
v0.7.0
Features
- Added
selectorOverrideCommentDirective
option. - Optimized formatting Less
@import
at-rule. - Added
preferSingleLine
option. - Renamed
padComments
toformatComments
.
Deprecation
padComments
was renamed toformatComments
, sopadComments
is deprecated and will be removed in the future.
v0.6.0
Features
- Added
attrValueQuotes
option. - Optimized comments before selector.
- Optimized formatting pseudo class selectors.
- Optimized formatting comments in nodes list.
- Optimized comments inside complex selector.
- Optimized comments inside pseudo selector.
- Optimized formatting function in declaration value.
Fixes
- Fixed indentation of compound selector.
- Fixed edge case of
preferSingle
andpreferDouble
quotes option.
v0.5.1
Chore
- Added descriptions to configuration JSON schema.