Releases: nuxt-modules/apollo
Releases · nuxt-modules/apollo
v4.0.1-rc.0
Changes
- Update deps (#291)
- Add missing type (#304)
- Update package version follow rc6 constraint fix (#296)
v4.0.0-rc.19
Changes
- Restore local state cache after clear on server (#289)
** Chore **
- Update devDependency core-js to ^2.6.11
v4.0.0-rc.18
Changes
Update vue-apollo
to v3.0.1
** Features **
- support global watch loading config close #281
v4.0.0-rc.17
Bug Fix
- Fix: clear cache after every request in ssr #274
Feature
- add browserHttpEndpoint option for client requests #275
v4.0.0-rc.16
Changes
Update vue-apollo
and vue-cli-plugin-apollo
to latest version, contain many bug fixes and features.
v4.0.0-rc.15
Bug Fixes
- Keep errorHandler in sync #262
- Add missing type #265
Changes
- remove require default client #263
Chore
- add local state demo in test folder
v4.0.0-rc.14
Update vue-apollo
and vue-cli-plugin-apollo
fix many things
v4.0.0-rc.13
Bug Fixes
- pass headers.cookie to our httpLink (#227)
Chores
- Update dependency vue-apollo to ^3.0.0-rc.5 (#253)
v4.0.0-rc.12
Bug Fixes
- replace isomorphic-fetch with cross-fetch (#249)
Chores
- fix types test when using nuxt 2.9 (#250)
- fix for eslint-config-standard v14