File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 3.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.3 `
12
+ - ` postcss ` was moved to ` peerDependencies ` , you need to install ` postcss ` in your project before use the plugin
13
+
6
14
## [ 2.2.0] - 2020-03-19
7
15
8
16
- added the ` exportGlobals ` option to export global classes and ids
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-modules-scope" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 3.0.0-rc .0" ,
4
4
"description" : " A CSS Modules transform to extract export statements from local-scope classes" ,
5
5
"main" : " src/index.js" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments