@syncfusion/ej2-react-grids 22.1.34 → 22.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
|
@@ -6,6 +6,28 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I471572` - Fixed the issue where the Select all checkbox was disabled when using the `ResetOnRowClick` property.
|
|
10
|
+
- `#I429156` - Provided the support for special characters in column field names.
|
|
11
|
+
- `#I471760` - Resolved the flickering issue with grid column's `clipMode` - `EllipsisWithTooltip`.
|
|
12
|
+
- `#F182956` - Fixed a typo error that occurred while setting a null value using the `setCellValue` method.
|
|
13
|
+
|
|
14
|
+
## 22.1.36 (2023-06-28)
|
|
15
|
+
|
|
16
|
+
### Grid
|
|
17
|
+
|
|
18
|
+
#### Bug fixes
|
|
19
|
+
|
|
20
|
+
- `#I473934` - The issue with drag and drop within grid sample throwing a script error when pressing Enter has been resolved.
|
|
21
|
+
- `#I472112` - Fixed issue with `CommandClickEventArgs` getting incorrect command column header.
|
|
22
|
+
- `#I470584` - The white space issue caused by deleting the previous record has been resolved.
|
|
23
|
+
- `#I471458` - The problem with the pager dropdown not working properly while cancelling paging operation has been resolved.
|
|
24
|
+
|
|
25
|
+
## 22.1.34 (2023-06-21)
|
|
26
|
+
|
|
27
|
+
### Grid
|
|
28
|
+
|
|
29
|
+
#### Bug fixes
|
|
30
|
+
|
|
9
31
|
- Improved the checkbox selection functionality by integrating Grid observable binding and incorporating support for the virtual scrolling feature.
|
|
10
32
|
|
|
11
33
|
#### Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-grids.min.js
|
|
3
|
-
* version : 22.1.
|
|
3
|
+
* version : 22.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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 : 22.1.
|
|
3
|
+
* version : 22.1.37
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. 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@22.1.36",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-2wDgR9fnUK+YS2HxrRAO4SjZq+/mNnlOtKcHd/zQ8+eCocwRNsIOaGFxO1cm010ifKkdsIiNOr1kaC+o8gBLgg==",
|
|
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.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-22.1.36.tgz",
|
|
23
|
+
"_shasum": "b8b2a48bc4d1a5dfab7d490763fe59ac7135ab46",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-grids@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
-
"@syncfusion/ej2-grids": "22.1.
|
|
35
|
+
"@syncfusion/ej2-grids": "22.1.37",
|
|
36
36
|
"@syncfusion/ej2-react-base": "~22.1.34"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -54,6 +54,6 @@
|
|
|
54
54
|
"type": "git",
|
|
55
55
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
56
56
|
},
|
|
57
|
-
"version": "22.1.
|
|
57
|
+
"version": "22.1.37",
|
|
58
58
|
"sideEffects": false
|
|
59
59
|
}
|