Skip to content

v0.17.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Akryum Akryum released this 09 Oct 18:17
· 88 commits to master since this release

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