Skip to content

Commit 4fa1baa

Browse files
authored
Merge pull request #15 from primer/changelog-2.0.0
Update changelog for v2.0.0
2 parents 279305e + 18a153e commit 4fa1baa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# HEAD
22

3+
# 2.0.0
4+
5+
:boom: **The following updates are breaking changes**, since code that disables the deprecated rule will now produce linting errors. Please update your `stylelint-disable` statements accordingly.
6+
7+
- Replaced `selector-no-id: true` with `selector-max-id: 0`
8+
- Replaced `selector-no-type: true` with `selector-max-type: 0`
9+
10+
The rest of the changes should not introduce new linting errors:
11+
12+
- Updated: moved [browserslist](https://github.com/ai/browserslist) spec to `package.json`
13+
- Updated: using the [`no-unsupported-browser-features` plugin](https://github.com/ismay/stylelint-no-unsupported-browser-features) instead of the deprecated `no-unsupported-browser-features` rule
14+
- Removed: `media-feature-no-missing-punctuation`
15+
- Updated: replaced `rule-nested-empty-line-before` and `rule-non-nested-empty-line-before` with `rule-empty-line-before`
16+
317
# 1.4.0
418

519
- Updated: Development dependencies are any version `*`

0 commit comments

Comments
 (0)