Skip to content

Latest commit

 

History

History
80 lines (35 loc) · 2.94 KB

CHANGELOG.md

File metadata and controls

80 lines (35 loc) · 2.94 KB

10.0.2 (2020-08-20)

Bug Fixes

  • module:ptr: fix 取消滚动时报错 (#171) (2b2b37d)

10.0.2 (2020-08-20)

Bug Fixes

  • module:ptr: fix 取消滚动时报错 (#171) (2b2b37d)

10.0.1 (2020-07-09)

Features

  • module:tab: icon support valid image resoure url (#168) (c66bfc7)

10.0.0 (2020-07-09)

Features

  • module:picker: add className property of options (#164) (e4e6f0e)

10.0.0-rc.1 (2020-07-08)

Features

9.1.0 (2020-07-08)

Features

  • module:picker: add className property of options (#164) (e4e6f0e)

9.0.0 (2020-06-28)

9.0.0 主要是同步更新 WeUI 的 2.3 以上版本(受限于 #858 可能与官网看到的暗黑主题色有出入),新增 dark 模式。

更多关于样子优化细节,请参考 WeUI 的 变更日志

暗黑模式

默认为暗黑系(不清楚 TX 怎么想的),可在 body 添加属性 data-weui-theme 来控制,值为lightdark,例如:

<body data-weui-theme="light">

Bug Fixes

  • 修复多列选择器在 2.3 下的适配
  • 修复上传组件 FileItem.index 始终为 0
  • 修复日期组件选择后出现 Cannot read property 'target' of undefined
  • 修复滚动加载组件未重置滚动位置,导致重复加载数据
  • 修复滚动加载设置完全完毕依然持续 loadin 效果

Breaking Changes

  • weui-button 移除 plain 属性,可直接使用默认来代替