Skip to content

Commit 922e89b

Browse files
committed
v0.0.3
1 parent 03eee75 commit 922e89b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
### Changed
77
- Nothing yet.
88

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+
916
## [0.0.2] - 2015-05-14
1017
### Added
1118
- 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/).
1522
- Automatic local classes
1623
- Explicit global selectors with `:global`
1724

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
1926
[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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-local-scope",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "PostCSS plugin to transform global selectors into the local scope format of Webpack's css-loader",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)