@syncfusion/ej2-angular-gantt 31.2.2 → 31.2.3
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,21 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
-
- `#
|
|
10
|
-
- `#
|
|
9
|
+
- `#I767416` - Enhanced performance for adding records to large multi-level hierarchical collections, achieving approximately 80% improvement in CRUD operation efficiency.
|
|
10
|
+
- `#I770741` - Resolved an issue where the `modifiedRecords` collection was not correctly updated in the `actionComplete` event arguments.
|
|
11
|
+
- `#I771215` - Corrected date and time validation for milestone tasks during initial load and conversion, ensuring accurate rendering for tasks with dependencies.
|
|
11
12
|
|
|
12
13
|
- `F159354` - Issue in locale text of predecessor tooltip has been fixed.
|
|
13
14
|
|
|
15
|
+
## 31.2.2 (2025-10-15)
|
|
16
|
+
|
|
17
|
+
### GanttChart
|
|
18
|
+
|
|
19
|
+
#### Bug fixes
|
|
20
|
+
|
|
21
|
+
- `#I769900` - Fixed an issue where template columns failed to display correctly after dynamically refreshing the Gantt Chart.
|
|
22
|
+
- `#I769454` - Addressed inconsistent rendering of `dropdown` values in the dependency tab within both `Add` and `Edit` dialog.
|
|
23
|
+
|
|
14
24
|
#### Feature
|
|
15
25
|
|
|
16
26
|
- `#I765000` - Introduced seamless date object conversion and timezone handling for custom columns, editing, and CRUD operations across both remote and local data sources.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-gantt",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.3",
|
|
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": "~31.2.2",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
11
|
-
"@syncfusion/ej2-gantt": "31.2.
|
|
11
|
+
"@syncfusion/ej2-gantt": "31.2.3"
|
|
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.2.
|
|
4
|
+
exports.pkgVer = '^31.2.3';
|
|
5
5
|
exports.moduleName = 'GanttModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.3';
|