We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7885d27 commit c434dbfCopy full SHA for c434dbf
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# CHANGELOG
2
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
15
## 0.17.0
16
17
- Add `<CaptureClicks>` component to capture clicks on `<a>`-elements and turn
0 commit comments