@syncfusion/ej2-angular-grids 20.1.51 → 20.1.52

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
+ - `#I366094` - Need to consider validation when multiple records are added in batch edit mode has been fixed.
10
+ - `#I374850` - When `allowKeyboard` was set to false the selection was not prevented correctly has been fixed.
11
+ - `#F141605` - Provide support get distinct value from server when open the Excel/Checkbox filter has been fixed.
12
+
13
+ ## 20.1.51 (2022-04-26)
14
+
15
+ ### Grid
16
+
17
+ #### Bug Fixes
18
+
9
19
  - `#I367001` - Script error thrown when adding rows with template has been fixed.
10
20
  - `#I375273` - Grid is not rendering properly with row height and frozen columns properties has been fixed.
11
21
  - `#FB29914` - `GroupCaptiontemplate` is not shown when applied it to first column has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 20.1.51
3
+ * version : 20.1.52
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
@@ -1427,6 +1427,7 @@ exports.captionActionComplete = ej2Grids.captionActionComplete;
1427
1427
  exports.refreshInfinitePersistSelection = ej2Grids.refreshInfinitePersistSelection;
1428
1428
  exports.refreshInfiniteEditrowindex = ej2Grids.refreshInfiniteEditrowindex;
1429
1429
  exports.afterFilterColumnMenuClose = ej2Grids.afterFilterColumnMenuClose;
1430
+ exports.beforeCheckboxfilterRenderer = ej2Grids.beforeCheckboxfilterRenderer;
1430
1431
  exports.rowCell = ej2Grids.rowCell;
1431
1432
  exports.gridHeader = ej2Grids.gridHeader;
1432
1433
  exports.gridContent = ej2Grids.gridContent;