Skip to content

Commit 4fa3875

Browse files
committed
Release 0.3.0
1 parent 0172f15 commit 4fa3875

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.3.0
6+
* 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
7+
* Added: `declaration-block-order` support new `rule` extended object, which have new `selector` option. Rules in order can be specified by their selector
8+
* Added: New keyword `at-variables` in `declaration-block-order`
9+
* Added: New keyword `less-mixins` in `declaration-block-order`
10+
511
## 0.2.2
612
* Fixed tests for `declaration-block-property-groups-structure` which were broken by previous fix ¯\_(ツ)_/¯
713

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-order",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "A collection of order related linting rules for stylelint.",
55
"keywords": [
66
"stylelint-plugin",

0 commit comments

Comments
 (0)