Skip to content

v0.4.1

Compare
Choose a tag to compare
@lljj-x lljj-x released this 21 Dec 09:31
· 252 commits to master since this release

0.4.1 (2020-12-21)

Bug Fixes

  • schema generator: 修复generator schema相同组件,多次使用导致相同引用串数据问题 (04538b1)
  • vue editor: 修复el-image lazy 判断是否为滚动容器可能错误的问题 (422f705)

Features

  • lib: 支持配置 getWidget function回调接收 widget组件实例 (01b9915), closes #25
  • lib: Widget 组件 存在 enumOptions 配置,必须是 required 时才做默认选中, closes #25