Skip to content

Commit

Permalink
feat: v2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsi committed Jun 16, 2022
1 parent de278f2 commit cdd2b56
Show file tree
Hide file tree
Showing 296 changed files with 448 additions and 327 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v2.5.9 (2022-06-16)

#### Features
* feat: 升级toast组件、article组件、msg组件UI
* feat: 增加css变量注册容器`.wx-root`

#### Bugfixes
* fix: 修复flex布局



### v2.5.8 (2022-05-27)

#### Bugfixes
Expand Down
4 changes: 2 additions & 2 deletions dist-rpx-mode/app.wxss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist-rpx-mode/example/actionsheet/actionsheet.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
46 changes: 38 additions & 8 deletions dist-rpx-mode/example/article/article.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,53 @@
<view class="weui-article__section">
<view class="weui-article__h4">列表示例</view>
<view class="weui-article__section">
<view class="weui-article__h5">无序列表</view>
<view class="weui-article__h5">原生无序列表</view>
<view class="weui-article__ul">
<view class="weui-article__li">Elit quo illum ut voluptate possimus. Maxime</view>
<view class="weui-article__li">Elit quo illum ut voluptate possimus. Maxime</view>
<view class="weui-article__li">
Elit quo illum ut voluptate possimus. Maxime
Elit quo illum ut voluptate possimus. Maxime
<view class="weui-article__ul">
<view class="weui-article__li">Elit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam nam</view>
</view>
</view>
<view class="weui-article__li">Elit quo illum ut voluptate possimus. Maxime</view>
<view class="weui-article__li">Elit quo illum ut voluptate possimus. Maxime</view>
</view>
</view>
<view class="weui-article__section">
<view class="weui-article__h5">有序列表</view>
<view class="weui-article__h5">原生有序列表</view>
<view class="weui-article__ol">
<view class="weui-article__li">Elit quo illum ut voluptate possimus. Maxime</view>
<view class="weui-article__li">
Elit quo illum ut voluptate possimus. Maxime
<view class="weui-article__ul">
<view class="weui-article__li">Elit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam nam</view>
</view>
</view>
<view class="weui-article__li">Elit quo illum ut voluptate possimus. Maxime</view>
</view>
</view>
<view class="weui-article__section">
<view class="weui-article__h5">原生段落列表</view>
<view class="weui-article__ol weui-article__list_inside">
<view class="weui-article__li">Elit quo illum ut voluptatElit quo illum ut voluptatElit quo illum ut voluptateeeElit quo illum ut voluptate possimus. Maxime</view>
<view class="weui-article__li">
Elit quo illum ut voluptate possimus. Maxime
<view class="weui-article__ol">
<view class="weui-article__li">Elit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam naElit facilis nam naElit facilis nam naElit facilis nam naElit facilis nam nammmmmElit facilis nam nam</view>
<view class="weui-article__li">Elit facilis nam nam</view>
</view>
</view>
<view class="weui-article__li">Elit quo illum ut voluptate possimus. Maxime</view>
</view>
</view>
<view class="weui-article__section">
<view class="weui-article__h5">自定义序号列表</view>
<view class="weui-article__ol weui-article__list_none">
<view class="weui-article__li">1 Elit quo illum ut voluptate possimus. Maxime</view>
<view class="weui-article__li">
2 Elit quo illum ut voluptate possimus. Maxime
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/article/article.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/badge/badge.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/button/button.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/button/button_bottom_fixed.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/button/button_default.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/dialog/dialog.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/flex/flex.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/footer/footer.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_access.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_checkbox.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_input_status.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_page.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_radio.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_select.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_switch.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_textarea.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_vcode.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/gallery/gallery.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/icons/icons.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/index.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/input/input.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/list/list.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/loading/loading.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/loadmore/loadmore.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_custom_area_cell.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_custom_area_preview.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_custom_area_tips.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_success.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_text.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_text_primary.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/msg/msg_warn.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/navbar/navbar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/navigation-bar/navigation-bar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/panel/panel.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/picker/picker.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/preview/preview.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/progress/progress.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/searchbar/searchbar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/slider/slider.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/slideview/slideview.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/steps/steps.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/steps/steps_horizonal.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.5.8 (https://github.com/weui/weui-wxss)
* WeUI v2.5.9 (https://github.com/weui/weui-wxss)
* Copyright 2022 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
Loading

0 comments on commit cdd2b56

Please sign in to comment.