Skip to content

Commit d83cbc5

Browse files
committed
Prepare 7.0.0
1 parent 8a28522 commit d83cbc5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](https://semver.org/).
55

6+
## 7.0.0
7+
* Dropped Node.js 18 support
8+
* Dropped support for Stylelint older than 16.18.0
9+
* Changed: Ignore properties case for `properties-order` and `properties-alphabetical-order`
10+
* Added support for more properties shorthands
11+
* Fixed `order` autofix not applied, when Stylelint disable comments are present
12+
* Fixed `properties-alphabetical-order` autofix not applied, when Stylelint disable comments are present
13+
* Fixed `properties-order` autofix not applied, when Stylelint disable comments are present
14+
* Fixed: Don't apply `properties-alphabetical-order` autofixing if there are no violations
15+
* Fixed: Report warnings if they weren't fixed by autofix in `properties-alphabetical-order`
16+
617
## 6.0.4
718
* Added support for Stylelint 16
819

0 commit comments

Comments
 (0)