Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 17.0.0 #61

Merged
merged 11 commits into from
Nov 21, 2023
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
Loading