Releases: quasarframework/app-extension-apollo
2.2.3 - Released
Hi,
This update hardens the AE for apps created with the upcoming new CLI (in Beta).
Scott
What's Changed
- Add some tweaks for ESM and Readme improvement by @smolinari in #167
- Bump version and release v2.2.3 by @smolinari in #168
Full Changelog: 2.2.2...2.2.3
2.2.2 - Released
Hi,
Small update to get the AE working with the new CLI apps.
- Add compatibility checks for new app-vite and app-webpack CLIs.
- Add await on hasTypescript method call
Enjoy!
Scott
2.2.0 - Out of Beta!
Hi,
With vue-apollo 4 getting out of beta status, we too are out of beta status.
The Quasar App Extension (AE) for Apollo Client is now production ready.
Enjoy!
Scott
2.2.0-beta.3 Released!
Hi,
2.1.0.beta.3 is released with the following fix:
- boot error: SyntaxError: missing name after . operator #154
Enjoy!
Scott
2.2.0-beta.1 Released!
Thanks to @IlCallo and @yusufkandemir for their work!
Adds TypeScript detection - #148
Bumps and externalizes deps- #147
IMPORTANT: Since this release, we externalized all deps for this AE: graphql
, graphql-tag
, @apollo/client
and @vue/apollo-composable
. If you installed a previous version, rerun the quasar ext add @quasar/apollo
command to have compatible deps added to your project's package.json
.
The following minimum app-* versions required are as follows:
@quasar/app-vite: ^1.6.0
@quasar/app-webpack: ^3.11.0
2.1.0-beta.1 Released!
- Adds subscription support. #141
NOTE: As of 2.1.0-beta.1, version 2 is now in the dev and default branch of the repository. It is also the version you'll get with the "normal" @quasar/apollo
package. No need to use @next
anymore.
Version 1 has been deprecated and is no longer supported. If you wish to use it, you can install it with @quasar/[email protected]
.
2.0.0-beta.5
We had to re-submit to npm.
2.0.0-beta.4 released
Changes:
Fixed - Extension v2 doesn't install due to @quasar/app dependency missing in quasar vite setup #119
Thanks to @yusufkandemir for his always welcome and great support!
2.0.0-beta.3 released
1.0.0-beta.8
Extension functions are now async and offers a new config object to help with creating multiple clients.