From bc024a105cd9b0b242faaf2e1ee0caa8c6fd788e Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 4 Sep 2022 14:31:12 +0800 Subject: [PATCH] docs(changelog): vant@3.6.2 (#11008) --- packages/vant/docs/markdown/changelog.en-US.md | 12 ++++++++++++ packages/vant/docs/markdown/changelog.zh-CN.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/packages/vant/docs/markdown/changelog.en-US.md b/packages/vant/docs/markdown/changelog.en-US.md index 549de1429..b27895776 100644 --- a/packages/vant/docs/markdown/changelog.en-US.md +++ b/packages/vant/docs/markdown/changelog.en-US.md @@ -19,6 +19,18 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.6.2](https://github.com/vant-ui/vant/compare/v3.6.1...v3.6.2) + +`2022-09-04` + +**Bug Fixes** + +- reduce passive event warning of touchmove event [#10975](https://github.com/vant-ui/vant/issues/10975) +- Calendar: allow default date to be maxDate when enable allowSameDay [#10976](https://github.com/vant-ui/vant/issues/10976) [#10971](https://github.com/vant-ui/vant/issues/10971) +- indexBar: index-bar not positioned correctly when scrolled to the bottom [#10994](https://github.com/vant-ui/vant/issues/10994) +- Swipe: should not prevent touch move when reach edge [#10980](https://github.com/vant-ui/vant/issues/10980) +- @vant/area-data: update counties of Daxinganling region [#11000](https://github.com/vant-ui/vant/issues/11000) + ### [v3.6.1](https://github.com/vant-ui/vant/compare/v3.6.0...v3.6.1) `2022-08-24` diff --git a/packages/vant/docs/markdown/changelog.zh-CN.md b/packages/vant/docs/markdown/changelog.zh-CN.md index 082637b81..ae1e823a8 100644 --- a/packages/vant/docs/markdown/changelog.zh-CN.md +++ b/packages/vant/docs/markdown/changelog.zh-CN.md @@ -19,6 +19,18 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.6.2](https://github.com/vant-ui/vant/compare/v3.6.1...v3.6.2) + +`2022-09-04` + +**Bug Fixes** + +- 修复 touchmove 事件导致控制台出现 passive event warning 的问题 [#10975](https://github.com/vant-ui/vant/issues/10975) +- Calendar: 修复使用 allow-same-day 属性时 default-date 不能设置为同一天的问题 [#10976](https://github.com/vant-ui/vant/issues/10976) [#10971](https://github.com/vant-ui/vant/issues/10971) +- indexBar: 修复个别情况下无法滚动到正确位置的问题 [#10994](https://github.com/vant-ui/vant/issues/10994) +- Swipe: 修复 touchmove 事件在边界情况下被 preventDefault 的问题 [#10980](https://github.com/vant-ui/vant/issues/10980) +- @vant/area-data: 更新大兴安岭相关地区码 [#11000](https://github.com/vant-ui/vant/issues/11000) + ### [v3.6.1](https://github.com/vant-ui/vant/compare/v3.6.0...v3.6.1) `2022-08-24`