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+
120v0.2.1
221Mon, 14 Jul 2014 17:31:21 GMT
322
Original file line number Diff line number Diff line change 11{
22 "name" : " react-nested-router" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "homepage" : " https://github.com/rpflorence/react-nested-router" ,
55 "authors" : [
66 " Ryan Florence" ,
2626 " package.json" ,
2727 " webpack.config.js"
2828 ]
29- }
29+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " react-nested-router" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " A complete routing library for React.js" ,
55 "tags" : [
66 " react" ,
6060 "browserify-shim" : {
6161 "react" : " global:React"
6262 }
63- }
63+ }
You can’t perform that action at this time.
0 commit comments