@syncfusion/ej2-angular-treegrid 33.2.3 → 33.2.8
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,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Tree Grid
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I840376` - Resolved a script error that occurred when double-clicking the expand icon while virtualization was enabled.
|
|
10
|
+
- `#F74107` - Fixed an issue where editing was restricted for certain rows when the virtualization feature was enabled.
|
|
11
|
+
- `#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.
|
|
12
|
+
|
|
5
13
|
## 33.1.49 (2026-04-14)
|
|
6
14
|
|
|
7
15
|
### Tree Grid
|
|
@@ -223,7 +231,17 @@
|
|
|
223
231
|
|
|
224
232
|
- Expanding and Collapsing records is working fine when `pageSizeMode` is set as `All`.
|
|
225
233
|
- `expandAtLevel`, `collapseAtLevel`, `expandAll` and `collapseAll` methods are working fine when `pageSizeMode` is set as `All`.- `actionBegin`, `actionComplete` and `actionFailure` events are triggered properly.
|
|
226
|
-
- Additional parameters that are added using the `query` property of TreeGrid are passed to the server side when a parent record is expanded.##
|
|
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)
|
|
227
245
|
|
|
228
246
|
### Tree Grid
|
|
229
247
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-treegrid",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.8",
|
|
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.
|
|
11
|
-
"@syncfusion/ej2-treegrid": "33.2.
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~33.2.8",
|
|
11
|
+
"@syncfusion/ej2-treegrid": "33.2.8"
|
|
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.
|
|
4
|
+
exports.pkgVer = '^33.2.8';
|
|
5
5
|
exports.moduleName = 'TreeGridModule';
|
|
6
|
-
exports.themeVer = '~33.2.
|
|
6
|
+
exports.themeVer = '~33.2.8';
|