You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# HEAD
2
2
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
+
3
17
# 1.4.0
4
18
5
19
- Updated: Development dependencies are any version `*`
0 commit comments