@cniot/mdd-editor 0.3.9 → 0.3.10

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,7 @@
1
+ # 0.3.10
2
+
3
+ - chore: bump `@cniot/mdd-editor` to `0.3.10`.
4
+
1
5
  # 0.3.7
2
6
 
3
7
  - fix: 修复表格列等配置项标题区输入字段时,React key 随 `name/dataIndex` 变化导致面板重挂载、输入框打一字就失焦的问题;配置项面板改为使用内部稳定 key,不写入业务 schema。