@syncfusion/ej2-angular-grids 30.1.37 → 30.1.38

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
@@ -4,6 +4,17 @@
4
4
 
5
5
  ### Grid
6
6
 
7
+ #### Bug Fixes
8
+
9
+ - `#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
+ - `#I734380` - The issue where the cursor does not change to a hand icon when grouping was disabled for a column has been resolved.
11
+ - `#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.
12
+ - `#FB68201` - Fixed an issue where middleware was not triggered during CRUD operations.
13
+
14
+ ## 30.1.37 (2025-06-25)
15
+
16
+ ### Grid
17
+
7
18
  #### Features
8
19
 
9
20
  - `#FB3775` - The `ODataV4` functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-grids",
3
- "version": "30.1.37",
3
+ "version": "30.1.38",
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",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
- "@syncfusion/ej2-base": "~30.1.37",
9
+ "@syncfusion/ej2-base": "~30.1.38",
10
10
  "@syncfusion/ej2-angular-base": "~30.1.37",
11
- "@syncfusion/ej2-grids": "30.1.37"
11
+ "@syncfusion/ej2-grids": "30.1.38"
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.193.11";
2
+ export declare const pkgVer = "^1.194.0";
3
3
  export declare const moduleName = "GridModule, PagerModule";
4
- export declare const themeVer = "~1.193.11";
4
+ export declare const themeVer = "~1.194.0";
@@ -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.37';
4
+ exports.pkgVer = '^30.1.38';
5
5
  exports.moduleName = 'GridModule, PagerModule';
6
- exports.themeVer = '~30.1.37';
6
+ exports.themeVer = '~30.1.38';
@@ -1,4 +1,4 @@
1
- export const pkgName = '@syncfusion/ej2-angular-grids';
2
- export const pkgVer = '^30.1.37';
3
- export const moduleName = 'GridModule, PagerModule';
4
- export const themeVer = '~30.1.37';
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';