1.80-beta.2
Pre-release
Pre-release
1.8.0-beta.2 (2026-05-29)
Bug Fixes
- editor: 修复移动到菜单导致节点引用异常的问题 (d01a28c)
- editor: 多选时对多个节点的操作合并入同一条历史记录 (a341c7d)
- editor: 显式标注 CompareForm 的 defineExpose 类型以修复 DTS 构建报错 (7a61a35)
- 对比模式下关闭 tab-pane 的 lazy,确保差异数能正确统计 (0f8abf7)
Features
- editor: vs-code 字段对比模式改用 monaco diff 编辑器 (c854dfa)
- editor: 代码块与数据源支持按 id 独立的历史记录 (e2c065f)
- editor: 写操作支持 doNotPushHistory 选项以跳过历史记录 (4c855ba)
- editor: 历史记录接入 changeRecords,undo/redo 按 propPath 局部更新 (09558fa)
- editor: 历史记录面板支持单步回滚(类 git revert) (b02aa75)
- editor: 历史记录面板支持差异对比 (59f4e0e)
- editor: 历史记录面板支持点击跳转与回到初始状态 (62a2ee6)
- editor: 字段对比模式逐项展示差异并补充历史记录面板文档 (cbc4b25)
- editor: 数据源与代码块 service 支持 undo/redo (8dae677)
- editor: 新增 hideSidebar 配置支持隐藏左侧面板 (a3333e2)
- editor: 新增历史记录列表面板 (0446202)
- form 新增 showDiff prop 支持自定义对比判断 (f0c6642)
- form: 支持自定义 label slot (285434e)
Performance Improvements
- dep: 依赖收集改为单次遍历批量处理多 target (025cca3)