Skip to content

Commit

Permalink
Merge pull request #61 from SaulMoro/next
Browse files Browse the repository at this point in the history
chore: release 17.0.0
  • Loading branch information
SaulMoro authored Nov 21, 2023
2 parents b042c18 + 7816ec4 commit 90277dd
Show file tree
Hide file tree
Showing 12 changed files with 5,878 additions and 5,595 deletions.
144 changes: 6 additions & 138 deletions CHANGELOG.md

Large diffs are not rendered by default.

11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@

## Installation

> ⚠️ ngrx-rtk-query library requires TypeScript 4.1 or higher.
### Versions

| Angular / NgRx | ngrx-rtk-query | @reduxjs/toolkit | Support |
| :----------------: | :--------------------: | :--------------: | :-----------------: |
| 16.x | >=16.x.x (signals) | ~1.9.7 | Bugs / New Features |
| 16.x | >=4.2.x (rxjs) | ~1.9.5 | Bugs |
| 15.x | 4.1.x (rxjs) | 1.9.5 | Bugs |
| 13.x - 14.x | 3.5.x (rxjs) | 1.9.1 | None |
| 11.x - 12.x | 2.3.0 (rxjs) | 1.6.2 | None |
| 17.x | >=17.x.x (signals) | ~1.9.7 | Bugs / New Features |
| 16.x | >=16.x.x (signals) | ~1.9.7 | Bugs |
| 16.x | >=4.2.x (rxjs) | ~1.9.5 | Critical bugs |
| 15.x | 4.1.x (rxjs) | 1.9.5 | None |

Only the latest version of Angular in the table above is actively supported. This is due to the fact that compilation of Angular libraries is [incompatible between major versions](https://angular.io/guide/creating-libraries#ensuring-library-version-compatibility).

Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,18 +76,18 @@
"options": {},
"configurations": {
"production": {
"browserTarget": "ngrx-rtk-query-app:build:production"
"buildTarget": "ngrx-rtk-query-app:build:production"
},
"development": {
"browserTarget": "ngrx-rtk-query-app:build:development"
"buildTarget": "ngrx-rtk-query-app:build:development"
}
},
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngrx-rtk-query-app:build"
"buildTarget": "ngrx-rtk-query-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 90277dd

Please sign in to comment.