Releases: Akryum/vue-cli-plugin-apollo
Releases Β· Akryum/vue-cli-plugin-apollo
v0.22.0 - v0.22.1 - 0.22.2
BREAKING CHANGES
- Capitalize "Authorization" header name (#252)
New
- allow getAuth to return a promise (#296)
- add preAuthLinks option, closes #86 (#243)
Fixed
- never silence errors (#313)
- link option does not work when websocketsOnly=true (#282)
- generator: wrong apollo server command displayed
- generate-schema: print error
- generate-schema: use getIntrospectionQuery with graphql@15
- generate-schema: load typescript files properly (#322)
v0.21.3
Fixed
- enable persisted queries when option is
true
, resolves #240 (#242)
v0.21.2
New
- Add ability to pass options to
createPersistedQueryLink
(#106)
- Updated dependencies
Fixed
- onResetStore expect Promise (#220)
- disable gql files linting by default; use
pluginOptions.apollo.lintGQL: true
in vue.config.js
to enable again.
- generator: ENOENT error
- add typescript as optional peer dep, closes #137
v0.21.1
Fixed
- Allow gql-loader to load gql files from other modules (#179)
- websocket: add headers.authentication in connection params (#144)
Other
- allow
@vue/cli-shared-utils@4
as peerDependencies (#194)
v0.21.0
New
- New
apollo:schema:generate
command
- New
apollo:schema:publish
command
- New install prompts
- Numerous UI improvements
- client: allow configuration of restored client cache (#154)
Fixed
- use empty object as default inMemoryCacheOptions (#153)
v0.20.0
Potential breaking changes
- vue-loader: modify
transpileOptions
to allow string template tag, enabling support of gql
tag inside component templates
New
- add types definition (#136)
Fixed
- add extensions gql/graphql to eslint (#142)
v0.19.2
Fixed
- Updated deps, fixing issues with http link options (like cookie
credentials
), closes #115
New
- Better support for Apollo Client 2.5 local state features, closes #112
v0.19.1
Changed
- The generator no longer adds the
serve
command in parallel of apollo
script.
v0.19.0
Breaking
- Updated to Apollo Server 2.3.x, more info here
- Update to Apollo Upload Client 10.x (esm build dropped)
Misc