Skip to content

Commit 09a8e06

Browse files
committed
Update CHANGELOG
1 parent 2a9faed commit 09a8e06

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,28 @@
22

33
## 0.7.0
44

5+
- Router component now waits for async components (via react-async) before
6+
updating itself
7+
58
- remove Hash namespace, use `hash` prop instead:
69

710
<Locations hash>...</Locations>
811

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
1327

1428
## 0.6.0
1529

0 commit comments

Comments
 (0)