UNPKG

784 BMarkdownView Raw
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.
18- Updated: `postcss-nesting` to v5.0.0 (major)
19- Updated: How the project is developed
20
21### 1.1.0 (September 19, 2017)
22
23- Improve: Un-nesting of extended elements
24
25### 1.0.0 (September 15, 2017)
26
27- Initial version