@cniot/mdd-editor 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.MD CHANGED
@@ -1,3 +1,15 @@
1
+ # 0.3.7
2
+
3
+ - fix: 修复表格列等配置项标题区输入字段时,React key 随 `name/dataIndex` 变化导致面板重挂载、输入框打一字就失焦的问题;配置项面板改为使用内部稳定 key,不写入业务 schema。
4
+ - upgrade: 建议存在表格列、筛选项、表单项等配置编辑场景的页面升级到 `@cniot/mdd-editor >= 0.3.7`。
5
+
6
+ # 0.3.6
7
+
8
+ - fix: 修复“同步本地更改”后,编辑器面板刷新时可能重复初始化 `react-dnd-html5-backend`,导致 `Cannot have two HTML5 backends at the same time.` 的问题。
9
+ - fix: 统一编辑器内拖拽上下文,表格类配置组件复用共享 DnD Provider,避免多个可拖拽配置区同时渲染或重挂载时重复创建 HTML5 backend。
10
+ - chore: 显式补充 `dnd-core` 依赖,保证共享 DragDropManager 在包发布和独立使用场景下依赖完整。
11
+ - upgrade: 建议存在本地 AI 工作区同步能力的页面升级到 `@cniot/mdd-editor >= 0.3.6`,尤其是会只修改 `mdd.style.less` 后点击“同步本地更改”的场景。
12
+
1
13
  # 0.3.5
2
14
 
3
15
  - feat: 本地修改 diff 支持左右对照查看,按文件展示“上次发送”和“本地修改”,滚动时两侧天然同步。