@syncfusion/ej2-angular-treegrid 32.2.7 → 32.2.9

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,18 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - `I811698` - Resolved an issue where the records expand on clearing filter in virtualization when the filter type is `Excel`.
10
- - `I810364` - Fixed selection not persisting after updating records with `setRowData` following post cell edit in virtualization.
11
9
  - `#F72695` - Fixed an issue where child records were not exported in remote data when `isCollapsedStatePersist` is set to false.
12
10
 
11
+ - `#F72864` - Fixed an issue in virtual scrolling where the white space issue occurs when the page size is higher than the actual records count.
12
+
13
+ ## 32.2.7 (2026-02-24)
14
+
15
+ ### Tree Grid
16
+
17
+ #### Bug Fixes
18
+
19
+ - `I811698` - Resolved an issue where the records expand on clearing filter in virtualization when the filter type is `Excel`.
20
+
13
21
  ## 32.2.3 (2026-02-05)
14
22
 
15
23
  ### Tree Grid
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-treegrid",
3
- "version": "32.2.7",
3
+ "version": "32.2.9",
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
- "@syncfusion/ej2-base": "~32.2.6",
9
+ "@syncfusion/ej2-base": "~32.2.9",
10
10
  "@syncfusion/ej2-angular-base": "~32.2.3",
11
- "@syncfusion/ej2-treegrid": "32.2.7"
11
+ "@syncfusion/ej2-treegrid": "32.2.9"
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 = '^32.2.7';
4
+ exports.pkgVer = '^32.2.9';
5
5
  exports.moduleName = 'TreeGridModule';
6
- exports.themeVer = '~32.2.7';
6
+ exports.themeVer = '~32.2.9';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-treegrid';
2
- export const pkgVer = '^32.2.7';
2
+ export const pkgVer = '^32.2.9';
3
3
  export const moduleName = 'TreeGridModule';
4
- export const themeVer = '~32.2.7';
4
+ export const themeVer = '~32.2.9';