@syncfusion/ej2-react-grids 25.1.35 → 25.1.37
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,22 @@
|
|
|
4
4
|
|
|
5
5
|
### Grid
|
|
6
6
|
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I565411` - Resolved the issue where the action complete event was not being triggered in the Infinite Scrolling.
|
|
10
|
+
- `#I553471` - The issue of misleading text in Grid toolbar search when focus is lost has been resolved.
|
|
11
|
+
- `#I562553` - The `getRows` method returning undefined for all the rows in the `rowTemplate` feature has been resolved.
|
|
12
|
+
- `#I559289` - Resolved the issue where the validation message displayed immediately upon opening the dropdown instead of on focus out.
|
|
13
|
+
- `#I558905` - The issue of white spaces being shown when the virtual scroll grid's height is set in pixels has been resolved.
|
|
14
|
+
- `#I566680` - Resolved the Hierarchy grid export issue when the child grid's enable filter property is enabled.
|
|
15
|
+
- `#I540683` - The issue of a script error being thrown when the last column contains auto width and `minWidth` in a Grid with `allowResizing` has been fixed.
|
|
16
|
+
- `#I558576` - Resolved the issue where the sorting `popup` did not open when clicking the sort icon has been fixed.
|
|
17
|
+
- `#FB51479` - The issue where the cell was automatically saved when opening the dropdown in Batch edit mode has been fixed.
|
|
18
|
+
|
|
19
|
+
## 25.1.35 (2024-03-15)
|
|
20
|
+
|
|
21
|
+
### Grid
|
|
22
|
+
|
|
7
23
|
#### Features
|
|
8
24
|
|
|
9
25
|
- `#I512834` - The `autoFitColumns` method has been improved to provide more precise adjustments to column widths. This update allows you to adjust column widths based on the maximum content width within a specified range of rows or header content. Additionally, two new optional parameters have been introduced in `autoFitColumns`- `startRowIndex` to specify the starting index for content rows and `endRowIndex` to specify the ending index.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.37
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.umd.min.js
|
|
3
|
-
* version : 25.1.
|
|
3
|
+
* version : 25.1.37
|
|
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
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-grids@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-grids@1.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@25.1.35",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-HzgCLc95wdPIBErEa912WIie7yKmrz1rh0NbIJ7toCdemBgttceVQB0hfevKlg1ETabufjG/s/dhXix+dKhHlA==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-grids",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-25.1.35.tgz",
|
|
23
|
+
"_shasum": "4b5b215e4bf133bef10d51ade2c0239c7254e151",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~25.1.35",
|
|
35
|
-
"@syncfusion/ej2-grids": "25.1.
|
|
35
|
+
"@syncfusion/ej2-grids": "25.1.37",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~25.1.35"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -53,6 +53,6 @@
|
|
|
53
53
|
"type": "git",
|
|
54
54
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
55
55
|
},
|
|
56
|
-
"version": "25.1.
|
|
56
|
+
"version": "25.1.37",
|
|
57
57
|
"sideEffects": false
|
|
58
58
|
}
|