Skip to content

v4.6.14

Compare
Choose a tag to compare
@xuliangzhan xuliangzhan released this 20 May 02:43
· 45 commits to master since this release
  • table
    • 修复校验位置不会自动定位问题
    • 其他小 bug 修复
  • mode
    • (v4不向下兼容)类型 type=modal 的默认参数 show-confirm-button 调整为 false,可以通过设置全局参数 setConfig({ mode: { showConfirmButton: true } }) 兼容老版本
    • 增加参数 show-cancel-button
    • 增加参数 show-confirm-button
    • 增加事件 resize
    • 增加事件 move
  • form-gather
    • 支持在自定义布局中使用
  • switch
    • 增加参数 openActiveIcon
    • 增加参数 closeActiveIcon
  • button-group
    • 优化样式