|
1 | 1 | # Change log |
2 | 2 |
|
| 3 | +## 13.0.0 |
| 4 | + |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- [#2389](https://github.com/the-guild-org/apollo-angular/pull/2389) |
| 8 | + [`b43359c`](https://github.com/the-guild-org/apollo-angular/commit/b43359cad7dceb09d3a3421b2af138277476a71a) |
| 9 | + Thanks [@matictrebusak](https://github.com/matictrebusak)! - Drop support for Angular 18 |
| 10 | + |
| 11 | +- [#2389](https://github.com/the-guild-org/apollo-angular/pull/2389) |
| 12 | + [`b43359c`](https://github.com/the-guild-org/apollo-angular/commit/b43359cad7dceb09d3a3421b2af138277476a71a) |
| 13 | + Thanks [@matictrebusak](https://github.com/matictrebusak)! - Support for Angular 21 |
| 14 | + |
| 15 | +### Minor Changes |
| 16 | + |
| 17 | +- [#2390](https://github.com/the-guild-org/apollo-angular/pull/2390) |
| 18 | + [`7ae276c`](https://github.com/the-guild-org/apollo-angular/commit/7ae276c2ec1bfa15e34f9b2e020ba384124483e6) |
| 19 | + Thanks [@vz-tl](https://github.com/vz-tl)! - Support HttpContext in HttpLink option and operation |
| 20 | + context |
| 21 | + |
3 | 22 | ## 12.1.0 |
4 | 23 |
|
5 | 24 | ### Minor Changes |
|
145 | 164 | - [#2355](https://github.com/the-guild-org/apollo-angular/pull/2355) |
146 | 165 | [`226a963`](https://github.com/the-guild-org/apollo-angular/commit/226a96337f73be26496a9cfd6682230fd61e7304) |
147 | 166 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
148 | | - |
149 | 167 | - Updated dependency |
150 | 168 | [`@apollo/client@^4.0.1` ↗︎](https://www.npmjs.com/package/@apollo/client/v/4.0.1) (from |
151 | 169 | `^3.13.1`, in `peerDependencies`) |
|
231 | 249 | - [#2342](https://github.com/the-guild-org/apollo-angular/pull/2342) |
232 | 250 | [`baf538a`](https://github.com/the-guild-org/apollo-angular/commit/baf538aeb1f76f0835c84f6979589cbf2dfd0f0b) |
233 | 251 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop deprecated things: |
234 | | - |
235 | 252 | - Instead of `ApolloModule`, use either `provideApollo()` or `provideNamedApollo()`. |
236 | 253 | - Instead of `import {graphql} from 'apollo-angular';` use |
237 | 254 | `import {gql as graphql} from 'apollo-angular';` |
|
277 | 294 | - [#2333](https://github.com/the-guild-org/apollo-angular/pull/2333) |
278 | 295 | [`9866ec6`](https://github.com/the-guild-org/apollo-angular/commit/9866ec675a0f38602aabe4ca3fd591e4d9f3248f) |
279 | 296 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
280 | | - |
281 | 297 | - Updated dependency |
282 | 298 | [`@apollo/client@^3.10.0` ↗︎](https://www.npmjs.com/package/@apollo/client/v/3.10.0) (from |
283 | 299 | `^3.0.0`, in `peerDependencies`) |
|
303 | 319 | - [#2323](https://github.com/the-guild-org/apollo-angular/pull/2323) |
304 | 320 | [`095457d`](https://github.com/the-guild-org/apollo-angular/commit/095457d609239ee2de636376b62159e420e1df54) |
305 | 321 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
306 | | - |
307 | 322 | - Updated dependency |
308 | 323 | [`@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0) |
309 | 324 | (from `^17.0.0 || ^18.0.0`, in `peerDependencies`) |
|
389 | 404 | - [#2259](https://github.com/the-guild-org/apollo-angular/pull/2259) |
390 | 405 | [`78f319a`](https://github.com/the-guild-org/apollo-angular/commit/78f319a6a93268144bbb9dc42c84bd45f50ff606) |
391 | 406 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
392 | | - |
393 | 407 | - Updated dependency |
394 | 408 | [`@angular/core@^17.0.0 || ^18.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0) |
395 | 409 | (from `^17.0.0`, in `peerDependencies`) |
396 | 410 |
|
397 | 411 | - [#2259](https://github.com/the-guild-org/apollo-angular/pull/2259) |
398 | 412 | [`97fba6a`](https://github.com/the-guild-org/apollo-angular/commit/97fba6ab7909c2d65bd58f7e376a94c0b4394249) |
399 | 413 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
400 | | - |
401 | 414 | - Updated dependency |
402 | 415 | [`@angular/core@^17.0.0 || ^18.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0) |
403 | 416 | (from `^17.0.0`, in `peerDependencies`) |
|
424 | 437 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - BREAKING use Typescript strict mode |
425 | 438 |
|
426 | 439 | This is breaking because: |
427 | | - |
428 | 440 | - `ApolloBase.client` throws an error if no client has been created beforehand. The behavior now |
429 | 441 | matches the typing that always declared a client existed. In most cases, you should pass either |
430 | 442 | `apolloOptions` or `apolloNamedOptions` to `Apollo.constructor` to create the client immediately |
|
0 commit comments