Skip to content

Commit c434dbf

Browse files
committed
Update CHANGELOG
1 parent 7885d27 commit c434dbf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## 0.18.00
4+
5+
- **breaking change** Router now only prefetches async state (via react-async)
6+
if and only if current handler's type is different from next handler's type.
7+
8+
This now matches the behaviour of getInitialState which is only called once
9+
for each component instance.
10+
11+
If you have your async state dependent on props, you need to initiate async
12+
state update in `componentWillReceiveProps(nextProps)` by using values from
13+
`nextProps`.
14+
315
## 0.17.0
416

517
- Add `<CaptureClicks>` component to capture clicks on `<a>`-elements and turn

0 commit comments

Comments
 (0)