Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c61a105

Browse files
committed
docs: update version compatibility matrix
1 parent 278826d commit c61a105

File tree

3 files changed

+24
-27
lines changed

3 files changed

+24
-27
lines changed

libs/cdk/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@ nx migrate @rx-angular/cdk
4747

4848
## Version Compatibility
4949

50-
| Angular | RxJS | @rx-angular/cdk |
51-
| ---------------------- | -------------------- | ------------------- |
52-
| `14` | `^7.4.0` | `> 1.0.0-alpha.10` |
53-
| `^12.0.0` or `^13.0.0` | `^6.5.5` or `^7.4.0` | `> 1.0.0-alpha.10` |
54-
| `^11.0.0` | `^6.5.5` | `<= 1.0.0-alpha.10` |
55-
56-
Regarding the compatibility with RxJS, we generally stick to the compatibilities of the Angular framework itself.
57-
All the packages support RxJS versions `^6.5.5` || `^7.4.0`.
58-
For more information about the compatibilities of Angular itself see this [gist](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).
50+
| RxAngular | Angular |
51+
| --------- | ---------- |
52+
| `^1.0.0` | `>=12.0.0` |
53+
| `^2.0.0` | `>=13.0.0` |
54+
| `^14.0.0` | `^14.0.0` |
55+
| `^15.0.0` | `^15.0.0` |
56+
57+
Regarding the compatibility with RxJS, we generally stick to the compatibilities of the Angular framework itself, for more information about the compatibilities of Angular itself see this [matrix](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).

libs/state/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,14 @@ Optimize state selections and data transfer, ensure only the necessary data is t
150150

151151
## Version Compatibility
152152

153-
| Angular | RxJS | @rx-angular/state |
154-
| ---------------------- | -------------------- | ----------------- |
155-
| `14+` | `^7.4.0` | `> 1.4.6` |
156-
| `^12.0.0` or `^13.0.0` | `^6.5.5` or `^7.4.0` | `> 1.4.6` |
157-
| `^11.0.0` | `^6.5.5` | `<= 1.4.6` |
158-
159-
We follow the compatibility of Angular for RxJS in our packages.
160-
The supported RxJS versions are ^6.5.5 or ^7.4.0.
161-
For further details on Angular compatibility, please refer to this [gist](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).
153+
| RxAngular | Angular |
154+
| --------- | ---------- |
155+
| `^1.0.0` | `>=12.0.0` |
156+
| `^2.0.0` | `>=13.0.0` |
157+
| `^14.0.0` | `^14.0.0` |
158+
| `^15.0.0` | `^15.0.0` |
159+
160+
Regarding the compatibility with RxJS, we generally stick to the compatibilities of the Angular framework itself, for more information about the compatibilities of Angular itself see this [matrix](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).
162161

163162
## Contribution
164163

libs/template/README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,11 @@ export class MyModule {}
8787

8888
## Version Compatibility
8989

90-
| Angular | RxJS | @rx-angular/template |
91-
| ---------------------- | -------------------- | -------------------- |
92-
| `14` | `^7.4.0` | `> 1.0.0-beta.29` |
93-
| `^12.0.0` or `^13.0.0` | `^6.5.5` or `^7.4.0` | `> 1.0.0-beta.29` |
94-
| `^11.0.0` | `^6.5.5` | `<= 1.0.0-beta.29` |
95-
96-
Regarding the compatibility with RxJS, we generally stick to the compatibilities of the Angular framework itself.
97-
All the packages support RxJS versions `^6.5.5` || `^7.4.0`.
98-
For more information about the compatibilities of Angular itself see this [gist](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).
90+
| RxAngular | Angular |
91+
| --------- | ---------- |
92+
| `^1.0.0` | `>=12.0.0` |
93+
| `^2.0.0` | `>=13.0.0` |
94+
| `^14.0.0` | `^14.0.0` |
95+
| `^15.0.0` | `^15.0.0` |
96+
97+
Regarding the compatibility with RxJS, we generally stick to the compatibilities of the Angular framework itself, for more information about the compatibilities of Angular itself see this [matrix](https://gist.github.com/LayZeeDK/c822cc812f75bb07b7c55d07ba2719b3).

0 commit comments

Comments
 (0)