v1.6.0 - 提供Task列表插槽功能

This commit is contained in:
LINING-PC\lining
2025-12-14 16:06:44 +08:00
parent 70c77316b7
commit c7ea67b4cc
15 changed files with 788 additions and 414 deletions
+20
View File
@@ -378,5 +378,25 @@
"Fixed: Disabled Task drag-and-drop event trigger on double-click",
"<span style=\"font-weight: bold; color: #f00;\">Special thanks to @qiuchengw for his professional contribution</span>"
]
},
{
"version": "1.6.0",
"date": "2025-12-14",
"notes": [
"🎉 新增:Task Table列声明式定义方式, 使用组件TaskListColumn",
"🎉 新增:Task Table #header和#default Slots",
"🎉 新增:Task List行样式设置属性 - task-list-row-class-name和task-list-row-style",
"🎉 新增:为兼容旧版本TaskListColumnConfig,提供task-list-column-render-mode属性开关,可以通过设置选择Task表格列定义方式",
"🔧 修复:仅删除Story层级后,子Task升级后关系线丢失问题",
"🔧 修复:修复已知问题",
"<span style=\"font-weight: bold; color: #f00;\">特别感谢 osc_85545913@gitee的使用及反馈</span>",
"🎉 Added: Declarative definition method for Task Table columns using the TaskListColumn component",
"🎉 Added: Task Table #header and #default Slots",
"🎉 Added: Task List row style setting properties - task-list-row-class-name and task-list-row-style",
"🎉 Added: A switch for task-list-column-render-mode attribute to choose Task Table column definition method for compatibility with older versions of TaskListColumnConfig",
"🔧 Fixed: Issue of missing relationship lines after upgrading child Tasks when only deleting Story",
"🔧 Fixed: Fixed issues",
"<span style=\"font-weight: bold; color: #f00;\">Special thanks to osc_85545913@gitee for their use and feedback</span>"
]
}
]