Skip to content

Commit 7c34101

Browse files
committed
release v0.3.0
1 parent 886b51e commit 7c34101

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
v0.2.1
221
Mon, 14 Jul 2014 17:31:21 GMT
322

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -26,4 +26,4 @@
2626
"package.json",
2727
"webpack.config.js"
2828
]
29-
}
29+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -60,4 +60,4 @@
6060
"browserify-shim": {
6161
"react": "global:React"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)