@syncfusion/ej2-angular-treegrid 33.2.8 → 33.2.10

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,14 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#I837003` - Fixed an issue where the selection was not maintained for newly added records when virtualization was enabled.
10
+
11
+ ## 33.2.8 (2026-05-26)
12
+
13
+ ### Tree Grid
14
+
15
+ #### Bug Fixes
16
+
9
17
  - `#I840376` - Resolved a script error that occurred when double-clicking the expand icon while virtualization was enabled.
10
18
  - `#F74107` - Fixed an issue where editing was restricted for certain rows when the virtualization feature was enabled.
11
19
  - `#I837003` - Addressed an issue where records on the first page were not displayed after adding new records at the bottom of the TreeGrid with virtualization enabled.
@@ -231,17 +239,7 @@
231
239
 
232
240
  - Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
233
241
  - `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.- `actionBegin`, `actionComplete` and `actionFailure` events are triggered properly.
234
- - Additional parameters that are added using the `query` property of TreeGrid are passed to the server side when a parent record is expanded.## 33.2.8 (2026-05-26)
235
-
236
- ### Tree Grid
237
-
238
- #### Bug Fixes
239
-
240
- - `#I840376` - Resolved a script error that occurred when double-clicking the expand icon while virtualization was enabled.
241
- - `#F74107` - Fixed an issue where editing was restricted for certain rows when the virtualization feature was enabled.
242
- - `#I837003` - Addressed an issue where records on the first page were not displayed after adding new records at the bottom of the TreeGrid with virtualization enabled.
243
-
244
- ## 19.1.54 (2021-03-30)
242
+ - Additional parameters that are added using the `query` property of TreeGrid are passed to the server side when a parent record is expanded.## 19.1.54 (2021-03-30)
245
243
 
246
244
  ### Tree Grid
247
245
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-treegrid",
3
- "version": "33.2.8",
3
+ "version": "33.2.10",
4
4
  "description": "Essential JS 2 TreeGrid Component for Angular",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
7
7
  "schematics": "./schematics/collection.json",
8
8
  "dependencies": {
9
9
  "@syncfusion/ej2-base": "~33.2.3",
10
- "@syncfusion/ej2-angular-base": "~33.2.8",
11
- "@syncfusion/ej2-treegrid": "33.2.8"
10
+ "@syncfusion/ej2-angular-base": "~33.2.10",
11
+ "@syncfusion/ej2-treegrid": "33.2.10"
12
12
  },
13
13
  "keywords": [
14
14
  "angular",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-treegrid';
4
- exports.pkgVer = '^33.2.8';
4
+ exports.pkgVer = '^33.2.10';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~33.2.8';
6
+ exports.themeVer = '~33.2.10';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^33.2.8';
2
+ export const pkgVer = '^33.2.10';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~33.2.8';
4
+ export const themeVer = '~33.2.10';