Skip to content

Commit b17d5c2

Browse files
committed
Version 1.0.0-rc3
1 parent e42a4ad commit b17d5c2

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
v1.0.0-rc3 - Thu, 08 Oct 2015 18:06:49 GMT
2+
------------------------------------------
3+
4+
- [e42a4ad](../../commit/e42a4ad) [changed] Stop using npm prepublish script
5+
- [3be6a2d](../../commit/3be6a2d) [fixed] Workaround for nasty npm bug
6+
- [bdab3d8](../../commit/bdab3d8) [fixed] Compare query by string value
7+
- [c43fb61](../../commit/c43fb61) [added] <Link hash> prop
8+
- [24e7b4f](../../commit/24e7b4f) [fixed] isActive on nested IndexLink
9+
- [160c5ba](../../commit/160c5ba) [fixed] Removed <Link> warning about no history in context
10+
- [ca9e3b7](../../commit/ca9e3b7) [added] IndexRedirect
11+
- [428da54](../../commit/428da54) [added] Support <Redirect to="relative/path">
12+
- [ebb8d20](../../commit/ebb8d20) [fixed] Remove direct calls to createLocation.
13+
- [fc8a7a4](../../commit/fc8a7a4) [changed] Run examples using HTML5 history
14+
- [37d9bac](../../commit/37d9bac) [fixed] isActive on <Link onlyActiveOnIndex>
15+
- [be37196](../../commit/be37196) [fixed] Actually update state when there are transition hooks
16+
- [b8f1abe](../../commit/b8f1abe) [changed] Removed (un)registerRouteHook
17+
- [69a9240](../../commit/69a9240) [fixed] Added missing IndexLink to exports
18+
- [5fbe933](../../commit/5fbe933) [changed] Do not add "active" class by default
19+
- [85c699c](../../commit/85c699c) [changed] State -> IsActive
20+
- [94509e7](../../commit/94509e7) [added] IndexLink
21+
- [adc0a2f](../../commit/adc0a2f) [added] IndexRoute
22+
- [b86509a](../../commit/b86509a) [added] useRoutes history enhancer [added] RoutingContext component [added] RouteContext mixin [added] Lifecycle mixin
23+
- [e72812d](../../commit/e72812d) [added] <Router initialState>
24+
- [4c6dc1b](../../commit/4c6dc1b) [fixed] Installing on Windows
25+
- [042cffc](../../commit/042cffc) [changed] Removed histories/added history dep
26+
- [af7eb55](../../commit/af7eb55) [added] History.onBeforeChange
27+
28+
129
v1.0.0-rc2 - Thu, 08 Oct 2015 05:06:02 GMT
230
------------------------------------------
331

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-router",
3-
"version": "1.0.0-rc2",
3+
"version": "1.0.0-rc3",
44
"description": "A complete routing library for React.js",
55
"main": "lib/index",
66
"repository": {

0 commit comments

Comments
 (0)