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 22All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
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+
515## [ 2.0.6] - 2019-03-05
616### Fixed
717- handles properly selector with escaping characters (like: ` .\31 a2b3c { color: red } ` )
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss-modules-local-by-default" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " A CSS Modules transform to make local scope the default" ,
55 "main" : " index.js" ,
66 "engines" : {
You can’t perform that action at this time.
0 commit comments