You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](https://semver.org/).
4
4
5
+
## 4.0.1
6
+
* Fixed: Incorrect sorting in Node.js 11, due recent change to `Array.sort()` in V8.
7
+
* Fixed: Logic for `at-variables` keyword for `order` now follows `postcss-less@3` parser.
8
+
5
9
## 4.0.0
6
10
* Breaking change: Dropped Node.js 4 support. Node.js 6.14.3 is the minimum supported version.
7
11
* Could be a breaking change: Plugin won't sort inside some at-rule (mostly Sass specific directives). Read more about [ignored at-rules](https://github.com/hudochenkov/postcss-sorting#ignored-at-rules).
0 commit comments