We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ef78f commit 66d736bCopy full SHA for 66d736b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.35.0 (Jul 1, 2016)
4
+ - Update for React v15.2.0: attempt to pass fewer unknown props to DOM elements.
5
+ - Tighten up some missing `propTypes`.
6
+
7
## 0.34.0
8
- Update dependencies.
9
- Move to Babel 6.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-router-component",
- "version": "0.34.0",
+ "version": "0.35.0",
"description": "Declarative router component for React",
"main": "index.js",
"dependencies": {
@@ -70,4 +70,4 @@
70
"publishConfig": {
71
"registry": "https://registry.npmjs.org"
72
}
73
-}
+}
0 commit comments