v1.8.0
This commit is contained in:
238
dist/assets/index-Cfzp2Jr7.js
vendored
238
dist/assets/index-Cfzp2Jr7.js
vendored
File diff suppressed because one or more lines are too long
1
dist/assets/index-DhNQNZh4.css
vendored
1
dist/assets/index-DhNQNZh4.css
vendored
File diff suppressed because one or more lines are too long
1
dist/assets/index-DhpE78J4.css
vendored
Normal file
1
dist/assets/index-DhpE78J4.css
vendored
Normal file
File diff suppressed because one or more lines are too long
239
dist/assets/index-jEbTjBMT.js
vendored
Normal file
239
dist/assets/index-jEbTjBMT.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -466,5 +466,31 @@
|
||||
"🎉 Added: New property in GanttChart - enableLinkAnchor to control the relationship line anchor points of Taskbar",
|
||||
"<span style=\"font-weight: bold; color: #f00;\">Special thanks to YQ6494@gitee for their use and suggestions</span>"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.8.0",
|
||||
"date": "2026-01-17",
|
||||
"notes": [
|
||||
"🎉 新增:GanttChart允许展示实际Taskbar",
|
||||
"🎉 新增:TaskDrawer增加实际开始日期和实际结束日期的属性",
|
||||
"🎉 新增:TaskDrawer增加当前Task状态:待处理、进行中、已完成、已逾期",
|
||||
"🎉 新增:GanttChart增加Taskbar不同状态下背景色预设属性pendingTaskBackgroundColor、delayTaskBackgroundColor、completeTaskBackgroundColor、ongoingTaskBackgroundColor",
|
||||
"🎉 新增:Task对象增加barColor属性,允许自定义对应Taskbar的背景色,优先级高于GanttChart预设背景色",
|
||||
"🎉 新增:Taskbar增加气泡提示框",
|
||||
"🎉 新增:GanttChart增加showActualTaskbar属性用于控制是否展示实际Taskbar,默认值为false,需要时手动打开",
|
||||
"🎉 新增:GanttChart增加enableTaskbarTooltip属性用于控制是否展示Taskbar的气泡提示框,默认值为true,需要时手动关闭",
|
||||
"🎉 优化:Task对象assignee以及avatar属性允许接收数组,标记多为负责人",
|
||||
"<span style=\"font-weight: bold; color: #f00;\">特别感谢 yunlbs/fhjfhj/jakepan@gitee的使用及建议</span>",
|
||||
"🎉 Added: GanttChart allows displaying actual Taskbar",
|
||||
"🎉 Added: TaskDrawer adds properties for actual start date and actual end date",
|
||||
"🎉 Added: TaskDrawer adds current Task status: Pending, Ongoing, Completed, Overdue",
|
||||
"🎉 Added: GanttChart adds preset background color properties for Taskbar in different statuses: pendingTaskBackgroundColor, delayTaskBackgroundColor, completeTaskBackgroundColor, ongoingTaskBackgroundColor",
|
||||
"🎉 Added: Task object adds barColor property to allow customization of the corresponding Taskbar background color, with higher priority than GanttChart preset background colors",
|
||||
"🎉 Added: Taskbar adds tooltip",
|
||||
"🎉 Added: GanttChart adds showActualTaskbar property to control whether to show actual Taskbar",
|
||||
"🎉 Added: GanttChart adds enableTaskbarTooltip property to control whether to show Taskbar tooltip",
|
||||
"🎉 Optimized: The assignee and avatar properties of the Task object now accept arrays to mark multiple assignees",
|
||||
"<span style=\"font-weight: bold; color: #f00;\">Special thanks to yunlbs/fhjfhj/jakepan@gitee for their use and suggestions</span>"
|
||||
]
|
||||
}
|
||||
]
|
||||
4
dist/index.html
vendored
4
dist/index.html
vendored
@@ -62,8 +62,8 @@
|
||||
"license": "https://opensource.org/licenses/MIT"
|
||||
}
|
||||
</script>
|
||||
<script type="module" crossorigin src="/jordium-gantt-vue3/assets/index-Cfzp2Jr7.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/jordium-gantt-vue3/assets/index-DhNQNZh4.css">
|
||||
<script type="module" crossorigin src="/jordium-gantt-vue3/assets/index-jEbTjBMT.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/jordium-gantt-vue3/assets/index-DhpE78J4.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user