This commit is contained in:
LINING-PC\lining
2026-01-17 18:09:15 +08:00
parent 31872f49e7
commit c1306650aa
7 changed files with 269 additions and 242 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -466,5 +466,31 @@
"🎉 Added: New property in GanttChart - enableLinkAnchor to control the relationship line anchor points of Taskbar", "🎉 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>" "<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
View File

@@ -62,8 +62,8 @@
"license": "https://opensource.org/licenses/MIT" "license": "https://opensource.org/licenses/MIT"
} }
</script> </script>
<script type="module" crossorigin src="/jordium-gantt-vue3/assets/index-Cfzp2Jr7.js"></script> <script type="module" crossorigin src="/jordium-gantt-vue3/assets/index-jEbTjBMT.js"></script>
<link rel="stylesheet" crossorigin href="/jordium-gantt-vue3/assets/index-DhNQNZh4.css"> <link rel="stylesheet" crossorigin href="/jordium-gantt-vue3/assets/index-DhpE78J4.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>