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