|
1 | 1 | # Change log |
2 | 2 |
|
| 3 | +## 11.0.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#2373](https://github.com/the-guild-org/apollo-angular/pull/2373) |
| 8 | + [`e65bcce`](https://github.com/the-guild-org/apollo-angular/commit/e65bcce125ac9cfca25ea707f904610afac90906) |
| 9 | + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop support for node 18 |
| 10 | + |
| 11 | +- [#2366](https://github.com/the-guild-org/apollo-angular/pull/2366) |
| 12 | + [`bdff9d9`](https://github.com/the-guild-org/apollo-angular/commit/bdff9d9c7f8b4c9758126326bed8e1459fb5a533) |
| 13 | + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Drop ESM2022 in favor of FESM2022 |
| 14 | + |
| 15 | +- [#2368](https://github.com/the-guild-org/apollo-angular/pull/2368) |
| 16 | + [`0f10355`](https://github.com/the-guild-org/apollo-angular/commit/0f103552a78c9031efb4ec732454f6ce17f02f04) |
| 17 | + Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - New repository owners |
| 18 | + |
| 19 | + [@kamilkisiela](https://github.com/kamilkisiela), the creator of this library, has found new |
| 20 | + interests and is not able to contribute like in the past. He gracefully transferred ownership of |
| 21 | + the repository to me. I have been maintaining this library since 2022, and will continue doing so |
| 22 | + in the foreseeable future. |
| 23 | + |
| 24 | + For the package consumers, pretty much nothing will change. The package name, the code, the |
| 25 | + relation with [The Guild](https://github.com/the-guild-org), and the maintenance style will all |
| 26 | + remain the same. The only difference is the new repository URL: |
| 27 | + https://github.com/the-guild-org/apollo-angular. |
| 28 | + |
3 | 29 | ## 11.0.0 |
4 | 30 |
|
5 | 31 | ### Major Changes |
|
364 | 390 | [`9a8ea5f`](https://github.com/the-guild-org/apollo-angular/commit/9a8ea5f229cf7937d74332092cb3eba40828b7b1) |
365 | 391 | - Add `useMutationLoading` flag |
366 | 392 | [`bc223fe`](https://github.com/the-guild-org/apollo-angular/commit/bc223fe6487edd35c56ad908e4739580ce69f056) |
367 | | -- Fix type inference for Mutations [#1659](https://github.com/the-guild-org/apollo-angular/pull/1659) |
| 393 | +- Fix type inference for Mutations |
| 394 | + [#1659](https://github.com/the-guild-org/apollo-angular/pull/1659) |
368 | 395 | - Declare support for Angular 13 |
369 | 396 | - Remove `extract-files` library from dependencies (you need to pass `extractFiles` function to |
370 | 397 | HttpLink's options) |
@@ -540,7 +567,8 @@ Changes: |
540 | 567 | ([PR #607](https://github.com/the-guild-org/apollo-angular/pull/607)) |
541 | 568 | - Adds `sideEffects: false` (webpack) |
542 | 569 | ([PR #580](https://github.com/the-guild-org/apollo-angular/pull/580)) |
543 | | -- Supports Angular 6 and RxJS 6 ([PR #580](https://github.com/the-guild-org/apollo-angular/pull/580)) |
| 570 | +- Supports Angular 6 and RxJS 6 |
| 571 | + ([PR #580](https://github.com/the-guild-org/apollo-angular/pull/580)) |
544 | 572 |
|
545 | 573 | ## v1.0.1 |
546 | 574 |
|
@@ -638,7 +666,8 @@ Behaves the same as the `ObservableQuery` of `apollo-client`. |
638 | 666 |
|
639 | 667 | ## v0.9.0 |
640 | 668 |
|
641 | | -- Support `apollo-client@0.8.0` ([PR #206](https://github.com/the-guild-org/apollo-angular/pull/206)) |
| 669 | +- Support `apollo-client@0.8.0` |
| 670 | + ([PR #206](https://github.com/the-guild-org/apollo-angular/pull/206)) |
642 | 671 | - Support `es6` modules and `tree-shaking` |
643 | 672 | ([PR #151](https://github.com/the-guild-org/apollo-angular/pull/151), |
644 | 673 | [PR #206](https://github.com/the-guild-org/apollo-angular/pull/206)) |
@@ -669,7 +698,8 @@ Behaves the same as the `ObservableQuery` of `apollo-client`. |
669 | 698 | ## v0.6.0 |
670 | 699 |
|
671 | 700 | - Added support for ApolloClient `v0.5.X` ([PR #]) |
672 | | -- Added `subscribeToMore` function ([PR](https://github.com/the-guild-org/apollo-client-rxjs/pull/5)) |
| 701 | +- Added `subscribeToMore` function |
| 702 | + ([PR](https://github.com/the-guild-org/apollo-client-rxjs/pull/5)) |
673 | 703 | - **BREAKING CHANGE** No no longer support ApolloClient `v0.4.X` |
674 | 704 | - **BREAKING CHANGE** Removed `Apollo` decorator (use `Angular2Apollo` service) |
675 | 705 | - **BREAKING CHANGE** Removed `ApolloQueryPipe` (use `SelectPipe` instead) |
|
0 commit comments