File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 0.7.0
4
4
5
+ - Router component now waits for async components (via react-async) before
6
+ updating itself
7
+
5
8
- remove Hash namespace, use ` hash ` prop instead:
6
9
7
10
<Locations hash >...</Locations >
8
11
9
- - add ` 'react-router-component/async' ` module which exposes the same API but
10
- with routers which can prefetch data for async components (which use
11
- ReactAsyncMixin, defined in ` 'react-router-component/ReactAsyncMixin' `
12
- module)
12
+ - RouterMixin now doesn't access this.props.children directly but instead gets
13
+ routes via getRoutes() method
14
+
15
+ - rework NavigatableMixin: add getPath(), navigate(path, cb), makeHref(path)
16
+ methods, remove getRouter() method
17
+
18
+ - add AsyncRouteRenderingMixin
19
+
20
+ - add RouteRenderingMixin
21
+
22
+ - Link components now generate valid href when instantiated inside contextual
23
+ routers
24
+
25
+ - Link components now accept ` global ` prop to create a link which is forced to
26
+ operate outside of a local router's context
13
27
14
28
## 0.6.0
15
29
You can’t perform that action at this time.
0 commit comments