File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.0.0-rc1 - Fri, 11 Sep 2015 21:35:18 GMT
2
+ ------------------------------------------
3
+
4
+ - [ 5fbe933] ( ../../commit/5fbe933 ) [ changed] Do not add "active" class by default
5
+ - [ 85c699c] ( ../../commit/85c699c ) [ changed] State -> IsActive
6
+ - [ 94509e7] ( ../../commit/94509e7 ) [ added] IndexLink
7
+ - [ adc0a2f] ( ../../commit/adc0a2f ) [ added] IndexRoute
8
+ - [ b86509a] ( ../../commit/b86509a ) [ added] useRoutes history enhancer [ added] RoutingContext component [ added] RouteContext mixin [ added] Lifecycle mixin
9
+ - [ e72812d] ( ../../commit/e72812d ) [ added] <Router initialState >
10
+ - [ 4c6dc1b] ( ../../commit/4c6dc1b ) [ fixed] Installing on Windows
11
+ - [ 042cffc] ( ../../commit/042cffc ) [ changed] Removed histories/added history dep
12
+ - [ af7eb55] ( ../../commit/af7eb55 ) [ added] History.onBeforeChange
13
+ - [ f4ed900] ( ../../commit/f4ed900 ) [ fixed] correctly updates the window scroll position
14
+ - [ 587e54f] ( ../../commit/587e54f ) [ added] static ` history ` singleton getter for ` HashHistory ` and ` BrowserHistory `
15
+ - [ 5bd62b5] ( ../../commit/5bd62b5 ) [ fixed] errors in examples
16
+ - [ 4e2ca3c] ( ../../commit/4e2ca3c ) [ fixed] URI escape path components with special chars
17
+ - [ 0630488] ( ../../commit/0630488 ) [ fixed] Link module adds extra space
18
+ - [ 26400c1] ( ../../commit/26400c1 ) [ fixed] Use encodeURI for splat params
19
+ - [ 178efc3] ( ../../commit/178efc3 ) [ fixed] <Link href > when using HashHistory
20
+ - [ 41bd525] ( ../../commit/41bd525 ) [ fixed] Properly escape splats
21
+ - [ 4759961] ( ../../commit/4759961 ) [ fixed] URLUtils recognize values containing \n
22
+
23
+
1
24
v1.0.0-beta4 - Mon, 31 Aug 2015 06:19:34 GMT
2
25
--------------------------------------------
3
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-router" ,
3
- "version" : " 1.0.0-beta4 " ,
3
+ "version" : " 1.0.0-rc1 " ,
4
4
"description" : " A complete routing library for React.js" ,
5
5
"main" : " lib/index" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments