@syncfusion/ej2-angular-grids 24.2.8-ngcc → 24.2.9-ngcc

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,18 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I546749`, `#I551015` - The issue in column reordering with frozen column and `enablePersistence` has been resolved.
10
+ - `#I545290` - Resolved the script error in the lazy load grouping with infinite scrolling.
11
+ - `#I553601` - Fixed the issue where the grid's edit type as `datepicker` with enable mask for date column was not being applied.
12
+ - `#I553142` - Edited Cells are misalignment when show/hide the `childGrid` issue has been resolved.
13
+ - `#FB51346` - Resolved an issue where the column width auto is not working properly with the freeze and resize features.
14
+
15
+ ## 24.2.8 (2024-02-27)
16
+
17
+ ### Grid
18
+
19
+ #### Bug fixes
20
+
9
21
  - `#I550034` - Resolved an issue where printing is not work properly in grid with aggregation and grouping.
10
22
  - `#I536128` - Horizontal scrollbar appear when set column width to `auto` issue has been resolved.
11
23
  - `#I555494` - Fixed an issue where the `EllipsisWithTooltip` feature does not work correctly.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 24.2.8
3
+ * version : 24.2.9
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. 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
@@ -1487,6 +1487,7 @@ exports.enter = ej2Grids.enter;
1487
1487
  exports.shiftEnter = ej2Grids.shiftEnter;
1488
1488
  exports.tab = ej2Grids.tab;
1489
1489
  exports.shiftTab = ej2Grids.shiftTab;
1490
+ exports.initialFrozenColumnIndex = ej2Grids.initialFrozenColumnIndex;
1490
1491
  exports.Data = ej2Grids.Data;
1491
1492
  exports.Sort = ej2Grids.Sort;
1492
1493
  exports.Page = ej2Grids.Page;