Skip to content

Commit e26c8c0

Browse files
committed
Version 1.0.0-rc4
1 parent c505e70 commit e26c8c0

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
v1.0.0-rc4 - Tue, 03 Nov 2015 06:34:46 GMT
2+
------------------------------------------
3+
4+
- [ec3f3eb](../../commit/ec3f3eb) [wip][added] Support custom RoutingContext on Router
5+
- [4b8e994](../../commit/4b8e994) [fixed] Index routes with extraneous slashes
6+
- [c68f9f1](../../commit/c68f9f1) [removed] Remove deprecated handler prop on Route
7+
- [9e449f5](../../commit/9e449f5) [fixed] Match routes piece-by-piece
8+
- [fbc109c](../../commit/fbc109c) [fixed] Use %20 instead of + in URL pathnames
9+
- [8dd8ceb](../../commit/8dd8ceb) [fixed] Mark dynamic index routes as active
10+
- [fae04bc](../../commit/fae04bc) [added] Greedy splat (**)
11+
- [24ad58c](../../commit/24ad58c) [changed] Query changes aren't route changes
12+
- [19c7086](../../commit/19c7086) [added] Handle undefined query values in isActive
13+
- [3545ab2](../../commit/3545ab2) [removed] params from RoutingContext child context
14+
- [9d346fc](../../commit/9d346fc) [added] params on RoutingContext child context
15+
- [52cca98](../../commit/52cca98) [changed] Preventing transition from onClick
16+
- [4e48b6b](../../commit/4e48b6b) [changed] Pass named children as props
17+
- [3cc7d6d](../../commit/3cc7d6d) [added] Peer dependency on history package
18+
- [751ca25](../../commit/751ca25) [fixed] Don't match empty routes for isActive
19+
- [8459755](../../commit/8459755) [fixed] Include the hash prop on Links
20+
- [ac7dd4a](../../commit/ac7dd4a) [fixed] Postinstall script on Windows
21+
- [d905382](../../commit/d905382) [added] Test for IndexLink to deeply nested IndexRoute
22+
- [6f8ceac](../../commit/6f8ceac) [fixed] Transitions example
23+
- [e42a4ad](../../commit/e42a4ad) [changed] Stop using npm prepublish script
24+
- [3be6a2d](../../commit/3be6a2d) [fixed] Workaround for nasty npm bug
25+
- [bdab3d8](../../commit/bdab3d8) [fixed] Compare query by string value
26+
- [c43fb61](../../commit/c43fb61) [added] <Link hash> prop
27+
- [24e7b4f](../../commit/24e7b4f) [fixed] isActive on nested IndexLink
28+
- [160c5ba](../../commit/160c5ba) [fixed] Removed <Link> warning about no history in context
29+
- [ca9e3b7](../../commit/ca9e3b7) [added] IndexRedirect
30+
- [428da54](../../commit/428da54) [added] Support <Redirect to="relative/path">
31+
- [ebb8d20](../../commit/ebb8d20) [fixed] Remove direct calls to createLocation.
32+
- [fc8a7a4](../../commit/fc8a7a4) [changed] Run examples using HTML5 history
33+
- [37d9bac](../../commit/37d9bac) [fixed] isActive on <Link onlyActiveOnIndex>
34+
- [be37196](../../commit/be37196) [fixed] Actually update state when there are transition hooks
35+
- [b8f1abe](../../commit/b8f1abe) [changed] Removed (un)registerRouteHook
36+
- [69a9240](../../commit/69a9240) [fixed] Added missing IndexLink to exports
37+
- [5fbe933](../../commit/5fbe933) [changed] Do not add "active" class by default
38+
- [85c699c](../../commit/85c699c) [changed] State -> IsActive
39+
40+
141
v1.0.0-rc3 - Thu, 08 Oct 2015 18:06:49 GMT
242
------------------------------------------
343

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-rc3",
3+
"version": "1.0.0-rc4",
44
"description": "A complete routing library for React.js",
55
"main": "lib/index",
66
"repository": {

0 commit comments

Comments
 (0)