This repository has been 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
17.0.0
16.0.0
- Fixed:
selector-class-pattern
rule regex to account for numerals, case detection, and ensure kebab-case over snake_case. - Fixed:
selector-id-pattern
rule regex to account for numerals, case detection, and ensure kebab-case over snake_case. - Updated:
stylelint-config-recommended-scss
to4.1.0
. - Updated:
stylelint-find-rules
to2.2.0
. - Updated:
stylelint-scss
to3.13.0
. - Updated:
stylelint
to11.0.0
.
15.0.0
- Added: NodeJS 12.x.x support.
- Updated:
stylelint
to11.0.0
. - Removed:
stylelint < 10.1.0
compatibility. - Updated:
stylelint-config-recommended
to3.0.0
. - Updated:
stylelint-config-recommended-scss
to4.0.0
. - Updated: Bump minimum Node.js required version to
10.0.0
.
14.0.0
13.1.0
- Added: Added SCSS shared config
extends
tests. - Changed:
stylelint-config-wordpress/scss
now extendsstylelint-config-recommended-scss
(the net result of this change results in no rule changes for this SCSS config). - Updated:
stylelint-scss
to3.3.0
. - Updated:
stylelint
to9.5.0
.
13.0.0
- Added: stylelint
9.1.3
support. - Changed: Updated
stylelint
peer dependency version to^9.1.3
. - Changed: Improved
no-duplicate-selectors
tests. - Removed: Jest snapshots.
- Removed:
stylelint < 9.1.3
compatibility. - Updated:
selector-pseudo-element-colon-notation
to usedouble
- Updated:
stylelint-config-recommended
to2.1.0
. - Updated:
stylelint-scss
to2.1.0
. - Updated: Bump minimum Node.js required version to
8.9.3
.
12.0.0
- Changed:
stylelint-config-wordpress
now extendsstylelint-config-recommended
, which turns on theat-rule-no-unknown
,block-no-empty
,comment-no-empty
,declaration-block-no-ignored-properties
,declaration-block-no-redundant-longhand-properties
,font-family-no-duplicate-names
,media-feature-name-no-unknown
,no-empty-source
rule. These rules are part of stylelint's possible errors rules. - Removed:
stylelint-scss < 1.5.1
compatibility. - Removed: Removed style guide docs.
- Removed:
at-rule-no-unknown
customignoreAtRules
options instylelint-config-wordpress/scss
shared config. - Added:
scss/at-rule-no-unknown
rule instylelint-config-wordpress/scss
shared config. - Added: NodeJS 8.x.x support.
- Added: npm 5.x.x support.
- Added: Jest snapshots to help detect and prevent regressions.
11.0.0
- Added:
declaration-property-unit-whitelist
rule to allowpx
and exclude%
andem
units inline-height
values. - Changed: Relocated repo to https://github.com/WordPress-Coding-Standards.
- Fixed: Include CSS config
at-rule-empty-line-before
rules in SCSS config.