Skip to content

v5.16.0

Compare
Choose a tag to compare
@awmleer awmleer released this 23 Jun 03:39
· 683 commits to master since this release
d068f21

New Features

  • ee41ac0 Cascader: Add a new actions param to children render function (#5375)
  • 3fe936a List: Support nativeElement ref (#5369)
  • 7e07480 ProgressBar: Add text prop and --text-width CSS variable
  • 333d5e8 ProgressBar: Add rounded prop
  • afec81c Popup: Add disableBodyScroll prop
  • 72ba539 Popup & CenterPopup: Add closeOnMaskClick onClose showCloseButton props
  • ef1cbf0 Modal: Change Action.text type to ReactNode (#5354)
  • 9d59d4b Add id-ID locale (#5357)
  • 0cdd57c Add kk-KZ locale (#5355)

Enhancements

  • 429424d ProgressBar: Adjust the default track width to 8px
  • b972f75 Stepper: Use aria propss to improve a11y (#5365)
  • 3576b64 Slider: Use aria props to improve a11y (#5359)
  • da26fbb Popup: Refactor the implementation and now it will render with ShouldRender (#5338)

Bug Fixes

  • e0d2c44 Picker: Fix some accessibility issues on android (#5370)
  • 35642f1 Steps: Icon background should be black in dark mode (#5371)

特性

  • ee41ac0 Cascader: children 的 render 函数增加了 actions 参数 (#5375)
  • 3fe936a List: 支持了 ref,暴露出了 nativeElement (#5369)
  • 7e07480 ProgressBar: 增加了 text 属性和 --text-width CSS 变量
  • 333d5e8 ProgressBar: 增加了 rounded 属性
  • afec81c Popup: 增加了 disableBodyScroll 属性
  • 72ba539 Popup & CenterPopup: 增加了 closeOnMaskClick onClose showCloseButton 属性
  • ef1cbf0 Modal: 调整了 Action.text 的类型为 ReactNode (#5354)
  • 9d59d4b 增加了 id-ID 翻译 (#5357)
  • 0cdd57c 增加了 kk-KZ 翻译 (#5355)

优化

  • 429424d ProgressBar: 调整了默认的轨道宽度为 8px
  • b972f75 Stepper: 使用 aria 属性优化了组件的无障碍支持 (#5365)
  • 3576b64 Slider: 使用 aria 属性优化了组件的无障碍支持 (#5359)
  • da26fbb Popup: 重构了底层实现,使用了统一的 ShouldRender (#5338)

修复

  • e0d2c44 Picker: 修复了一些安卓环境下的无障碍问题 (#5370)
  • 35642f1 Steps: 修复了在深色模式下图标的背景颜色不正确的问题 (#5371)