Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 649712c

Browse files
committed
Prep for publish
1 parent 66821ab commit 649712c

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
lines changed

Changelog.md

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,41 @@
11
# Change log
22

3-
## vNext
3+
## 2.2.3 (September 30, 2018)
4+
5+
### Bug Fixes
6+
7+
- Mutation errors are now properly returned as a render prop, when using
8+
a default `errorPolicy` of `all`. <br/>
9+
[@amacleay](https://github.com/amacleay) in [#2374](https://github.com/apollographql/react-apollo/pull/2374)
10+
- `<Mutation />` `refetchQueries` triggered by name (string) will now use the correct variables. <br/>
11+
[@fracmal](https://github.com/fracmak) in [#2422](https://github.com/apollographql/react-apollo/pull/2422)
12+
13+
### Improvements
414

5-
- Fix `lodash` typings. <br/>
6-
[@williamboman](https://github.com/williamboman) in [#2430](https://github.com/apollographql/react-apollo/pull/2430)
715
- Replace the `lodash` dependency with `lodash.flowright` (since that's the
816
only non-dev `lodash` function we're dependent on). Dev `lodash`
917
dependencies have also been updated to use their individual module
1018
equivalent. <br/>
1119
[@hwillson](https://github.com/hwillson) in [#2435](https://github.com/apollographql/react-apollo/pull/2435)
1220
- Removed `rollup-plugin-babel-minify` as it's no longer being used. <br/>
1321
[@hwillson](https://github.com/hwillson) in [#2436](https://github.com/apollographql/react-apollo/pull/2436)
14-
- Typings: added `context` to `MutationOptions`. <br/>
15-
[@danilobuerger](https://github.com/danilobuerger) in [#2354](https://github.com/apollographql/react-apollo/pull/2354)
16-
- Typings: more `MutationOptions` changes/fixes. <br/>
17-
[@danilobuerger](https://github.com/danilobuerger) in [#2340](https://github.com/apollographql/react-apollo/pul/2340)
1822
- Small `getDataFromTree.ts` logic adjustment to avoid unnecessary calls
1923
when a falsy `element` is encountered. <br/>
2024
[@HOUCe](https://github.com/HOUCe) in [#2429](https://github.com/apollographql/react-apollo/pull/2429)
2125
- `graphql` 14 updates. <br/>
2226
[@hwillson](https://github.com/hwillson) in [#2437](https://github.com/apollographql/react-apollo/pull/2437)
23-
- Mutation errors are now properly returned as a render prop, when using
24-
a default `errorPolicy` of `all`. <br/>
25-
[@amacleay](https://github.com/amacleay) in [#2374](https://github.com/apollographql/react-apollo/pull/2374)
26-
- `<Mutation />` `refetchQueries` triggered by name (string) will now use the correct variables. <br/>
27-
[@fracmal](https://github.com/fracmak) in [#2422](https://github.com/apollographql/react-apollo/pull/2422)
27+
- All example apps (included in the repo) have been updated to work with the
28+
latest version of React Apollo. <br/>
29+
[@hwillson](https://github.com/hwillson) in [#2439](https://github.com/apollographql/react-apollo/pull/2439)
30+
31+
### Typescript
32+
33+
- Fix `lodash` typings. <br/>
34+
[@williamboman](https://github.com/williamboman) in [#2430](https://github.com/apollographql/react-apollo/pull/2430)
35+
- Typings: added `context` to `MutationOptions`. <br/>
36+
[@danilobuerger](https://github.com/danilobuerger) in [#2354](https://github.com/apollographql/react-apollo/pull/2354)
37+
- Typings: more `MutationOptions` changes/fixes. <br/>
38+
[@danilobuerger](https://github.com/danilobuerger) in [#2340](https://github.com/apollographql/react-apollo/pul/2340)
2839
- Remove `allowSyntheticDefaultImports` use. Typescript's
2940
`allowSyntheticDefaultImports` compiler option is something we'd like to
3041
start using, but we jumped the gun a bit by introducing it in
@@ -38,9 +49,6 @@
3849
syntax, to work with default imports. We'll re-introduce
3950
`allowSyntheticDefaultImports` use in React Apollo 3. <br/>
4051
[@hwillson](https://github.com/hwillson) in [#2438](https://github.com/apollographql/react-apollo/pull/2438)
41-
- All example apps (included in the repo) have been updated to work with the
42-
latest version of React Apollo. <br/>
43-
[@hwillson](https://github.com/hwillson) in [#2439](https://github.com/apollographql/react-apollo/pull/2439)
4452

4553
## 2.2.2 (September 28, 2018)
4654

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-apollo",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"author": "[email protected]",
55
"browser": "lib/react-apollo.browser.umd.js",
66
"description": "React data container for Apollo Client",

0 commit comments

Comments
 (0)