Skip to content

Commit

Permalink
feat: weui v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsi committed Nov 29, 2021
1 parent a8d08fe commit 7ad5480
Show file tree
Hide file tree
Showing 25 changed files with 987 additions and 434 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### v2.5.2 (2021-11-29)

#### Features
* feat: 升级article组件UI
* feat: 底部悬浮按钮、半屏弹窗按钮支持垂直布局
* feat: 新增transition模态显示动画

#### Bugfixes
* fix: 表单组件验证码同意协议复选框优化无障碍体验
* fix: 调整gallery组件底部安全间距、删除按钮增加点击态
* fix: actionsheet组件适配刘海屏
* fix: a11y热区去掉冗余背景声明
* fix: 修复图标按钮整合
* fix: 表单同意协议居中布局
* fix: 提高weui icon组件的选择器权重,用来规避和weui-icon混搭使用的权重问题



### v2.5.1 (2021-10-11)

#### Features
Expand Down
2 changes: 2 additions & 0 deletions dist/example/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ $(() => {
$html.on('animationend webkitAnimationEnd', () => {
$html.removeClass('slideIn').addClass('js_show');
setPageA11y();
const event = new Event('switched');
window.dispatchEvent(event);
});

this.$container.append($html);
Expand Down
382 changes: 258 additions & 124 deletions dist/example/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 7ad5480

Please sign in to comment.