Skip to content

2.36.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 10:43
· 462 commits to main since this release

2022-09-09

🐛 BugFix

  • select: Fix option slot parameter problem (#1607)

💎 Enhancement

  • modal: The on-before-ok property supports function returning a Promise (#1623)
  • drawer: The on-before-ok property supports function returning a Promise (#1623)
  • popconfirm: The on-before-ok property supports function returning a Promise (#1623)
  • dropdown: Don't fire click event when option is disabled (#1611)

🆎 TypeScript

  • Added virtual-list interface and usage instructions (#1614)

2022-09-09

🐛 问题修复

  • select: 修复 option 插槽参数错误的问题 (#1607)

💎 功能优化

  • modal: on-before-ok 属性支持函数返回 Promise (#1623)
  • drawer: on-before-ok 属性支持函数返回 Promise (#1623)
  • popconfirm: on-before-ok 属性支持函数返回 Promise (#1623)
  • dropdown: 选项禁用时不触发单击事件 (#1611)

🆎 类型修正

  • 增加 virtual-list 接口和使用说明 (#1614)