File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
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+
614## [ 2.2.0] - 2020-03-19
715
816- added the ` exportGlobals ` option to export global classes and ids
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-modules-scope" ,
3- "version" : " 2.2 .0" ,
3+ "version" : " 3.0.0-rc .0" ,
44 "description" : " A CSS Modules transform to extract export statements from local-scope classes" ,
55 "main" : " src/index.js" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments