Skip to content

Commit 138d1db

Browse files
committed
Update release notes
1 parent b3c5eb8 commit 138d1db

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Release Notes
2+
3+
## Development
4+
5+
[Commits](https://github.com/jhudson8/react-css-builder/compare/v0.1.0...master)
6+
7+
## v0.1.0 - February 4th, 2015
8+
- add enhanced styleset selectors - b3c5eb8
9+
You can now use ```a[b c]``` or ```a[b,c]``` to be translated to ```a.b, a.c```
10+
11+
- allow for private namespaces and returned css builders - 4655a81
12+
If a namespace is not provided when registering the stylesheet, the response from that call will be the only way to access the stylesets
13+
14+
15+
[Commits](https://github.com/jhudson8/react-css-builder/compare/1ac3818...v0.1.0)

0 commit comments

Comments
 (0)