Skip to content

Commit

Permalink
feat: v2.6.21
Browse files Browse the repository at this point in the history
  • Loading branch information
uxsi committed Dec 23, 2024
1 parent 9f32afe commit b640d35
Show file tree
Hide file tree
Showing 326 changed files with 490 additions and 385 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
### v2.6.21 (2024-12-23)

#### Features
* feat: 新增weui-toast__wrp结构用于适配toast宽度动态变化

#### Bugfixes
* fix: 修复toast组件超长英文溢出问题
* fix: 修复表单悬浮按钮、半屏弹窗悬浮按钮、验证码按钮、搜索按钮等未适配button组件新规范的问题



### v2.6.20 (2024-12-23)

#### Features
* feat: button组件宽度适配规则更新



### v2.6.19 (2024-12-18)

#### Features
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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</checkbox-group>
</view>
<view class="weui-bottom-fixed-opr">
<navigator class="weui-btn weui-btn_primary" id="js_btn" aria-role="button" url="javascript:;">阅读并同意</navigator>
<navigator class="weui-btn weui-btn_primary" id="js_btn" aria-role="button" url="javascript:;"><view class="weui-btn__inner">阅读并同意</view></navigator>
<navigator class="weui-btn weui-btn_default" aria-role="button" url="javascript:;">取消</navigator>
</view>
</view>
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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
9 changes: 9 additions & 0 deletions dist-rpx-mode/example/button/button_default.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
<view title="正在操作" class="weui-btn weui-btn_warn weui-btn_loading" aria-role="button" url="javascript:"><text class="weui-mask-loading"></text>警示操作</view>
<view aria-disabled="true" disabled class="weui-btn weui-btn_disabled weui-btn_warn" aria-role="button" url="javascript:">警示操作</view>
</view>

<view class="button-sp-area">
<view role="button" class="weui-btn weui-btn_primary"><view class="weui-btn__inner">按钮宽度</view></view>
<view role="button" class="weui-btn weui-btn_primary"><view class="weui-btn__inner">按钮宽度自适应内容</view></view>
<view role="button" class="weui-btn weui-btn_primary"><view class="weui-btn__inner">按钮宽度自适应内容,达到最大值后折行,最大行数两行的示例</view></view>
<view role="button" title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading"><view class="weui-btn__inner"><i class="weui-mask-loading"></i>按钮宽度自适应内容</view></view>
<view role="button" title="正在操作" class="weui-btn weui-btn_primary weui-btn_loading"><view class="weui-btn__inner"><i class="weui-mask-loading"></i>按钮宽度自适应内容,达到最大值后折行,最大行数两行的示例</view></view>
</view>

<view class="button-sp-area">
<view class="weui-btn weui-btn_primary weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</view>
<view class="weui-btn weui-btn_default weui-btn_medium" aria-role="button" url="javascript:">medium 按钮</view>
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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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_vcode.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/index.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/information-bar/information-bar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/panel/panel.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/picker/picker.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/preview/preview.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/progress/progress.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/searchbar/searchbar.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/searchbar/searchbar_filled.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/slider/slider.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/slideview/slideview.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/steps/steps.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (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/steps/steps_horizonal.wxss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* WeUI v2.6.19 (https://github.com/weui/weui-wxss)
* WeUI v2.6.21 (https://github.com/weui/weui-wxss)
* Copyright 2024 Tencent, Inc.
* Licensed under the MIT license
*/
Expand Down
Loading

0 comments on commit b640d35

Please sign in to comment.