Skip to content

Commit be44fcf

Browse files
committed
Release 2.1.0
1 parent e917e8f commit be44fcf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
## 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+
510
## 2.0.1
611
* Accept `null` for all options.
712

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-sorting",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "PostCSS plugin to keep rules and at-rules content in order.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)