File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
### Changed
7
7
- Nothing yet.
8
8
9
+ ## [ 0.0.3] - 2015-05-22
10
+ ### Changed
11
+ - Transformer output now uses the new ` :local(.identifier) ` syntax.
12
+
13
+ ### Added
14
+ - Simple global leak detection. Non-local selectors like ` input{} ` and ` [data-foobar] ` now throw when not marked as global.
15
+
9
16
## [ 0.0.2] - 2015-05-14
10
17
### Added
11
18
- Support for global selectors appended directly to locals, e.g. ` .foo:global(.bar) `
@@ -15,5 +22,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
22
- Automatic local classes
16
23
- Explicit global selectors with ` :global `
17
24
18
- [ unreleased ] : https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.2 ...HEAD
25
+ [ unreleased ] : https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.3 ...HEAD
19
26
[ 0.0.2 ] : https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.1...v0.0.2
27
+ [ 0.0.2 ] : https://github.com/markdalgleish/postcss-local-scope/compare/v0.0.2...v0.0.3
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-local-scope" ,
3
- "version" : " 0.0.2 " ,
3
+ "version" : " 0.0.3 " ,
4
4
"description" : " PostCSS plugin to transform global selectors into the local scope format of Webpack's css-loader" ,
5
5
"keywords" : [
6
6
" postcss" ,
You can’t perform that action at this time.
0 commit comments