@cniot/mdd-editor 0.3.6 → 0.3.8
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 +5 -0
- package/build/index.cjs.js +22 -22
- package/build/index.es.js +494 -31
- package/build/style.css +1 -1
- package/package.json +1 -1
- package/src/ai/LocalAIDrawer.jsx +511 -22
- package/src/ai/bridgeClient.js +1 -0
package/README.MD
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
# 0.3.7
|
|
2
|
+
|
|
3
|
+
- fix: 修复表格列等配置项标题区输入字段时,React key 随 `name/dataIndex` 变化导致面板重挂载、输入框打一字就失焦的问题;配置项面板改为使用内部稳定 key,不写入业务 schema。
|
|
4
|
+
- upgrade: 建议存在表格列、筛选项、表单项等配置编辑场景的页面升级到 `@cniot/mdd-editor >= 0.3.7`。
|
|
5
|
+
|
|
1
6
|
# 0.3.6
|
|
2
7
|
|
|
3
8
|
- fix: 修复“同步本地更改”后,编辑器面板刷新时可能重复初始化 `react-dnd-html5-backend`,导致 `Cannot have two HTML5 backends at the same time.` 的问题。
|