|
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 | + |
3 | 15 | ## 12.1.0 |
4 | 16 |
|
5 | 17 | ### Minor Changes |
|
145 | 157 | - [#2355](https://github.com/the-guild-org/apollo-angular/pull/2355) |
146 | 158 | [`226a963`](https://github.com/the-guild-org/apollo-angular/commit/226a96337f73be26496a9cfd6682230fd61e7304) |
147 | 159 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
148 | | - |
149 | 160 | - Updated dependency |
150 | 161 | [`@apollo/client@^4.0.1` ↗︎](https://www.npmjs.com/package/@apollo/client/v/4.0.1) (from |
151 | 162 | `^3.13.1`, in `peerDependencies`) |
|
231 | 242 | - [#2342](https://github.com/the-guild-org/apollo-angular/pull/2342) |
232 | 243 | [`baf538a`](https://github.com/the-guild-org/apollo-angular/commit/baf538aeb1f76f0835c84f6979589cbf2dfd0f0b) |
233 | 244 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop deprecated things: |
234 | | - |
235 | 245 | - Instead of `ApolloModule`, use either `provideApollo()` or `provideNamedApollo()`. |
236 | 246 | - Instead of `import {graphql} from 'apollo-angular';` use |
237 | 247 | `import {gql as graphql} from 'apollo-angular';` |
|
277 | 287 | - [#2333](https://github.com/the-guild-org/apollo-angular/pull/2333) |
278 | 288 | [`9866ec6`](https://github.com/the-guild-org/apollo-angular/commit/9866ec675a0f38602aabe4ca3fd591e4d9f3248f) |
279 | 289 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
280 | | - |
281 | 290 | - Updated dependency |
282 | 291 | [`@apollo/client@^3.10.0` ↗︎](https://www.npmjs.com/package/@apollo/client/v/3.10.0) (from |
283 | 292 | `^3.0.0`, in `peerDependencies`) |
|
303 | 312 | - [#2323](https://github.com/the-guild-org/apollo-angular/pull/2323) |
304 | 313 | [`095457d`](https://github.com/the-guild-org/apollo-angular/commit/095457d609239ee2de636376b62159e420e1df54) |
305 | 314 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
306 | | - |
307 | 315 | - Updated dependency |
308 | 316 | [`@angular/core@^17.0.0 || ^18.0.0 || ^19.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0) |
309 | 317 | (from `^17.0.0 || ^18.0.0`, in `peerDependencies`) |
|
389 | 397 | - [#2259](https://github.com/the-guild-org/apollo-angular/pull/2259) |
390 | 398 | [`78f319a`](https://github.com/the-guild-org/apollo-angular/commit/78f319a6a93268144bbb9dc42c84bd45f50ff606) |
391 | 399 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
392 | | - |
393 | 400 | - Updated dependency |
394 | 401 | [`@angular/core@^17.0.0 || ^18.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0) |
395 | 402 | (from `^17.0.0`, in `peerDependencies`) |
396 | 403 |
|
397 | 404 | - [#2259](https://github.com/the-guild-org/apollo-angular/pull/2259) |
398 | 405 | [`97fba6a`](https://github.com/the-guild-org/apollo-angular/commit/97fba6ab7909c2d65bd58f7e376a94c0b4394249) |
399 | 406 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates: |
400 | | - |
401 | 407 | - Updated dependency |
402 | 408 | [`@angular/core@^17.0.0 || ^18.0.0` ↗︎](https://www.npmjs.com/package/@angular/core/v/17.0.0) |
403 | 409 | (from `^17.0.0`, in `peerDependencies`) |
|
424 | 430 | Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - BREAKING use Typescript strict mode |
425 | 431 |
|
426 | 432 | This is breaking because: |
427 | | - |
428 | 433 | - `ApolloBase.client` throws an error if no client has been created beforehand. The behavior now |
429 | 434 | matches the typing that always declared a client existed. In most cases, you should pass either |
430 | 435 | `apolloOptions` or `apolloNamedOptions` to `Apollo.constructor` to create the client immediately |
|
0 commit comments