@syncfusion/ej2-vue-gantt 21.2.3 → 21.2.4
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
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Gantt Chart
|
|
6
|
+
|
|
7
|
+
#### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- `#I457032` - Task label not rendered properly when we render as template issue has been fixed.
|
|
10
|
+
- `#I457212` - Timeline renders different in `Firefox` and `Chrome` issue has been fixed.
|
|
11
|
+
- `#I456146` - Console error occur while changing task field after removing toolbar issue has been fixed.
|
|
12
|
+
- `#F181579` - Style not reflected on the notes column when we perform dialog edit issue has been fixed.
|
|
13
|
+
- `#I456453` - `CSS class` is not updated while changing it through `updateRecordbyId` method issue has been fixed.
|
|
14
|
+
|
|
5
15
|
## 21.2.3 (2023-05-03)
|
|
6
16
|
|
|
7
17
|
### Gantt Chart
|
|
@@ -9,7 +19,7 @@
|
|
|
9
19
|
#### Bug Fixes
|
|
10
20
|
|
|
11
21
|
- `#I441205` - Two spinner appears while performing action issue has been fixed.
|
|
12
|
-
-
|
|
22
|
+
- `#I451257` - No proper template for manual milestone parent.
|
|
13
23
|
- `#I443041` - Gantt react performance rendering issue during initial load has been fixed.
|
|
14
24
|
|
|
15
25
|
## 21.1.41 (2023-04-18)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 21.2.
|
|
3
|
+
* version : 21.2.4
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|