This repository was archived by the owner on Feb 25, 2021. It is now read-only.
Releases: WordPress-Coding-Standards/stylelint-config-wordpress
Releases · WordPress-Coding-Standards/stylelint-config-wordpress
3.0.1
3.0.0
- Removed:
stylelint < 4.5.0
compatibility. - Deprecated:
rule-no-shorthand-property-overrides
rule. Use the newdeclaration-block-no-shorthand-property-overrides
rule instead. - Deprecated:
rule-trailing-semicolon
rule. Use the newdeclaration-block-trailing-semicolon
rule instead. - Added:
color-named
rule. - Added:
declaration-block-no-shorthand-property-overrides
rule. - Added:
declaration-block-trailing-semicolon
rule. - Added:
string-no-newline
rule.
2.1.0
- Added:
max-empty-lines
rule, limits the number of adjacent empty lines to 2. - Changed
rule-nested-empty-line-before
rule optionignore: ["after-comment"]
. - Removed all vendor prefixes, lets autoprefixer handle vendor prefixes:
- Removed
at-rule-no-vendor-prefix
- Removed
media-feature-name-no-vendor-prefix
- Removed
property-no-vendor-prefix
- Removed
selector-no-vendor-prefix
- Removed
value-no-vendor-prefix
- Removed
2.0.2
1.1.1
1.1.0
1.0.1
1.0.0
- Removed:
stylelint < 3.0.0
compatibility.- Changed: renamed the
function-space-after
rule tofunction-whitespace-after
.
- Changed: renamed the
- Changed:
at-rule-empty-line-before
with optionignore: ["after-comment"],
. - Changed:
declaration-colon-space-after
with optionalways-single-line
. - Added:
declaration-colon-newline-after
with optionalways-multi-line
. - Added:
function-linear-gradient-no-nonstandard-direction
.