|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## 30.2.5 (2025年08月13日) |
| 6 | + |
| 7 | +### GanttChart |
| 8 | + |
| 9 | +#### Bug fixes |
| 10 | + |
| 11 | +- `#I750331` - Fixed an issue where label customization using the `pdfQueryTaskbarInfo` event was not working properly. |
| 12 | +- `#I745469` - Resolved a white space issue that occurred while scrolling up and down at the bottom of the Tree Grid side. |
| 13 | + |
5 | 14 | ## 30.2.4 (2025年08月07日)
|
6 | 15 |
|
7 | 16 | ### GanttChart
|
8 | 17 |
|
| 18 | +#### Feature |
| 19 | + |
| 20 | +- `#I705390`, `#I665780` - Improved the Gantt chart's baseline functionality by adding support for `baselineDuration` data mapping, alongside the `baselineStartDate` and `baselineEndDate` properties. These enhancements make it easier to configure baseline milestones. |
| 21 | + |
| 22 | +#### Bug fix |
| 23 | + |
| 24 | +- `#I746805` - Fixed blank spaces and missing rows during scroll with timeline virtualization in Gantt Chart. |
| 25 | + |
| 26 | +## 30.1.42 (2025年07月29日) |
| 27 | + |
| 28 | +### GanttChart |
| 29 | + |
9 | 30 | #### Bug fixes
|
10 | 31 |
|
| 32 | +- `#I745434` - Taskbar rendering is mismatched between UI and pdf export while using split task issue has been resolved. |
| 33 | +- `#I732347` - Spinner is not shown when editing a cell issue has been resolved. |
| 34 | +- `#I751091` - Disabling `allowEditing` property for custom columns does not work issue has been resolved. |
| 35 | + |
11 | 36 | - `#F197011` - Fixed an issue where collapsed parent tasks automatically expanded during drag-and-drop in the `multitaskbar` feature, ensuring they remain collapsed as intended.
|
12 | 37 | - `#I744105` - Console error occurs while refresh the component with toolbar template issue has been resolved.
|
13 | 38 | - `#I744544` - Fixed incorrect parent taskbar rendering by ensuring child tasks update before parent during dependency has been resolved.
|
14 | | -- `#I746332` - Console error occurs when refresh action is performed in Gantt followed by toolbar add action issue has been resolved. |
15 | | -- `#I748609` - The issue where the `actionBegin` event was not triggered during the save operation following cell editing has been successfully resolved. |
| 39 | + |
| 40 | +## 30.1.41 (2025年07月08日) |
| 41 | + |
| 42 | +### GanttChart |
| 43 | + |
| 44 | +#### Bug fixes |
16 | 45 |
|
17 | 46 | - `#F197011` - Fixed an issue where collapsed parent tasks automatically expanded during drag-and-drop in the `multitaskbar` feature, ensuring they remain collapsed as intended.
|
18 | 47 | - `#I744105` - Console error occurs while refresh the component with toolbar template issue has been resolved.
|
19 | 48 | - `#I744544` - Fixed incorrect parent taskbar rendering by ensuring child tasks update before parent during dependency has been resolved.
|
| 49 | +- `#I746332` - Console error occurs when refresh action is performed in Gantt followed by toolbar add action issue has been resolved. |
| 50 | +- `#I748609` - The issue where the `actionBegin` event was not triggered during the save operation following cell editing has been successfully resolved. |
20 | 51 |
|
21 | 52 | ## 30.1.39 (2025年07月08日)
|
22 | 53 |
|
|
0 commit comments