File tree Expand file tree Collapse file tree
projects/angular2-smart-table Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This document lists the changes introduced by this fork.
44
55## Version 3.0.0
66
7- * Add Angular 16 support
7+ * Upgrade to Angular 16
88* Add proper typing to all settings
99* Improve signatures of ` valuePrepareFunction ` , and ` filterFunction `
1010* Add ` valueStoreFunction ` as counter-part of the ` valuePrepareFunction `
@@ -22,6 +22,11 @@ This document lists the changes introduced by this fork.
2222* Remove deprecated settings
2323* Remove undocumented settings
2424
25+ ** Note:** With Angular 16 several breaking changes were introduced, which forced us to also introduce breaking changes
26+ plus we cannot guarantee anymore, that the software is working with Angular 15 and below. This is why we decided to
27+ have a hard cut by introducing a new major release that is only compatible with Angular 16 onwards.
28+ If you want to stick with Angular 14 or Angular 15, please use version 2.10.0.
29+
2530## Version 2.10.0
2631
2732* Add ` sanitizer ` , ` hiddenWhen ` , and ` disabledWhen ` to ` CustomAction ` settings
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This document lists the changes introduced by this fork.
44
55## Version 3.0.0
66
7- * Add Angular 16 support
7+ * Upgrade to Angular 16
88* Add proper typing to all settings
99* Improve signatures of ` valuePrepareFunction ` , and ` filterFunction `
1010* Add ` valueStoreFunction ` as counter-part of the ` valuePrepareFunction `
@@ -22,6 +22,11 @@ This document lists the changes introduced by this fork.
2222* Remove deprecated settings
2323* Remove undocumented settings
2424
25+ ** Note:** With Angular 16 several breaking changes were introduced, which forced us to also introduce breaking changes
26+ plus we cannot guarantee anymore, that the software is working with Angular 15 and below. This is why we decided to
27+ have a hard cut by introducing a new major release that is only compatible with Angular 16 onwards.
28+ If you want to stick with Angular 14 or Angular 15, please use version 2.10.0.
29+
2530## Version 2.10.0
2631
2732* Add ` sanitizer ` , ` hiddenWhen ` , and ` disabledWhen ` to ` CustomAction ` settings
Original file line number Diff line number Diff line change 1313 },
1414 "homepage" : " https://github.com/dj-fiorex/angular2-smart-table#readme" ,
1515 "peerDependencies" : {
16- "@angular/core" : " 14 - 16" ,
17- "@angular/common" : " 14 - 16" ,
18- "@angular/forms" : " 14 - 16" ,
16+ "@angular/core" : " 16" ,
17+ "@angular/common" : " 16" ,
18+ "@angular/forms" : " 16" ,
1919 "lodash-es" : " ^4.17.21"
2020 },
2121 "dependencies" : {
You can’t perform that action at this time.
0 commit comments