Skip to content
- Changed:
shorthand-property-no-redundant-values reported ranges (#8008) (@Mouvedia).
- Added:
formatter configuration property (#7826) (@emmacharp).
- Added:
validate option to Node.js API and --validate CLI flag (#8009) (@Mouvedia).
- Added: fixed section to the output of the
verbose formatter (#7985) (@Mouvedia).
- Added: support for
string | RegExp to ignoreValues option of value-no-vendor-prefix (#7969) (@Mouvedia).
- Added: support for
string to ignoreLonghands option of declaration-block-no-redundant-longhand-properties (#7971) (@Mouvedia).
- Fixed:
at-rule-no-unknown false positives for @position-try (#7968) (@yelizsevinc).
- Fixed:
declaration-block-no-redundant-longhand-properties autofix for grid-column/grid-row (#8023) (@ryo-manba).
- Fixed:
declaration-property-value-no-unknown false negatives/positives via css-tree@3.0.0 (#7993) (@Mouvedia).
- Fixed:
declaration-property-value-no-unknown reported ranges and message (#8003) (@romainmenke).
- Fixed:
keyframe-selector-notation reported ranges (#7992) (@romainmenke).
- Fixed:
length-zero-no-unit false positives for Sass variables (#8035) (@ryo-manba).
- Fixed:
no-descending-specificity reported ranges (#7996) (@romainmenke).
- Fixed:
selector-anb-no-unmatchable reported ranges and message (#8001) (@romainmenke).
- Fixed:
string formatter handling of log symbols for non-Unicode terminals (#7981) (@Mouvedia).
- Fixed: built
.cjs files to address Rollup vulnerability (#8010) (@ybiquitous).
- Fixed: incorrect
config option for Node.js API with extends and overrides (#8030) (@ybiquitous).
- Fixed: stricter validation for the options of
declaration-property-max-values, declaration-property-value-no-unknown and number-max-precision (#7975) (@Mouvedia).