@syncfusion/ej2-angular-grids 30.1.38 → 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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,19 @@
6
6
 
7
7
  #### Bug Fixes
8
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
+
9
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.
10
23
  - `#I734380` - The issue where the cursor does not change to a hand icon when grouping was disabled for a column has been resolved.
11
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-grids",
3
- "version": "30.1.38",
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",
@@ -8,7 +8,7 @@
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~30.1.38",
10
10
  "@syncfusion/ej2-angular-base": "~30.1.37",
11
- "@syncfusion/ej2-grids": "30.1.38"
11
+ "@syncfusion/ej2-grids": "30.1.39"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-grids";
2
- export declare const pkgVer = "^1.194.0";
2
+ export declare const pkgVer = "^1.193.11";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~1.194.0";
4
+ export declare const themeVer = "~1.193.11";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-grids';
4
- exports.pkgVer = '^30.1.38';
4
+ exports.pkgVer = '^30.1.39';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~30.1.38';
6
+ exports.themeVer = '~30.1.39';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^30.1.38';
3
- export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~30.1.38';
1
+ export const pkgName = '@syncfusion/ej2-angular-grids';
2
+ export const pkgVer = '^30.1.39';
3
+ export const moduleName = 'GridModule, PagerModule';
4
+ export const themeVer = '~30.1.39';