We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46000f commit 0f57425Copy full SHA for 0f57425
CHANGELOG.md
@@ -9,6 +9,13 @@ Tags:
9
- [Internal]
10
- [Polish]
11
12
+## 0.3.0 (November 22, 2015)
13
+
14
+- **New Feature**
15
+ - Allow using a file path as context option which will be loaded by the plugin and whose exports are used as styesheet context
16
+- **Polish**
17
+ - Expose important Makefile targets as npm scripts
18
19
## 0.2.0 (November 19, 2015)
20
21
- **Breaking Change**
example/package.json
@@ -22,7 +22,7 @@
22
"babel-cli": "^6.1.2",
23
"babel-core": "^6.1.2",
24
"babel-loader": "^6.0.1",
25
- "babel-plugin-css-in-js": "^0.2.0",
+ "babel-plugin-css-in-js": "^0.3.0",
26
"babel-plugin-syntax-jsx": "^6.1.18",
27
"babel-plugin-transform-node-env-inline": "^6.0.14",
28
"babel-preset-es2015": "^6.1.2",
0 commit comments