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 f3941c5 commit a366789Copy full SHA for a366789
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 0.32.0
4
+ - React v15 support. React 0.14 support will remain for some time.
5
+
6
## 0.31.4
7
- Remove `react/lib/batchedUpdates` require(), which was causing issues with CDN users.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.31.4",
+ "version": "0.32.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
@@ -66,4 +66,4 @@
66
"publishConfig": {
67
"registry": "https://registry.npmjs.org"
68
}
69
-}
+}
0 commit comments