@syncfusion/ej2-angular-gantt 32.2.7 → 32.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
|
@@ -6,10 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I814670` - Fixed an issue where, after performing `zoomToFit` with virtualization, vertical scrolling caused the chart to jump to the selected row instead of scrolling down.
|
|
10
|
+
- `#I816171` - Fixed an issue where the baseline tooltip displayed incorrect values after applying a filter.
|
|
11
|
+
- `#I813079` - Fixed an issue where the spinner remained visible after dynamically clearing filters via an external button or checkbox click.
|
|
12
|
+
|
|
13
|
+
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
14
|
+
|
|
15
|
+
## 32.2.7 (2026-02-24)
|
|
16
|
+
|
|
17
|
+
### GanttChart
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
9
21
|
- `#F198069` - Fixed issue where context menu not opened after performing horizontal scrolling on the Grid columns.
|
|
10
22
|
- `#I813079` - Fixed an issue where the spinner remained visible after dynamically clearing filters via an external button click.
|
|
11
23
|
|
|
12
|
-
|
|
24
|
+
#### Bug fix
|
|
25
|
+
|
|
26
|
+
- `#I813079` - Fixed an issue where the spinner remained visible after dynamically clearing filters via an external button click.
|
|
13
27
|
|
|
14
28
|
## 32.2.5 (2026-02-17)
|
|
15
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.8",
|
|
4
4
|
"description": "Essential JS 2 Gantt Component for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@syncfusion/ej2-base": "~32.2.6",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~32.2.3",
|
|
11
|
-
"@syncfusion/ej2-gantt": "32.2.
|
|
11
|
+
"@syncfusion/ej2-gantt": "32.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-gantt';
|
|
4
|
-
exports.pkgVer = '^32.2.
|
|
4
|
+
exports.pkgVer = '^32.2.8';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~32.2.
|
|
6
|
+
exports.themeVer = '~32.2.8';
|