Skip to content

1.5.10

Latest
Compare
Choose a tag to compare
@jia000 jia000 released this 07 Mar 03:38
· 2 commits to master since this release

1.5.10 (2025-03-07)

Bug Fixes

  • data-source: 处理异步动态加载数据源时,初始化数据源还未加载完毕的情况 (3c66319)
  • editor: 样式配置宽度不能为负 (775fcf5)
  • stage: 防止runtime重复注册 (63fe6ec)

Features

  • core: hook函数调用添加node参数 (5ba2a73)
  • core, editor: 删除公共的点击事件实现,由组件自行添加 (c8e1cff)
  • core: app添加dsl-change事件 (a4d021d)
  • core: node新增registerMethod方法,用于组件注册供其他组件通过事件配置调用 (ff07147)
  • reate-runtime-help,vue-runtime-help: 新增组件状态hook (6f5bb84)
  • runtime: vue2 h传参与vue3不一样,需要自定义render (90abde5)
  • runtime: 支持页面切换 (4026c0c)
  • vue-components,react-components: 增加点击事件,使用组件状态hook (0736646)
  • vue-container: 支持自定义render (91cde30)