@syncfusion/ej2-react-treegrid 22.1.36 → 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,10 +6,23 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I461924`, `#I473131` - Resolved the collapsed event multiple times triggered issue in virtualization enabled samples.
10
+ - `#I471838` - Resolved white space issue occurred in virtualization feature when changing the page size using databound event.
11
+
12
+ ## 22.1.36 (2023-06-28)
13
+
14
+ ### Tree Grid
15
+
16
+ #### Bug fixes
17
+
9
18
  - `#I469071` - Fixed issue where scrolling down using the scroll bar would cause some records to not be displayed and scrolling using the mouse would repeat some records in virtualization.
10
19
  - `#F182421` - Fixed an issue where the stacked column was not functioning properly when resizing was enabled in the treegrid.
11
20
  - `#I182710` - Fixed an issue where the child aggregates row would display in the current view records.
12
21
 
22
+ #### Bug Fixes
23
+
24
+ - `#I469071` - Fixed issue where scrolling down using the scroll bar would cause some records to not be displayed and scrolling using the mouse would repeat some records in virtualization.
25
+
13
26
  ## 22.1.34 (2023-06-21)
14
27
 
15
28
  ### Tree Grid
@@ -199,14 +212,6 @@
199
212
  - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.
200
213
 
201
214
 
202
- ## 21.1.36 (2023-06-28)
203
-
204
- ### Tree Grid
205
-
206
- #### Bug Fixes
207
-
208
- - `#I469071` - Fixed issue where scrolling down using the scroll bar would cause some records to not be displayed and scrolling using the mouse would repeat some records in virtualization.
209
-
210
215
  ## 19.1.54 (2021-03-30)
211
216
 
212
217
  ### Tree Grid
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-react-treegrid.min.js
3
- * version : 22.1.36
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-treegrid.umd.min.js
3
- * version : 22.1.36
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-treegrid@*",
3
- "_id": "@syncfusion/ej2-react-treegrid@21.1.36",
3
+ "_id": "@syncfusion/ej2-react-treegrid@22.1.36",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-yQfglssEFyoOSxIr4K9uqQGB599oER8QpeP+1zENqclTPOqkM53JnDz9ewY9yHKTLAOug5gKhiXOc+CEm0x+/Q==",
5
+ "_integrity": "sha512-JsXN44MfrhEOd9hwTZ80e5prDLiCALPxMpXPivPkmIbwBl466PltdS9I+8S4N6CFGUo62vcbcJ8q/R63qH3EzQ==",
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.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-21.1.36.tgz",
23
- "_shasum": "9c167a0a9fcc634f5099d6fd2316b5d6e4415006",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-react-treegrid/-/ej2-react-treegrid-22.1.36.tgz",
23
+ "_shasum": "66cac68311989a3af680c53893b6b2c50a804f0f",
24
24
  "_spec": "@syncfusion/ej2-react-treegrid@*",
25
25
  "_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
26
26
  "author": {
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-base": "~22.1.34",
35
35
  "@syncfusion/ej2-react-base": "~22.1.34",
36
- "@syncfusion/ej2-treegrid": "22.1.36"
36
+ "@syncfusion/ej2-treegrid": "22.1.37"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 TreeGrid Component for React",
@@ -55,6 +55,6 @@
55
55
  "type": "git",
56
56
  "url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
57
57
  },
58
- "version": "22.1.36",
58
+ "version": "22.1.37",
59
59
  "sideEffects": false
60
60
  }