Skip to content

Commit

Permalink
Merge pull request #166 from apollographql/hugh/chang/ac-local-state-…
Browse files Browse the repository at this point in the history
…changes

AC-11 Support AC local state

Co-authored-by: Hugh Willson <hugh@octonary.com>
Co-authored-by: Justin Anastos <justin.anastos@gmail.com>
  • Loading branch information
justinanastos and hwillson committed Feb 26, 2019
2 parents cfb39f3 + 9b73bc3 commit 11714c9
Show file tree
Hide file tree
Showing 6 changed files with 320 additions and 132 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
dist
!./dist/.gitkeep
*.zip
.DS_Store
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
- Include local fields and types in GraphiQL ([#172](https://github.com/apollographql/apollo-client-devtools/issues/172), [#159](https://github.com/apollographql/apollo-client-devtools/issues/159))
[@justinanastos](https://github.com/justinanastos) in [#188](https://github.com/apollographql/apollo-client-devtools/pull/188)

- Use Apollo Client v2.5 local state 🎉 ([#apollographql/apollo-client#4361](https://github.com/apollographql/apollo-client/pull/4361))
[@cheapsteak](https://github.com/cheapsteak) and [@hwillson](https://github.com/hwillson) in [#166](https://github.com/apollographql/apollo-client-devtools/pull/166)

## 2.1.9

- Eliminate use of `window.localStorage`, removing the need for 3rd party cookies ([#118](https://github.com/apollographql/apollo-client-devtools/issues/118), [#142](https://github.com/apollographql/apollo-client-devtools/issues/142))
Expand Down
Loading

0 comments on commit 11714c9

Please sign in to comment.