We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bac2ee commit 8c43c82Copy full SHA for 8c43c82
CHANGELOG
@@ -1,3 +1,14 @@
1
+v0.2.1
2
+Mon, 14 Jul 2014 17:31:21 GMT
3
+
4
+0f86654 [fixed] checks for class instead of components
5
+a3d6e2a [changed] Render empty div before transition hooks
6
+f474ab1 [changed] '.' is no longer a path delimeter
7
+f3dcdd7 [fixed] injectParams invariant should not throw on values that coerce to false.
8
+468bf3b [changed] Deprecate Router interface
9
+31d1a6e [added] renderComponentToString()
10
11
12
v0.2.0
13
Tue, 24 Jun 2014 04:59:24 GMT
14
package.json
@@ -1,6 +1,6 @@
{
"name": "react-nested-router",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "A complete routing library for React",
"tags": [
"react",
@@ -47,4 +47,4 @@
47
"event-emitter": "^0.3.1",
48
"querystring": "^0.2.0"
49
}
50
-}
+}
0 commit comments