Skip to content

Commit

Permalink
Merge branch 'main' into release-3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Oct 1, 2020
2 parents 9b3d8e9 + 6484a67 commit 5051a22
Show file tree
Hide file tree
Showing 6 changed files with 392 additions and 508 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
- Provide default empty cache object for root IDs like `ROOT_QUERY`, to avoid differences in behavior before/after `ROOT_QUERY` data has been written into `InMemoryCache`. <br/>
[@benjamn](https://github.com/benjamn) in [#7100](https://github.com/apollographql/apollo-client/pull/7100)

## Apollo Client 3.2.2

## Bug Fixes

- Undo `TEdgeWrapper` approach for `relayStylePagination`, introduced by [f41e9efc](https://github.com/apollographql/apollo-client/commit/f41e9efc9e061b80fe5019456c049a3c56661e87) in [#7023](https://github.com/apollographql/apollo-client/pull/7023), since it was an unintended breaking change for existing code that used `cache.modify` to interact with field data managed by `relayStylePagination`. <br/>
[@benjamn](https://github.com/benjamn) in [#7103](https://github.com/apollographql/apollo-client/pull/7103)

## Apollo Client 3.2.1

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ After you [get started](./get-started/), check out the full Apollo Client docs,
This site's documentation focuses on React, but Apollo Client supports many other libraries and languages:

- JavaScript
- [Angular](https://www.apollographql.com/docs/angular)
- [Angular](https://apollo-angular.com)
- [Vue](integrations/integrations/#vue)
- [Ember](integrations/integrations/#ember)
- Meteor (thanks to [DDP-Apollo](https://github.com/Swydo/ddp-apollo))
Expand Down
2 changes: 1 addition & 1 deletion docs/source/integrations/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A [Svelte](https://svelte.dev) integration is maintained by Tim Hall ([@timhall]

## Angular

To use Apollo with the [Angular](https://angular.io) rendering library, see the [Angular guide](https://www.apollographql.com/docs/angular);
An [Angular](https://angular.io) integration is maintained by Kamil Kisiela ([@kamilkisiela](https://github.com/kamilkisiela)). See the [website](https://apollo-angular.com] for more details.

## Ember

Expand Down
Loading

0 comments on commit 5051a22

Please sign in to comment.