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

View File

@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.6.0] - 2025-12-14
### Added
- 🎉 新增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表格列定义方式
- 🎉 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
- 🔧 修复仅删除Story层级后子Task升级后关系线丢失问题
- 🔧 修复:修复已知问题
- 🔧 Fixed: Issue of missing relationship lines after upgrading child Tasks when only deleting Story
- 🔧 Fixed: Fixed issues
## [1.5.0] - 2025-12-13
### Added