We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25241d8 commit 86c59e0Copy full SHA for 86c59e0
1 file changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changes to PostCSS Extend Rule
2
3
+### 4.0.0 (February 10, 2022)
4
+
5
+- PostCSS 8 support (thanks to [@bjentsch](https://github.com/bjentsch)!) (breaking)
6
+- Supporting only Node 12, 14 and >= 16 (breaking).
7
+- Updated `postcss-nesting` to `7.0.1` (major)
8
+- Updated `babel-core`, `@babel/preset-env` to `7.5.5` (major)
9
+- Updated `eslint` to `6.1.0` (major)
10
+- Updated `rollup` to `1.17.0` (major)
11
+- Updated `rollup-plugin-babel` to `4.3.3` (major)
12
13
+### 3.0.0 (July 29, 2019)
14
15
### 2.0.0 (September 19, 2017)
16
17
- Added: `name` option to override the name of the extending at-rule.
0 commit comments