Skip to content

1.4.7

Compare
Choose a tag to compare
@jia000 jia000 released this 31 May 07:19
· 245 commits to master since this release

1.4.7 (2024-05-31)

Bug Fixes

  • editor: 修复pad大屏模式下粘贴位置计算错误偏移问题 (#612) (d98029d)
  • editor: 已选组件树中如果出现items不是数组会导致节点渲染失败 (7fb4d96)
  • editor: 数据源模板输入框输入数字索引后浏览器卡死 (a66da8d), closes #611
  • playground: tmagic-form样式丢失 (49e9d5b), closes #610
  • ui,runtime: 迭代器容器迭代数据兼容 (94db430), closes #613

Features

  • core,editor,form: 页面片容器支持配置容器内组件的事件 (2d133f4)
  • dep,editor,data-source,schema: 优化编辑器中依赖收集性能 (ee26991)
  • editor: 复制组件时收集依赖性能优化改造 (cd191f6)
  • playground: 设置配置表单的label-width (50d238a)