@syncfusion/ej2-vue-gantt 24.2.7 → 24.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,6 +6,26 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I555169` - The scrollbar into view taskbar not working properly issue has been fixed.
|
|
10
|
+
- `#I556229` - Splitter View is not updating properly while using `setSplitterPosition` issue has been fixed.
|
|
11
|
+
- `#I553873` - Taskbar not rendered properly when using hour format in `DST` issue has been fixed.
|
|
12
|
+
- `#I548519` - Timeline start date changed after zooming action issue has been fixed.
|
|
13
|
+
- `#I548491` - React Gantt crashes when updating parent and changing column from column chooser issue has been fixed.
|
|
14
|
+
- `#I544198` - Delay in predecessor validation issue has been fixed.
|
|
15
|
+
- `#I552622` - The enable immutable enabled sample expand icon hide when record add issue has been fixed.
|
|
16
|
+
- `#I553420` - Editing resource allocation differed from initial rendering.
|
|
17
|
+
- `#I555214` - Disabling all editing options leads to console error issue has been fixed.
|
|
18
|
+
- `#I553748` - Editing the task name following the reset of the taskbar start date will lead to the taskbar rendering an incorrect date issue has been fixed.
|
|
19
|
+
- `#I553710` - Dragging the task following the reset of the parent taskbar start date will lead to get duplicate taskbar issue has been fixed.
|
|
20
|
+
|
|
21
|
+
- `#I553873` - Taskbar not rendered properly when using hour format in `DST` issue has been fixed.
|
|
22
|
+
|
|
23
|
+
## 24.2.7 (2024-02-20)
|
|
24
|
+
|
|
25
|
+
### GanttChart
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
9
29
|
- `#I548671` - Dependency not working when id is alpha numeric issue has been fixed.
|
|
10
30
|
- `#I552756` - A console error occurs when hovering over the Column menu options issue has been fixed.
|
|
11
31
|
- `#I543787` - The timezone properties used in the sample taskbar not render properly issue has been fixed.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-vue-gantt.umd.min.js
|
|
3
|
-
* version : 24.2.
|
|
3
|
+
* version : 24.2.8
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2023. 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
|