@syncfusion/ej2-react-treegrid 25.1.37 → 25.1.39

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
@@ -2,6 +2,35 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tree Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I558418` - Resolved data re-rendering on scrolling up in virtualization.
10
+ - `#F187000` - Nested parent remains the expanded property when its root parent is collapsed in remote data with loadChildOnDemand.
11
+ - `#I572093` - `onclick` event of button bound properly while creating a button component in treegrid with HtmlEncode enabled.
12
+
13
+ ## 25.1.38 (2024-04-02)
14
+
15
+ ### Tree Grid
16
+
17
+ #### Bug Fixes
18
+
19
+ - `#I560767` - Resolved exception on initial rendering with column template in remote data.
20
+
21
+ ## 25.1.37 (2024-03-26)
22
+
23
+ ### Tree Grid
24
+
25
+ #### Bug Fixes
26
+
27
+ - `#F187000` - Resolved exception when the dataSource and the columns were not defined.
28
+ - `#I560889` - Added dropPosition in `RowDragEventArgs` of `rowDrop` event.
29
+ - `#I567688` - Resolved exception on refreshing the browser when persistence enabled.
30
+
31
+ - `#I560889` - Added dropPosition in `RowDragEventArgs` of `rowDrop` event.
32
+ - `#I567688` - Resolved exception on refreshing the browser when persistence enabled.
33
+
5
34
  ## 25.1.35 (2024-03-15)
6
35
 
7
36
  ### Tree Grid
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treegrid.min.js
3
- * version : 25.1.37
3
+ * version : 25.1.39
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-treegrid.umd.min.js
3
- * version : 25.1.37
3
+ * version : 25.1.39
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-treegrid@*",
3
- "_id": "@syncfusion/ej2-react-treegrid@25.1.35",
3
+ "_id": "@syncfusion/ej2-react-treegrid@25.1.37",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-ENDozf5OHjHN0UgFWa9jK5j0438f/dRP30Bn/VuKTNbtd4ksScEwPIAsPu3OWkvPNB1FNegPb5WyCL//rjDkZQ==",
5
+ "_integrity": "sha512-Hwi0zmh4YFmlU+aicIKQpdGGYZSUQ4cQ5+ix6/4eYrOqrs6LitH+hLN3l4z4hbdtNJwxZ5ad2U8VbGiXnbXb8A==",
6
6
  "_location": "/@syncfusion/ej2-react-treegrid",
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-treegrid/-/ej2-react-treegrid-25.1.35.tgz",
23
- "_shasum": "24e4196c95831f2cd63c4cd84e0be7a9518940fc",
22
+ "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-25.1.37.tgz",
23
+ "_shasum": "29a93779e1c572ee5fe421e27101d1cd9a49fe24",
24
24
  "_spec": "@syncfusion/ej2-react-treegrid@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~25.1.35",
35
35
  "@syncfusion/ej2-react-base": "~25.1.35",
36
- "@syncfusion/ej2-treegrid": "25.1.37"
36
+ "@syncfusion/ej2-treegrid": "25.1.39"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeGrid Component for React",
@@ -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.37",
56
+ "version": "25.1.39",
57
57
  "sideEffects": false
58
58
  }