Skip to content

1.4.0

Compare
Choose a tag to compare
@uyarn uyarn released this 30 Nov 10:19
· 429 commits to develop since this release
f734aa6

🌈 1.4.0 2023-11-30

🚀 Features

🐞 Bug Fixes

  • ColorPicker: 修复 format 为hex时,配合enableAlpha 调整透明度不生效的问题 @uyarn (#2628)
  • ColorPicker: 修复修改颜色上方滑杆按钮颜色不变 @HaixingOoO (#2615)
  • Table: 修复 lazyLoad 懒加载效果 @chaishi (#2605)
  • Tree: 修复树组件节点的 open class 状态控制逻辑错误导致的样式异常 @NWYLZW (#2611)
  • Tree: 指定滚动到特定节点 API 中的keyindex应为可选 @uyarn (#2626)
  • Drawer: 修复 Drawer 的 mode 为push时,推开内容区域为 drawer 节点的父节点。 @HaixingOoO (#2614)
  • Radio: 修复表单 disabled 未生效在 Radio 上的问题 @li-jia-nan (#2397)
  • Pagination: 修复当 total 为 0 并且 pageSize 改变时, current 值为 0 的问题 @betavs (#2624)
  • Image: 修复图片在 SSR 模式下不会触发原生事件 @HaixingOoO (#2616)

🚧 Others