@syncfusion/ej2-angular-grids 30.1.39-ngcc → 30.1.39

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,30 @@
4
4
 
5
5
  ### Grid
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#I738274` - The issue where checkbox selection toggled incorrectly in mobile view when row drag functionality was enabled has been resolved.
10
+ - `#I737866` - The problem of checkbox selection failing to function after grid refresh when virtual scrolling was enabled has been addressed and resolved.
11
+ - `#I736751` - The issue where column formatting was not applied during horizontal scrolling in column `virtualization` has been rectified.
12
+ - `#I738941` - A script error that occurred upon pressing Enter after modifying the `datasource` in a grid with a detail template has been resolved.
13
+ - `#I739229` - The problem of frozen columns disappearing during rapid horizontal scrolling has been fixed.
14
+ - `#I737749` - The issue of the horizontal scrollbar being absent when the grid height was set to 100% with `virtualization` and frozen columns enabled has been resolved.
15
+
16
+ ## 30.1.38 (2025-07-02)
17
+
18
+ ### Grid
19
+
20
+ #### Bug Fixes
21
+
22
+ - `#I731295` - A script error encountered during the editing process, specifically when the multiline attribute is set to true within `editParams`, has been successfully resolved.
23
+ - `#I734380` - The issue where the cursor does not change to a hand icon when grouping was disabled for a column has been resolved.
24
+ - `#I731049` - The issue where column resizing did not work properly when the resize mode was set to `auto` and a column had a `minWidth` has been resolved.
25
+ - `#FB68201` - Fixed an issue where middleware was not triggered during CRUD operations.
26
+
27
+ ## 30.1.37 (2025-06-25)
28
+
29
+ ### Grid
30
+
7
31
  #### Features
8
32
 
9
33
  - `#FB3775` - The `ODataV4` functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-grids",
3
- "version": "30.1.39-ngcc",
3
+ "version": "30.1.39",
4
4
  "description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",