Skip to content

Commit 12bee0b

Browse files
committed
Add changelog for 0.4.0
1 parent 2405197 commit 12bee0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.4.0
6+
* Removed `declaration-block-properties-specified-order`. Instead use `properties-order` rule.
7+
* Removed `declaration-block-property-groups-structure`. Instead use `properties-order` rule.
8+
* Renamed `declaration-block-order` to `order`
9+
* Renamed `declaration-block-properties-alphabetical-order` to `properties-alphabetical-order`
10+
* Added `properties-order` rule. It combines removed `declaration-block-properties-specified-order`, `declaration-block-property-groups-structure`, and now support flexible order. Basically it's like [`declaration-block-properties-order` in stylelint 6.5.0](https://github.com/stylelint/stylelint/tree/6.5.0/src/rules/declaration-block-properties-order), but better :)
11+
512
## 0.3.0
613
* Changed: Breaking! `declaration-block-property-groups-structure` now uses `declaration-block-properties-specified-order` rather stylelint's deprecated `declaration-block-properties-order`. Flexible group order isn't supported anymore
714
* Added: `declaration-block-order` support new `rule` extended object, which have new `selector` option. Rules in order can be specified by their selector

0 commit comments

Comments
 (0)