diff --git a/docs/markdown/changelog.md b/docs/markdown/changelog.md index 2078871d..f70e369c 100644 --- a/docs/markdown/changelog.md +++ b/docs/markdown/changelog.md @@ -1,5 +1,25 @@ # 更新日志 +### [v1.8.3](https://github.com/youzan/vant-weapp/compare/v1.8.2...v1.8.3) + +`2021-08-30` + +**Bug Fixes** + +- Canlendar: 修复 default-date 属性失效问题 [#4430](https://github.com/youzan/vant-weapp/issues/4430) +- ShareSheet: 调整 overlayStyle 属性类型为string [8c408e2](https://github.com/youzan/vant-weapp/commit/8c408e23030e65a0baf62f0b21fb8ed3f2c9df67) +- Stepper: 调整 minus/plus slots 位置 [#4427](https://github.com/youzan/vant-weapp/issues/4427) +- Sticky: 修复 root 为 null 时,读取root.top报错问题 [#4433](https://github.com/youzan/vant-weapp/issues/4433) +- Calendar: 调整 minDate 和 maxDate 传值类型为Number [37d8e69](https://github.com/youzan/vant-weapp/commit/37d8e697c9e3d985b926f68553b8afbb5c0a0569) + +### Features + +- Popup: 新增 lock-scroll 属性 [#4384](https://github.com/youzan/vant-weapp/issues/4384) + +### Performance Improvements + +- Radio: label 的 margin-left 改为 padding-left,增大可点击区域,增强用户体验 [#4165](https://github.com/youzan/vant-weapp/issues/4165) + ### [v1.8.2](https://github.com/youzan/vant-weapp/compare/v1.8.1...v1.8.2) `2021-08-18`