Skip to content

9.0.0

Compare
Choose a tag to compare
@cipchk cipchk released this 28 Jun 05:28
· 10 commits to master since this release
7ffe392

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 属性,可直接使用默认来代替