Skip to content

Releases: quasarframework/app-extension-apollo

2.2.2 - Released

25 Apr 13:01
f570930
Compare
Choose a tag to compare

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!

16 Jan 08:42
5ee1cc6
Compare
Choose a tag to compare

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!

14 Jan 07:37
ac6ad52
Compare
Choose a tag to compare

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!

02 Nov 17:36
ce4ed82
Compare
Choose a tag to compare

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!

20 Sep 07:29
c864e09
Compare
Choose a tag to compare
  • 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/apollo@1.0.0-beta.8.

2.0.0-beta.5

26 Jun 09:38
21c40c2
Compare
Choose a tag to compare
2.0.0-beta.5 Pre-release
Pre-release

We had to re-submit to npm.

2.0.0-beta.4 released

26 Jun 08:25
9e47b62
Compare
Choose a tag to compare
2.0.0-beta.4 released Pre-release
Pre-release

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

26 Jun 09:33
da11e65
Compare
Choose a tag to compare
2.0.0-beta.3 released Pre-release
Pre-release

This is a breaking change release, if you just happened to install the first beta of v2!

Changes:
Multiple Overall Changes: #102
Adds basic tooling setup: #103

Thanks to @IlCallo for all the great work!

1.0.0-beta.8

14 Feb 07:21
99b7c9a
Compare
Choose a tag to compare
1.0.0-beta.8 Pre-release
Pre-release

Extension functions are now async and offers a new config object to help with creating multiple clients.

1.0.0-beta.7

08 Jan 10:06
8dcc194
Compare
Choose a tag to compare
Merge pull request #79 from smolinari/dev

Bump version