You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip should prevent options from being called when component properties were updated (apollographql#1181)
* Should declare undefined variables within the options property when skipping
* Check if should skip before calling the mapPropsToOptions method
* Create a separated test.
* Add the fix to the Changelog.md file
Copy file name to clipboardExpand all lines: Changelog.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# Change log
2
2
3
3
### vNext
4
+
- fix skip on component update.
5
+
- Fix: ensure `client` option can be used with mutation query [#1145](https://github.com/apollographql/react-apollo/pull/1145)
4
6
5
7
### 1.4.16
6
8
- upgrade to react-16
7
9
- fix shallowEqual bug.
8
10
- Added notifyOnNetworkStatusChange to QueryOpts and MutationOpts Typesccript definitions [#1034](https://github.com/apollographql/react-apollo/pull/1034)
9
11
- Added variables types with Typescript [#997](https://github.com/apollographql/react-apollo/pull/997)
10
12
- Made `ChildProps.data` non-optional [#1143](https://github.com/apollographql/react-apollo/pull/1143)
11
-
- Fix: ensure `client` option can be used with mutation query [#1145](https://github.com/apollographql/react-apollo/pull/1145)
12
13
13
14
### 1.4.15
14
15
- Fix: handle calling refetch in child componentDidMount
0 commit comments