From 3a716ea15beb6b546358c006f3ae837078279fbf Mon Sep 17 00:00:00 2001 From: landluck Date: Fri, 16 Dec 2022 17:03:12 +0800 Subject: [PATCH] docs(changelog): @vant/weapp 1.10.10 --- docs/markdown/changelog.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/markdown/changelog.md b/docs/markdown/changelog.md index 562f89b9..be832694 100644 --- a/docs/markdown/changelog.md +++ b/docs/markdown/changelog.md @@ -1,4 +1,25 @@ # 更新日志 +### [v1.10.10](https://github.com/youzan/vant-weapp/compare/v1.10.9...v1.10.10) + +`2022-12-16` + +**Bug Fixes** + +- dialog: 修复在没有底部按钮时存在额外的白线 [#5141](https://github.com/youzan/vant-weapp/issues/5141) +- dropdown: 修复文案超出限制后箭头样式问题 [#5145](https://github.com/youzan/vant-weapp/issues/5145) +- button: 修复 demo 示例缺失 button 组件引入 [8ec17c](https://github.com/youzan/vant-weapp/commit/8ec17cc87da28b9f3caa5293c3710ee927eaa210) +- search: 优化取消按钮的点击区域 [#5148](https://github.com/youzan/vant-weapp/issues/5148) +- uploader: 修复无法预览视频问题 [#5142](https://github.com/youzan/vant-weapp/issues/5142) + +**Document** + +- cascader: 增加 cascader 文档链接 [4bb9e6](https://github.com/youzan/vant-weapp/commit/4bb9e625381dee97fbe2e6d3c1602365ab2c41c5) +- uploader: 优化 thumb 字段文案描述 [af7493](https://github.com/youzan/vant-weapp/commit/af74936bdc9a665dfdd024a2e85be66fabf3133d) + +**Feature** + +- tab: 新增 before-change 属性支持 [#5139](https://github.com/youzan/vant-weapp/issues/5139) + ### [v1.10.9](https://github.com/youzan/vant-weapp/compare/v1.10.8...v1.10.9) `2022-12-12`