@syncfusion/ej2-angular-grids 19.4.53 → 19.4.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-grids.es5.js +1 -1
- package/@syncfusion/ej2-angular-grids.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-grids.js +1 -1
- package/@syncfusion/ej2-angular-grids.js.map +1 -1
- package/CHANGELOG.md +29 -0
- package/README.md +1 -1
- package/dist/ej2-angular-grids.umd.js +2 -1
- package/dist/ej2-angular-grids.umd.js.map +1 -1
- package/dist/ej2-angular-grids.umd.min.js +2 -2
- package/package.json +7 -7
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,35 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I368016` - Foreign key column editing and filtering is not working properly with `virtualization` issue has been fixed.
|
|
10
|
+
- `#I369186` - Aggregate value refresh issue in child grid has been fixed.
|
|
11
|
+
|
|
12
|
+
## 19.4.55 (2022-03-08)
|
|
13
|
+
|
|
14
|
+
### Grid
|
|
15
|
+
|
|
16
|
+
#### Bug Fixes
|
|
17
|
+
|
|
18
|
+
- `#I367001` - Inline editing is not working properly when `RowDragandDrop` with frozen columns is fixed.
|
|
19
|
+
- `#I368530` - Aggregates not shown when using `expandAll` and `collapseAll` in grouping issue has been fixed.
|
|
20
|
+
- `#I368787` - `Autofill` removing decimal values in number type columns issue has been fixed.
|
|
21
|
+
|
|
22
|
+
## 19.4.54 (2022-03-01)
|
|
23
|
+
|
|
24
|
+
### Grid
|
|
25
|
+
|
|
26
|
+
#### Bug Fixes
|
|
27
|
+
|
|
28
|
+
- `#F172908` - Script error is thrown when column has `sortComparer` set is fixed.
|
|
29
|
+
- `#I367180` - `RowDragandDrop` not working when page size set to `All` has been fixed.
|
|
30
|
+
- `#I365069` - column menu `popup` not closed after filtering using enter key is fixed.
|
|
31
|
+
|
|
32
|
+
## 19.4.53 (2022-02-22)
|
|
33
|
+
|
|
34
|
+
### Grid
|
|
35
|
+
|
|
36
|
+
#### Bug Fixes
|
|
37
|
+
|
|
9
38
|
- `#I364948` - column menu position issue when open last column is fixed.
|
|
10
39
|
- `#I363675` - Need to set id and aria label for Grid checkboxes accessibility.
|
|
11
40
|
- `#I366853` - Column menu icon is not showing in bigger tailwind theme.
|
package/README.md
CHANGED
|
@@ -78,4 +78,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-angular-ui-com
|
|
|
78
78
|
|
|
79
79
|
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/grids/CHANGELOG.md?utm_source=npm&utm_medium=listing&utm_campaign=angular-data-grid-npm)
|
|
80
80
|
|
|
81
|
-
|
|
81
|
+
© Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-angular-grids.umd.js
|
|
3
|
-
* version : 19.4.
|
|
3
|
+
* version : 19.4.56
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
|
@@ -1426,6 +1426,7 @@ exports.stickyScrollComplete = ej2Grids.stickyScrollComplete;
|
|
|
1426
1426
|
exports.captionActionComplete = ej2Grids.captionActionComplete;
|
|
1427
1427
|
exports.refreshInfinitePersistSelection = ej2Grids.refreshInfinitePersistSelection;
|
|
1428
1428
|
exports.refreshInfiniteEditrowindex = ej2Grids.refreshInfiniteEditrowindex;
|
|
1429
|
+
exports.afterFilterColumnMenuClose = ej2Grids.afterFilterColumnMenuClose;
|
|
1429
1430
|
exports.rowCell = ej2Grids.rowCell;
|
|
1430
1431
|
exports.gridHeader = ej2Grids.gridHeader;
|
|
1431
1432
|
exports.gridContent = ej2Grids.gridContent;
|