angular2-smart-table
Advanced tools
Comparing version
@@ -5,2 +5,7 @@ # CHANGELOG | ||
## Version 3.3.0 | ||
* Add Angular 18 support | ||
* Add information about the new custom renderer initialization to the migration guide | ||
## Version 3.2.0 | ||
@@ -48,2 +53,6 @@ | ||
## Version 2.10.1 | ||
* Hotfix: `DataSet.select()` no longer throws an error when using a negative index to deselect all rows | ||
## Version 2.10.0 | ||
@@ -50,0 +59,0 @@ |
@@ -12,3 +12,3 @@ import { Row } from './row'; | ||
protected willSelect: 'first' | 'last' | 'indexed'; | ||
constructor(data: any[] | undefined, columnSettings: IColumns); | ||
constructor(data: Array<any> | undefined, columnSettings: IColumns); | ||
setData(data: Array<any>, selectedRows?: Array<any>): void; | ||
@@ -15,0 +15,0 @@ getColumns(): Array<Column>; |
{ | ||
"name": "angular2-smart-table", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Angular 2 Smart Table", | ||
@@ -16,9 +16,9 @@ "repository": { | ||
"peerDependencies": { | ||
"@angular/core": "16 - 17", | ||
"@angular/common": "16 - 17", | ||
"@angular/forms": "16 - 17", | ||
"@angular/core": "16 - 18", | ||
"@angular/common": "16 - 18", | ||
"@angular/forms": "16 - 18", | ||
"lodash-es": "^4.17.21" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.6.0" | ||
"tslib": "~2.7.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "module": "fesm2022/angular2-smart-table.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1186495
0.15%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated