@syncfusion/ej2-react-grids 25.2.3 → 25.2.6
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,30 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I584245` - The problem of deselecting a row programmatically with toggle set to true, without triggering the `rowDeselecting` and `rowDeselected` events, and without deselecting the row when there are existing selected rows has been successfully resolved.
|
|
10
|
+
- `#I580119` - Resolved the issue where the `Tooltip` element is not shown in context menu text overflow element.
|
|
11
|
+
- `#I571259` - Resolved the issue with the `selectRow` method when both `virtualization` and `grouping` are enabled.
|
|
12
|
+
- `#I587208` - The issue with misalignment of icons when the `headerText` field is empty has been resolved.
|
|
13
|
+
- `#I591601` - Resolved the issue where continuous spinner loading when opening the Excel filter dialog after performing the grid's search operation.
|
|
14
|
+
|
|
15
|
+
## 25.2.5 (2024-05-21)
|
|
16
|
+
|
|
17
|
+
### Grid
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
21
|
+
- `#I582334` - Resolved the issue where the page orientation Landscape throws script error while pdf export.
|
|
22
|
+
- `#I584344` - Localization not applied on grid's group expand icons issue was resolved.
|
|
23
|
+
- `#I586600` - Resolved the issue where the Interface `BeforeDataBoundArgs` mismatches the actual event arguments.
|
|
24
|
+
- `#I587235` - Resolved the issue where the `INVALID FORMAT` console warning documentation reference link not found issue.
|
|
25
|
+
- `#I587421` - Resolved the duplicate ID accessibility issue occurring when using multiple data grids with column chooser on the same page.
|
|
26
|
+
|
|
27
|
+
## 25.2.3 (2024-05-08)
|
|
28
|
+
|
|
29
|
+
### Grid
|
|
30
|
+
|
|
31
|
+
#### Bug fixes
|
|
32
|
+
|
|
9
33
|
- `#I581295`- Resolved the warning message that was thrown when using the Freeze property with `virtualization` in grid.
|
|
10
34
|
- `#I578930` - The focus issue related to Excel Filter has been fixed. As of now, when you cancel the custom filter option in Excel filter, the focus stays on the current column.
|
|
11
35
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 25.2.
|
|
3
|
+
* version : 25.2.6
|
|
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.2.
|
|
3
|
+
* version : 25.2.6
|
|
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@25.
|
|
3
|
+
"_id": "@syncfusion/ej2-react-grids@25.2.5",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ZAVseuh196krJoJyglcL/NPPesqXC6prpwuiOcTfpNPdPvtagOlGc1J9ZdhCGWIbDkKHvt2TdCQWGkgjneP8Cw==",
|
|
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-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-25.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-25.2.5.tgz",
|
|
23
|
+
"_shasum": "c1e67b32ffc7e1ea943b86ad0b86a5341ccd128f",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~25.2.
|
|
35
|
-
"@syncfusion/ej2-grids": "25.2.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~25.2.
|
|
34
|
+
"@syncfusion/ej2-base": "~25.2.5",
|
|
35
|
+
"@syncfusion/ej2-grids": "25.2.6",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~25.2.6"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Feature-rich JavaScript datagrid (datatable) control with built-in support for editing, filtering, grouping, paging, sorting, and exporting to Excel. for React",
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"type": "git",
|
|
55
55
|
"url": "https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
56
56
|
},
|
|
57
|
-
"version": "25.2.
|
|
57
|
+
"version": "25.2.6",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|