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

Commit

Permalink
Prep for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Sep 30, 2018
1 parent 66821ab commit 649712c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
38 changes: 23 additions & 15 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,41 @@
# Change log

## vNext
## 2.2.3 (September 30, 2018)

### Bug Fixes

- Mutation errors are now properly returned as a render prop, when using
a default `errorPolicy` of `all`. <br/>
[@amacleay](https://github.com/amacleay) in [#2374](https://github.com/apollographql/react-apollo/pull/2374)
- `<Mutation />` `refetchQueries` triggered by name (string) will now use the correct variables. <br/>
[@fracmal](https://github.com/fracmak) in [#2422](https://github.com/apollographql/react-apollo/pull/2422)

### Improvements

- Fix `lodash` typings. <br/>
[@williamboman](https://github.com/williamboman) in [#2430](https://github.com/apollographql/react-apollo/pull/2430)
- Replace the `lodash` dependency with `lodash.flowright` (since that's the
only non-dev `lodash` function we're dependent on). Dev `lodash`
dependencies have also been updated to use their individual module
equivalent. <br/>
[@hwillson](https://github.com/hwillson) in [#2435](https://github.com/apollographql/react-apollo/pull/2435)
- Removed `rollup-plugin-babel-minify` as it's no longer being used. <br/>
[@hwillson](https://github.com/hwillson) in [#2436](https://github.com/apollographql/react-apollo/pull/2436)
- Typings: added `context` to `MutationOptions`. <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#2354](https://github.com/apollographql/react-apollo/pull/2354)
- Typings: more `MutationOptions` changes/fixes. <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#2340](https://github.com/apollographql/react-apollo/pul/2340)
- Small `getDataFromTree.ts` logic adjustment to avoid unnecessary calls
when a falsy `element` is encountered. <br/>
[@HOUCe](https://github.com/HOUCe) in [#2429](https://github.com/apollographql/react-apollo/pull/2429)
- `graphql` 14 updates. <br/>
[@hwillson](https://github.com/hwillson) in [#2437](https://github.com/apollographql/react-apollo/pull/2437)
- Mutation errors are now properly returned as a render prop, when using
a default `errorPolicy` of `all`. <br/>
[@amacleay](https://github.com/amacleay) in [#2374](https://github.com/apollographql/react-apollo/pull/2374)
- `<Mutation />` `refetchQueries` triggered by name (string) will now use the correct variables. <br/>
[@fracmal](https://github.com/fracmak) in [#2422](https://github.com/apollographql/react-apollo/pull/2422)
- All example apps (included in the repo) have been updated to work with the
latest version of React Apollo. <br/>
[@hwillson](https://github.com/hwillson) in [#2439](https://github.com/apollographql/react-apollo/pull/2439)

### Typescript

- Fix `lodash` typings. <br/>
[@williamboman](https://github.com/williamboman) in [#2430](https://github.com/apollographql/react-apollo/pull/2430)
- Typings: added `context` to `MutationOptions`. <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#2354](https://github.com/apollographql/react-apollo/pull/2354)
- Typings: more `MutationOptions` changes/fixes. <br/>
[@danilobuerger](https://github.com/danilobuerger) in [#2340](https://github.com/apollographql/react-apollo/pul/2340)
- Remove `allowSyntheticDefaultImports` use. Typescript's
`allowSyntheticDefaultImports` compiler option is something we'd like to
start using, but we jumped the gun a bit by introducing it in
Expand All @@ -38,9 +49,6 @@
syntax, to work with default imports. We'll re-introduce
`allowSyntheticDefaultImports` use in React Apollo 3. <br/>
[@hwillson](https://github.com/hwillson) in [#2438](https://github.com/apollographql/react-apollo/pull/2438)
- All example apps (included in the repo) have been updated to work with the
latest version of React Apollo. <br/>
[@hwillson](https://github.com/hwillson) in [#2439](https://github.com/apollographql/react-apollo/pull/2439)

## 2.2.2 (September 28, 2018)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-apollo",
"version": "2.2.2",
"version": "2.2.3",
"author": "[email protected]",
"browser": "lib/react-apollo.browser.umd.js",
"description": "React data container for Apollo Client",
Expand Down

0 comments on commit 649712c

Please sign in to comment.