Skip to content

Commit

Permalink
feat: v2.6.17
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsi committed Oct 16, 2024
1 parent a448d76 commit 3ad4ba1
Show file tree
Hide file tree
Showing 369 changed files with 3,467 additions and 2,747 deletions.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,56 @@
### v2.6.17 (2024-10-16)

#### Bugfixes
* fix: 去掉小程序darkmode的媒体查询



### v2.6.16 (2024-08-12)

#### Features
* feat: weui-dialog组件UI升级

#### Bugfixes
* fix: 去掉系统自带的点击效果



### v2.6.15 (2024-07-23)

#### Bugfixes
* fix: iOS 18的PingFang字体font-weight开始支持bold,涉及到的组件需要把bold改为medium



### v2.6.14 (2024-07-23)

#### Features
* feat: 表单weui-form__tips和weui-agree UI更新,新增weui-form-tips__group和weui-form-tips__wrp结构
* feat: checkbox图标更新
* feat: weui-form多选/单选组件disabled态UI更新



### v2.6.13 (2024-06-03)

#### Bugfixes
* fix: 修复weui-select组件高度问题



### v2.6.12 (2024-03-20)

#### Features
* feat: searchbar组件升级,分为filled(默认)、outlined和homepage三种变体
* feat: weui-agree组件对齐方式调整为顶对齐
* feat: weui-agree组件去掉摆动动画

#### Bugfixes
* fix: 修复weui-select标题折行后的样式问题
* fix: 修复表单里验证码按钮disabled态被覆盖的问题



### v2.6.11 (2024-01-12)

#### Bugfixes
Expand Down
6 changes: 5 additions & 1 deletion dist-rpx-mode/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@
"example/navigation-bar/navigation-bar",
"example/tabbar/tabbar",

"example/searchbar/searchbar"
"example/searchbar/searchbar",
"example/searchbar/searchbar_filled",
"example/searchbar/searchbar_grey",
"example/searchbar/searchbar_outlined",
"example/searchbar/searchbar_homepage"
],
"window": {
"navigationBarTextStyle": "black",
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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_bottom_fixed.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
5 changes: 0 additions & 5 deletions dist-rpx-mode/example/form/form_vcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ Page({
});
}
const that = this;
setTimeout(() => {
that.setData({
msg: false,
});
}, 320);
},
checkboxChange(e) {
if (e.detail.value.includes('1')) {
Expand Down
27 changes: 20 additions & 7 deletions dist-rpx-mode/example/form/form_vcode.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,26 @@
</view>
<view class="weui-form__ft">
<view class="weui-form__tips-area">
<checkbox-group bindchange="checkboxChange">
<label aria-role="" class="weui-wa-hotarea weui-agree {{msg ? 'weui-agree_animate' : ''}}">
<checkbox aria-role="" value="{{checkValue}}" class="weui-agree__checkbox-check" />
<view class="weui-agree__checkbox" aria-labelledby="js_agree_txt js_agree_link" aria-role="checkbox"></view>
<view class="weui-agree__text"><text aria-hidden="true" id="js_agree_txt">阅读并同意</text><navigator id="js_agree_link">《相关条款》</navigator></view>
</label>
</checkbox-group>
<view class="weui-form__tips__group weui-form__tips__group_primary">
<view class="weui-form__tips__wrp">
<checkbox-group bindchange="checkboxChange">
<label aria-role="" class="weui-wa-hotarea weui-agree {{msg ? 'weui-agree_warn' : ''}}">
<checkbox aria-role="" value="{{checkValue}}" class="weui-agree__checkbox-check" />
<view class="weui-agree__checkbox" aria-labelledby="js_agree_txt js_agree_link" aria-role="checkbox"></view>
<view class="weui-agree__text"><text aria-hidden="true" id="js_agree_txt">阅读并同意</text><navigator id="js_agree_link">《相关条款》</navigator></view>
</label>
</checkbox-group>
</view>
<view class="weui-form__tips__wrp">
<checkbox-group bindchange="checkboxChange">
<label aria-role="" class="weui-wa-hotarea weui-agree {{msg ? 'weui-agree_warn' : ''}}">
<checkbox aria-role="" value="{{checkValue}}" class="weui-agree__checkbox-check" />
<view class="weui-agree__checkbox" aria-labelledby="js_agree_txt1" aria-role="checkbox"></view>
<view class="weui-agree__text"><text aria-hidden="true" id="js_agree_txt1">以上信息用于核对账号绑定的身份</text></view>
</label>
</checkbox-group>
</view>
</view>
</view>
<view class="weui-form__opr-area">
<button type="primary" disabled="{{vcodeValue ? false : true}}" bindtap="checkStatus">确定</button>
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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/form/form_vertical.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
4 changes: 2 additions & 2 deletions dist-rpx-mode/example/index.wxss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
.weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells::after,.weui-cells::before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell::before{right:30rpx}.kind-list__item{margin:20rpx 0;background-color:var(--weui-BG-2);border-radius:4rpx;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:60rpx;height:60rpx}@media (prefers-color-scheme:dark){.page:not([data-weui-theme="light"]) .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}}[data-weui-theme="dark"] .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}.kind-list__item-hd{padding:40rpx;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
.weui-flex{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.weui-cells{margin-top:0;opacity:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:.3s;transition:.3s}.weui-cells::after,.weui-cells::before{display:none}.weui-cells_show{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.weui-cell::before{right:30rpx}.kind-list__item{margin:20rpx 0;background-color:var(--weui-BG-2);border-radius:4rpx;overflow:hidden}.kind-list__item:first-child{margin-top:0}.kind-list__img{width:60rpx;height:60rpx}[data-weui-theme="dark"] .kind-list__img{-webkit-filter:invert(100) hue-rotate(180deg);filter:invert(100) hue-rotate(180deg)}.kind-list__item-hd{padding:40rpx;-webkit-transition:opacity .3s;transition:opacity .3s}.kind-list__item-hd_show{opacity:.4}.kind-list__item-bd{height:0;overflow:hidden}.kind-list__item-bd_show{height:auto}
2 changes: 1 addition & 1 deletion dist-rpx-mode/example/information-bar/information-bar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 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.6.11 (https://github.com/weui/weui-wxss)
* WeUI v2.6.17 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
Loading

0 comments on commit 3ad4ba1

Please sign in to comment.