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

Commit 0bd01f9

Browse files
committed
feat: Prepare 12.0.0 release.
1 parent 8feb571 commit 0bd01f9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# HEAD
1+
# 12.0.0
22

33
- Changed: `stylelint-config-wordpress` now extends [`stylelint-config-recommended`](https://github.com/stylelint/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](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/rules.md#possible-errors) rules.
44
- Removed: `stylelint-scss < 1.5.1` compatibility.
5+
- Removed: Removed style guide docs.
56
- Removed: `at-rule-no-unknown` custom `ignoreAtRules` options in `stylelint-config-wordpress/scss` shared config.
67
- Added: `scss/at-rule-no-unknown` rule in `stylelint-config-wordpress/scss` shared config.
8+
- Added: NodeJS 8.x.x support.
9+
- Added: npm 5.x.x support.
10+
- Added: Jest snapshots to help detect and prevent regressions.
711

812
# 11.0.0
913

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-config-wordpress",
3-
"version": "11.0.0",
3+
"version": "12.0.0",
44
"description": "WordPress shareable config for stylelint",
55
"keywords": [
66
"code",

0 commit comments

Comments
 (0)