File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 2.1.0
6
+ * Added: ` order ` supports new ` rule ` extended object, which has new ` selector ` option. Rules in ` order ` can be specified by their selector.
7
+ * Fixed: Inconsistency with shared line comments.
8
+ * Fixed: Incorrect behaviour if ` hasBlock ` was set to ` false ` in extended at-rule object in ` order ` .
9
+
5
10
## 2.0.1
6
11
* Accept ` null ` for all options.
7
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-sorting" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " PostCSS plugin to keep rules and at-rules content in order." ,
5
5
"keywords" : [
6
6
" postcss" ,
You can’t perform that action at this time.
0 commit comments