Releases: Akryum/vue-cli-plugin-apollo
Releases Β· Akryum/vue-cli-plugin-apollo
v0.18.0
08 Nov 16:26
Compare
Sorry, something went wrong.
No results found
Breaking changes
server: plugin option should be apollo.serverOptions, as documented
v0.17.4
08 Nov 15:57
Compare
Sorry, something went wrong.
No results found
Fixed
server: integrated engine overriden, closes #74
Other
v0.17.3
25 Oct 10:01
Compare
Sorry, something went wrong.
No results found
Fixed
Set apolloServerOptions.mockEntireSchema to false to preserve resolvers (#71 )
make data-sources file optional
v0.17.2
14 Oct 14:12
Compare
Sorry, something went wrong.
No results found
Fixed
generator: linting wasn't working on js and server files
v0.17.1
09 Oct 18:17
Compare
Sorry, something went wrong.
No results found
New
run args, allowing to run a command in parallel with the Apollo server. The generator will now generate the vue-cli-service apollo --run "vue-cli-service serve" script in your project.
dataSources option now supported (#70 )
inMemoryCacheOptions option for createApolloClient, closes #68
defaultHttpLink option for createApolloClient, closes #65
generator: auto apply example file to src/App.vue
Fixed
ui: state reset when switching between projects
typo in api.exitLog (#64 )
Update vue-apollo.js template to clarify the link option (#62 )
remove unused createApolloClient option
Other
Updated apollo-upload-client to v9.0.0
Docs
createApolloClient options
v0.17.0
24 Sep 20:14
Compare
Sorry, something went wrong.
No results found
v0.16.6
24 Sep 20:11
Compare
Sorry, something went wrong.
No results found
Fixed
Reverted graphql update to 14.0 in vue-cli-plugin-apollo 0.16.5
Improved
apollo:watch now has default mode development.
v0.16.4
30 Aug 13:29
Compare
Sorry, something went wrong.
No results found
Fixed
Generator: $filesRoot for SSR
v0.16.3
22 Aug 23:27
Compare
Sorry, something went wrong.
No results found
Improved
Updated dependencies (this should also fix an issue with core-js from apollo-server).
Fixed
Options not working correctly (wrong deepmerge args)
v0.16.1
27 Jul 21:57
Compare
Sorry, something went wrong.
No results found
New
Typescript server support #46