diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db91c6b..3ea0877d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This document lists the changes introduced by this fork. ## Version 3.0.0 -* Add Angular 16 support +* Upgrade to Angular 16 * Add proper typing to all settings * Improve signatures of `valuePrepareFunction`, and `filterFunction` * Add `valueStoreFunction` as counter-part of the `valuePrepareFunction` @@ -22,6 +22,11 @@ This document lists the changes introduced by this fork. * Remove deprecated settings * Remove undocumented settings +**Note:** With Angular 16 several breaking changes were introduced, which forced us to also introduce breaking changes +plus we cannot guarantee anymore, that the software is working with Angular 15 and below. This is why we decided to +have a hard cut by introducing a new major release that is only compatible with Angular 16 onwards. +If you want to stick with Angular 14 or Angular 15, please use version 2.10.0. + ## Version 2.10.0 * Add `sanitizer`, `hiddenWhen`, and `disabledWhen` to `CustomAction` settings diff --git a/projects/angular2-smart-table/CHANGELOG.md b/projects/angular2-smart-table/CHANGELOG.md index 091c92b6..b73b86ed 100644 --- a/projects/angular2-smart-table/CHANGELOG.md +++ b/projects/angular2-smart-table/CHANGELOG.md @@ -4,7 +4,7 @@ This document lists the changes introduced by this fork. ## Version 3.0.0 -* Add Angular 16 support +* Upgrade to Angular 16 * Add proper typing to all settings * Improve signatures of `valuePrepareFunction`, and `filterFunction` * Add `valueStoreFunction` as counter-part of the `valuePrepareFunction` @@ -22,6 +22,11 @@ This document lists the changes introduced by this fork. * Remove deprecated settings * Remove undocumented settings +**Note:** With Angular 16 several breaking changes were introduced, which forced us to also introduce breaking changes +plus we cannot guarantee anymore, that the software is working with Angular 15 and below. This is why we decided to +have a hard cut by introducing a new major release that is only compatible with Angular 16 onwards. +If you want to stick with Angular 14 or Angular 15, please use version 2.10.0. + ## Version 2.10.0 * Add `sanitizer`, `hiddenWhen`, and `disabledWhen` to `CustomAction` settings diff --git a/projects/angular2-smart-table/package.json b/projects/angular2-smart-table/package.json index ca4f9a83..25680304 100644 --- a/projects/angular2-smart-table/package.json +++ b/projects/angular2-smart-table/package.json @@ -13,9 +13,9 @@ }, "homepage": "https://github.com/dj-fiorex/angular2-smart-table#readme", "peerDependencies": { - "@angular/core": "14 - 16", - "@angular/common": "14 - 16", - "@angular/forms": "14 - 16", + "@angular/core": "16", + "@angular/common": "16", + "@angular/forms": "16", "lodash-es": "^4.17.21" }, "dependencies": {