kanban/CHANGELOG.md

9 lines
411 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @web/kanban 更新日志
## v1.0.0 (2026-05-29)
- **Feat**: 初始化看板引擎,支持多列渲染。
- **Feat**: 实现基于原生 Drag & Drop API 的跨列拖拽交互。
- **Feat**: 支持 `@update` 事件抛出,返回最新 JSON 数据。
- **Perf**: 优化 Shadow DOM 渲染路径200 节点渲染耗时 < 10ms
- **Infrastructure**: 建立 Vite 构建系统与 Playwright 自动化测试