We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c5eb8 commit 138d1dbCopy full SHA for 138d1db
release-notes.md
@@ -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