@syncfusion/ej2-angular-gantt 31.1.23 → 31.2.2
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,11 +6,24 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
9
|
+
- `#I769900` - Fixed an issue where template columns failed to display correctly after dynamically refreshing the Gantt Chart.
|
|
10
|
+
- `#I769454` - Addressed inconsistent rendering of `dropdown` values in the dependency tab within both `Add` and `Edit` dialog.
|
|
11
11
|
|
|
12
12
|
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
13
13
|
|
|
14
|
+
#### Feature
|
|
15
|
+
|
|
16
|
+
- `#I765000` - Introduced seamless date object conversion and timezone handling for custom columns, editing, and CRUD operations across both remote and local data sources.
|
|
17
|
+
|
|
18
|
+
## 31.1.23 (2025-10-07)
|
|
19
|
+
|
|
20
|
+
### GanttChart
|
|
21
|
+
|
|
22
|
+
#### Bug fixes
|
|
23
|
+
|
|
24
|
+
- `#I767142` - Resolved issue where records added via context menu using add `Above` or `Below` options were not displayed after Gantt refresh.
|
|
25
|
+
- `#I769702` - Issue with predecessor values containing spaces not being validated correctly has been fixed.
|
|
26
|
+
|
|
14
27
|
## 31.1.22 (2025-10-01)
|
|
15
28
|
|
|
16
29
|
### GanttChart
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "31.
|
|
3
|
+
"version": "31.2.2",
|
|
4
4
|
"description": "Essential JS 2 Gantt 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": "~31.
|
|
10
|
-
"@syncfusion/ej2-angular-base": "~31.
|
|
11
|
-
"@syncfusion/ej2-gantt": "31.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.2",
|
|
10
|
+
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
11
|
+
"@syncfusion/ej2-gantt": "31.2.2"
|
|
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 = '^31.
|
|
4
|
+
exports.pkgVer = '^31.2.2';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~31.
|
|
6
|
+
exports.themeVer = '~31.2.2';
|