Skip to content

Commit 58f2e70

Browse files
authored
Merge pull request #1788 from ChristopherPHolder/patch-1
docs: update version compatibility table
2 parents 1145c8c + 3317224 commit 58f2e70

File tree

3 files changed

+25
-18
lines changed

3 files changed

+25
-18
lines changed

libs/cdk/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ npm install @rx-angular/cdk
3636
## Version Compatibility
3737

3838
| RxAngular | Angular |
39-
| --------- | ---------- |
40-
| `^1.0.0` | `>=12.0.0` |
41-
| `^2.0.0` | `>=13.0.0` |
42-
| `^14.0.0` | `^14.0.0` |
43-
| `^15.0.0` | `^15.0.0` |
39+
|-----------|------------|
40+
| `^18.0.0` | `^18.0.0` |
41+
| `^17.0.0` | `^17.0.0` |
4442
| `^16.0.0` | `^16.0.0` |
43+
| `^15.0.0` | `^15.0.0` |
44+
| `^14.0.0` | `^14.0.0` |
45+
| `^2.0.0` | `>=13.0.0` |
46+
| `^1.0.0` | `>=12.0.0` |
4547

46-
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 the [official guide](https://angular.io/guide/versions).
48+
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 the [official guide](https://angular.dev/reference/versions).

libs/state/README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,16 @@ Optimize state selections and data transfer, ensure only the necessary data is t
146146
## Version Compatibility
147147

148148
| RxAngular | Angular |
149-
| --------- | ---------- |
150-
| `^1.0.0` | `>=12.0.0` |
151-
| `^2.0.0` | `>=13.0.0` |
152-
| `^14.0.0` | `^14.0.0` |
153-
| `^15.0.0` | `^15.0.0` |
149+
|-----------|------------|
150+
| `^18.0.0` | `^18.0.0` |
151+
| `^17.0.0` | `^17.0.0` |
154152
| `^16.0.0` | `^16.0.0` |
153+
| `^15.0.0` | `^15.0.0` |
154+
| `^14.0.0` | `^14.0.0` |
155+
| `^2.0.0` | `>=13.0.0` |
156+
| `^1.0.0` | `>=12.0.0` |
155157

156-
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 the [official guide](https://angular.io/guide/versions).
158+
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 the [official guide](https://angular.dev/reference/versions).
157159

158160
## Contribution
159161

libs/template/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,14 @@ export class AnyComponent {}
6767
## Version Compatibility
6868

6969
| RxAngular | Angular |
70-
| --------- | ---------- |
71-
| `^1.0.0` | `>=12.0.0` |
72-
| `^2.0.0` | `>=13.0.0` |
73-
| `^14.0.0` | `^14.0.0` |
74-
| `^15.0.0` | `^15.0.0` |
70+
|-----------|------------|
71+
| `^18.0.0` | `^18.0.0` |
72+
| `^17.0.0` | `^17.0.0` |
7573
| `^16.0.0` | `^16.0.0` |
74+
| `^15.0.0` | `^15.0.0` |
75+
| `^14.0.0` | `^14.0.0` |
76+
| `^2.0.0` | `>=13.0.0` |
77+
| `^1.0.0` | `>=12.0.0` |
78+
79+
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 the [official guide](https://angular.dev/reference/versions).
7680

77-
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 the [official guide](https://angular.io/guide/versions).

0 commit comments

Comments
 (0)