@syncfusion/ej2-react-grids 24.1.45 → 24.1.47

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,31 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I539223` - The issue with `ellipsisWithTooltip` not working properly in the Adaptive view has been resolved.
10
+
11
+ - `#I539223` - The issue with `ellipsisWithTooltip` not working properly in the Adaptive view has been resolved.
12
+ - `#I538043` - Fixed the issue where the sort icon was getting removed from the template column header when updating the React state.
13
+
14
+ ## 24.1.46 (2024-01-17)
15
+
16
+ ### Grid
17
+
18
+ #### Bug fixes
19
+
20
+ - `#FB49473` - Resolved the issue where preventing checkbox selection by setting `isSelectable` property to false was not effective when using a column template in the grid.
21
+
22
+ ## 24.1.45 (2024-01-09)
23
+
24
+ ### Grid
25
+
26
+ #### Bug fixes
27
+
28
+ - `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
29
+ - `#I520335` - Resolved an issue regarding incorrect `filterBeforeOpen requestType` naming and updated the `options` property scope as public within the `actionBegin` event argument when opening the filter menu.
30
+ - `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.
31
+ - `#FB49544` - The problem with `persistSelection` in custom data binding has been successfully resolved.
32
+ - `#FB49437` - Auto suggestion not working when using the right click paste issue has been fixed.
33
+
9
34
  - `#FB49340` - Fixed an issue that occurred when resizing columns in the grid with stacked headers.
10
35
  - `#I520335` - Resolved an issue regarding incorrect `filterBeforeOpen requestType` naming and updated the `options` property scope as public within the `actionBegin` event argument when opening the filter menu.
11
36
  - `#I533690` - Script error thrown when clicking the cancel button in batch edit has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-grids.min.js
3
- * version : 24.1.45
3
+ * version : 24.1.47
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 : 24.1.45
3
+ * version : 24.1.47
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@24.1.44",
3
+ "_id": "@syncfusion/ej2-react-grids@24.1.46",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-cHxfo2oShGiyD/qXp7gg+q/JnQenIGm0a/79Rpj8XNCNqGdb+SpJthe5RSJx8WxUVZCwxi6XNflcQxkec2cHKg==",
5
+ "_integrity": "sha512-5uufu1Oj3giAyMh5EzjyecEV/bPPzqf+dBjyIrICP0ydEJL3yzR3mM0c4dYjLLLuiyfq5Tv+ZMDPaMiWWSOjyw==",
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-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-24.1.44.tgz",
23
- "_shasum": "de1d26dcf5d8f6dedc79037b4ae0821541fb966e",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-grids/-/ej2-react-grids-24.1.46.tgz",
23
+ "_shasum": "3a6be4378805dc7ffe2eb1eb69df6399f0acce05",
24
24
  "_spec": "@syncfusion/ej2-react-grids@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_24.1.1/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~24.1.42",
35
- "@syncfusion/ej2-grids": "24.1.45",
36
- "@syncfusion/ej2-react-base": "~24.1.41",
34
+ "@syncfusion/ej2-base": "~24.1.46",
35
+ "@syncfusion/ej2-grids": "24.1.47",
36
+ "@syncfusion/ej2-react-base": "~24.1.46",
37
37
  "awesome-typescript-loader": "^3.1.3",
38
38
  "source-map-loader": "^0.2.1"
39
39
  },
@@ -55,6 +55,6 @@
55
55
  "type": "git",
56
56
  "url": "git+https://github.com/syncfusion/ej2-react-grids.git"
57
57
  },
58
- "version": "24.1.45",
58
+ "version": "24.1.47",
59
59
  "sideEffects": false
60
60
  }