File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 3.0.1] - 2019-05-16
6
+ ### Fixed
7
+ - adds safety check before accessing "rule parent"
8
+
9
+ ## [ 3.0.0] - 2019-05-07
10
+ ### Features
11
+ - don't localize imported values in selectors
12
+ ### Changes
13
+ - don't localize imported values in selectors
14
+
5
15
## [ 2.0.6] - 2019-03-05
6
16
### Fixed
7
17
- handles properly selector with escaping characters (like: ` .\31 a2b3c { color: red } ` )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-modules-local-by-default" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A CSS Modules transform to make local scope the default" ,
5
5
"main" : " index.js" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments