@syncfusion/ej2-angular-grids 19.4.53 → 19.4.54

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/CHANGELOG.md CHANGED
@@ -6,6 +6,16 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#F172908` - Script error is thrown when column has `sortComparer` set is fixed.
10
+ - `#I367180` - `RowDragandDrop` not working when page size set to `All` has been fixed.
11
+ - `#I365069` - column menu `popup` not closed after filtering using enter key is fixed.
12
+
13
+ ## 19.4.53 (2022-02-22)
14
+
15
+ ### Grid
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#I364948` - column menu position issue when open last column is fixed.
10
20
  - `#I363675` - Need to set id and aria label for Grid checkboxes accessibility.
11
21
  - `#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
- © Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
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.53
3
+ * version : 19.4.54
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;