File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change
1
+ v0.3.0
2
+ Tue, 22 Jul 2014 19:34:11 GMT
3
+
4
+ e827870 [added] bower support
5
+ 58e7b98 [changed] activeRoute -> activeRouteHandler
6
+ 0177cdd [fixed] Pass the correct component instance to willTransitionFrom hooks
7
+ 3b590e0 [changed] Upgrade to React 0.11.0
8
+ 51e1be2 [fixed] Use peerDeps
9
+ a8df2f0 [added] Browser builds for version 0.2.1
10
+ bb066b8 [added] Browser build script
11
+ baf79b6 [fixed] Avoid some warnings
12
+ 8d30552 [changed] README to make use of activeRoute clearer in JSX.
13
+ 991dede [changed] activeRoute is a function that returns null when no child routes are active.
14
+ 73570ed [changed] activeRoute can render with props and children.
15
+ 8562482 [added] ActiveState mixin
16
+ 616f8bf [changed] Preserve forward slashes in URL params
17
+ 6c74c69 [changed] Combine URL helpers into URL module
18
+
19
+
1
20
v0.2.1
2
21
Mon, 14 Jul 2014 17:31:21 GMT
3
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-nested-router" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"homepage" : " https://github.com/rpflorence/react-nested-router" ,
5
5
"authors" : [
6
6
" Ryan Florence" ,
26
26
" package.json" ,
27
27
" webpack.config.js"
28
28
]
29
- }
29
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-nested-router" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " A complete routing library for React.js" ,
5
5
"tags" : [
6
6
" react" ,
60
60
"browserify-shim" : {
61
61
"react" : " global:React"
62
62
}
63
- }
63
+ }
You can’t perform that action at this time.
0 commit comments