Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Releases: WordPress-Coding-Standards/stylelint-config-wordpress

17.0.0

31 May 05:13
Compare
Choose a tag to compare
  • Updated: stylelint-scss to 3.17.2.
  • Updated: stylelint to 13.0.0.

16.0.0

31 Dec 08:50
Compare
Choose a tag to compare
  • 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 to 4.1.0.
  • Updated: stylelint-find-rules to 2.2.0.
  • Updated: stylelint-scss to 3.13.0.
  • Updated: stylelint to 11.0.0.

15.0.0

05 Oct 10:03
Compare
Choose a tag to compare
  • Added: NodeJS 12.x.x support.
  • Updated: stylelint to 11.0.0.
  • Removed: stylelint < 10.1.0 compatibility.
  • Updated: stylelint-config-recommended to 3.0.0.
  • Updated: stylelint-config-recommended-scss to 4.0.0.
  • Updated: Bump minimum Node.js required version to 10.0.0.

14.0.0

18 Apr 11:25
Compare
Choose a tag to compare
  • Updated: stylelint to 10.0.0.
  • Updated: stylelint-scss to 3.6.0.
  • Updated: stylelint-config-recommended to 2.2.0.

13.1.0

19 Aug 11:02
d3cb32f
Compare
Choose a tag to compare
  • Added: Added SCSS shared config extends tests.
  • Changed: stylelint-config-wordpress/scss now extends stylelint-config-recommended-scss (the net result of this change results in no rule changes for this SCSS config).
  • Updated: stylelint-scss to 3.3.0.
  • Updated: stylelint to 9.5.0.

13.0.0

19 Mar 03:44
Compare
Choose a tag to compare
  • 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 use double
  • Updated: stylelint-config-recommended to 2.1.0.
  • Updated: stylelint-scss to 2.1.0.
  • Updated: Bump minimum Node.js required version to 8.9.3.

12.0.0

18 Jul 12:35
Compare
Choose a tag to compare
  • Changed: stylelint-config-wordpress now extends stylelint-config-recommended, which turns on the at-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 custom ignoreAtRules options in stylelint-config-wordpress/scss shared config.
  • Added: scss/at-rule-no-unknown rule in stylelint-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

16 May 11:00
Compare
Choose a tag to compare
  • Added: declaration-property-unit-whitelist rule to allow px and exclude % and em units in line-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.

10.0.2

29 Apr 07:49
Compare
Choose a tag to compare
  • Added: Added import to ignoreAtRules option in at-rule-empty-line-before rule for SCSS config.

10.0.1

21 Apr 09:20
Compare
Choose a tag to compare
  • Removed: rule-non-nested-empty-line-before rule from SCSS config. This rule is deprecated in stylelint v8, the new rule-empty-line-before rule already exists in the primary config.