We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73000e3 commit b39a596Copy full SHA for b39a596
CHANGELOG.md
@@ -0,0 +1,13 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
+This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [5.0.0-rc.0] - 2020-09-21
7
8
+### BREAKING CHANGE
9
10
+- minimum supported `Node.js` version is `>= 10.13.0 || >= 12.13.0 || >= 14`
11
+- minimum supported `postcss` version is `^8.0.0`
12
+- `postcss` was moved to `peerDependencies`, you need to install `postcss` in your project before use the plugin
13
+- you need to pass `postcss` API to using `createICSSRules` (third argument)
package.json
@@ -1,6 +1,6 @@
{
"name": "icss-utils",
- "version": "4.1.1",
+ "version": "5.0.0-rc.0",
"description": "ICSS utils for postcss ast",
"main": "src/index.js",
"engines": {
0 commit comments