Skip to content

1.4.15

Compare
Choose a tag to compare
@jia000 jia000 released this 26 Jul 08:52
· 197 commits to master since this release

1.4.15 (2024-07-26)

Bug Fixes

  • data-source: 迭代器数据编译支持容器嵌套 (e209aa3)
  • editor: 在组件树中多选时不能选中页面 (c456798)
  • editor: 数据源方法配置,设置后再次修改参数配置不显示 (059c005)
  • editor: 组件树中将容器拖入自身中会导致容器丢失 (16d4eff), closes #622
  • editor: 组件树右键菜单在组件树面板拖出时被面板遮挡 (72a7c15), closes #624
  • stage: 页面失焦时将alt键按下状态重置 (96224b4)

Features

  • data-source: 数据源新增setValue方法 (8d111ea)
  • editor: 优化编辑器左边栏拖出体验,需要拖出一定距离才行 (b249563)
  • editor: 数据源选择器编辑按钮添加tooltip (3fa21fd)
  • editor: 添加component-list slot,用于自定义组件列表 (0bbf7c5), closes #621
  • editor: 编辑器左边栏支持配置不可拖出,支持before-click函数配置 (837daf6)