Skip to content

1.4.8

Compare
Choose a tag to compare
@jia000 jia000 released this 17 Jun 07:59
· 225 commits to master since this release

1.4.8 (2024-06-17)

Bug Fixes

  • data-source: 兼容Promise.allSettled (7ee7f53)
  • data-source: 多页面时数据源依赖中可能包含其他页面的,导致更新时失败 (5c43fbf)
  • data-source: 默认事件处理支持path为空字符串 (ac7bb93)
  • editor,runtime: 编辑器中,依赖收集改成异步以后,可能出现配置更新了,但是依赖信息还未更新,导致渲染出来的组件不对 (78e9a0a)
  • runtime: 使用vue-demi cdn (0cd8382)
  • ui: overlay销毁需要异常page上的事件 (094635c)
  • vue-runtime-help: inject app 无效 (aa25aa6)

Features

  • editor: 支持数据源模板输入宽选中文本后编辑(在有数据源变量时还有问题) (a30e8a3)
  • editor: 组件树中支持多选拖动 (5ac768f)
  • editor: 组件表单配置支持函数 (9eb99ed)
  • ui,runtime: vue-runtime-help中添加use-app方法 (948c194)