Releases: the-guild-org/apollo-angular
apollo-angular@8.0.1
Patch Changes
-
#2333
9866ec6
Thanks @PowerKiKi! - dependencies updates:- Updated dependency
@apollo/client@^3.10.0↗︎ (from
^3.0.0, inpeerDependencies)
- Updated dependency
-
#2333
eeec0a9
Thanks @PowerKiKi! - Requires @apollo/client ^3.10.0 for
watchFragment
apollo-angular@8.0.0
Major Changes
-
#2316
8c75368
Thanks @Frozen-byte! - added acomplete()method for
TestOperationobject to cancel subscriptions afterflush()BREAKING CHANGE: subscription observables must be manually completed by the
complete()method.
Patch Changes
-
#2323
095457d
Thanks @PowerKiKi! - dependencies updates:- Updated dependency
@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0↗︎
(from^17.0.0 || ^18.0.0, inpeerDependencies)
- Updated dependency
-
#2319
cafb23a
Thanks @PowerKiKi! - Move away from deprecated things -
#2317
a564953
Thanks @PowerKiKi! - Let typing flow better
apollo-angular@7.2.1
Patch Changes
-
#2312
8bbdc6b
Thanks @PowerKiKi! - Smaller bundle forgql -
#2314
e98e06a
Thanks @PowerKiKi! - Deprecategraphqlalias forgqltag functionBecause importing the same thing from two different import points will increase the final bundle
size. If you want a different name for the tag function, then useassyntax, such as:import { gql as graphql } from 'apollo-angular';
apollo-angular@7.2.0
Minor Changes
- #2296
6a45784
Thanks @PowerKiKi! - NewprovideApollo()and
provideNamedApollo()
Patch Changes
-
#2294
d56c5cb
Thanks @PowerKiKi! - Update documentation to standalone usage -
#2292
04fdd28
Thanks @PowerKiKi! - Relax type to be able to useextract-files
properly
apollo-angular@7.1.2
Patch Changes
- #2289
d78cc8d
Thanks @richard-elastique! - Don't require a dependency on
React
apollo-angular@7.1.1
Minor changes
- #2226 Thanks @alessbell! - Exposes
watchFragmentmethod on theApolloBaseclass.
Patch Changes
- #2286
dbd4f68
Thanks @PowerKiKi! - Permissions for release provenance
apollo-angular@7.0.2
Patch Changes
-
#2259
78f319a
Thanks @PowerKiKi! - dependencies updates:- Updated dependency
@angular/core@^17.0.0 || ^18.0.0↗︎
(from^17.0.0, inpeerDependencies)
- Updated dependency
-
#2259
97fba6a
Thanks @PowerKiKi! - dependencies updates:- Updated dependency
@angular/core@^17.0.0 || ^18.0.0↗︎
(from^17.0.0, inpeerDependencies)
- Updated dependency
-
#2259
29b9fdc
Thanks @PowerKiKi! - Allow Angular 18
apollo-angular@7.0.1
Patch Changes
- #2252
67ba1e8Thanks @PowerKiKi! - ApolloClient does not delay the application becoming stable
apollo-angular@7.0.0
Major Changes
-
#2225
712205fThanks @PowerKiKi! - BREAKING use Typescript strict modeThis is breaking because:
ApolloBase.clientthrows an error if no client has been created beforehand. The behavior now
matches the typing that always declared a client existed. In most cases, you should pass either
apolloOptionsorapolloNamedOptionstoApollo.constructorto create the client immediately
upon construction.ApolloBase.query(),ApolloBase.mutate()andApolloBase.subscribe()all have a new constraint
onV. If you inherit from this class, you might need to adjust your typing.- Classes that inherit
Query,MutationandSubscriptionmust declare thedocumentmember.
This requirement always existed at runtime but was not enforced at compile time until now. If you
generated code, you have nothing to do. QueryRef.getLastResult()andQueryRef.getLastError()might returnundefined. This was always
the case, but was typed incorrectly until now.pickFlag()was dropped without any replacement.createPersistedQueryLink()requires options. This was always the case but was typed incorrectly
until now.
apollo-angular@6.0.0
Major Changes
- #2093
fbd86daf
Thanks @PowerKiKi! - - Add Angular 17 Support- Drop support for Angular 14, 15 and 16
- Support for
ng addschematics for standalone apps or module apps
Patch Changes
- #2093
e0bec09a
Thanks @PowerKiKi! - dependencies updates:- Updated dependency
@angular/core@^17.0.0↗︎ (from
^14.0.0 || ^15.0.0 || ^16.0.0, inpeerDependencies)
- Updated dependency