@syncfusion/ej2-angular-gantt 31.1.20 → 31.1.21

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,13 +6,29 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I764123` - Resolved an issue where parent task progress values were not displaying in decimal format, even when child tasks were configured with decimal values. Decimal rendering for both parent and child tasks is now properly handled by defining the appropriate format in columns.
10
+ - `#I763016` - The date and time change unexpectedly when using the timezone property during cell edit or add operations issue has been resolved.
11
+ - `#I761818` - The issue with critical path validation not working when two parent tasks are connected via a predecessor has been resolved.
12
+ - `#I757458` - The issue where time converted unnecessarily when the timezone was set to 'UTC' at initial load has been resolved.
13
+ - `#I767390` - The issue where the resource column was not rendering as `dropdown` when dynamically assigning the column collection has been resolved.
14
+
15
+ - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
16
+
17
+ ## 31.1.20 (2025-09-10)
18
+
19
+ ### GanttChart
20
+
21
+ #### Bug fixes
22
+
9
23
  - `#I762115` - The issue where the Offset value was not updating correctly when a dependency was connected to parent tasks has been resolved.
10
24
  - `#I759114` - The issue where the 'Start No Later Than' constraint type was not properly enforced on the Start Date has been resolved.
11
25
  - `#I763040` - Cell navigation not working properly when selection is disabled issue has been resolved.
12
26
  - `#I759336` - Resolved critical task calculation to use `projectEndDate` as the maximum end date when it is mapped, replacing the previous approach of considering the task's maximum end date.
13
27
  - `#I759336` - Resolved an issue where the `workWeek` and `weekWorkingTime` properties were not functioning correctly, causing unresponsiveness during dynamic updates.
14
28
 
15
- - `F159354` - Issue in locale text of predecessor tooltip has been fixed.
29
+ - `#I762115` - The issue where the Offset value was not updating correctly when a dependency was connected to parent tasks has been resolved.
30
+ - `#I759114` - The issue where the 'Start No Later Than' constraint type was not properly enforced on the Start Date has been resolved.
31
+ - `#I759336` - Resolved an issue where the `workWeek` and `weekWorkingTime` properties were not functioning correctly, causing unresponsiveness during dynamic updates.
16
32
 
17
33
  ## 31.1.18 (2025-09-10)
18
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-angular-gantt",
3
- "version": "31.1.20",
3
+ "version": "31.1.21",
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.1.20",
10
10
  "@syncfusion/ej2-angular-base": "~31.1.17",
11
- "@syncfusion/ej2-gantt": "31.1.20"
11
+ "@syncfusion/ej2-gantt": "31.1.21"
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.1.20';
4
+ exports.pkgVer = '^31.1.21';
5
5
  exports.moduleName = 'GanttModule';
6
- exports.themeVer = '~31.1.20';
6
+ exports.themeVer = '~31.1.21';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-gantt';
2
- export const pkgVer = '^31.1.20';
2
+ export const pkgVer = '^31.1.21';
3
3
  export const moduleName = 'GanttModule';
4
- export const themeVer = '~31.1.20';
4
+ export const themeVer = '~31.1.21';