Skip to content

v0.4.7

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 02:08
· 683 commits to main since this release

0.4.7 (2022-05-05)

Bug Fixes

  • CheckboxGroup和RadioGroup默认可换行 (#133) (2df2b76)
  • Pagination 手动设置 currentPage、pageSize 不触发相应事件 (#128) (99bff1e)
  • Select等组件鼠标样式 (#135) (5877200)
  • 修复Select等组件的弹出层不跟随滚动 (#136) (699d2ac)
  • Table组件在没计算出宽度前不渲染,避免导致撑开页面 & 优化keepalive下resize的逻辑 (#132) (5f2f703)

Features