diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index b92c82a8b..9cc2b7109 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,21 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v2.12.32](https://github.com/youzan/vant/compare/v2.12.31...v2.12.32) + +`2021-11-15` + +**Feature** + +- NoticeBar: add reset method [#9864](https://github.com/youzan/vant/issues/9864) +- Picker: support mouse wheel on desktop browser [#9713](https://github.com/youzan/vant/issues/9713) + +**Bug Fixes** + +- Field: should not trigger validation after blurring readonly input [#9863](https://github.com/youzan/vant/issues/9863) +- Switch: switch node inherit font-size [#9841](https://github.com/youzan/vant/issues/9841) +- Tabbar: before-change not work in route mode [#9855](https://github.com/youzan/vant/issues/9855) + ### [v2.12.31](https://github.com/youzan/vant/compare/v2.12.30...v2.12.31) `2021-10-30` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 8af323040..b8be4e98d 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,21 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v2.12.32](https://github.com/youzan/vant/compare/v2.12.31...v2.12.32) + +`2021-11-15` + +**Feature** + +- NoticeBar: 新增 reset 方法 [#9864](https://github.com/youzan/vant/issues/9864) +- Picker: 支持在桌面端通过鼠标滚轮进行滚动 [#9713](https://github.com/youzan/vant/issues/9713) + +**Bug Fixes** + +- Field: 修复点击 readonly 的输入框后会触发表单验证的问题 [#9863](https://github.com/youzan/vant/issues/9863) +- Switch: 修复全局设置 font-size 时样式错误的问题 [#9841](https://github.com/youzan/vant/issues/9841) +- Tabbar: 修复 before-change 属性在路由模式下不生效的问题 [#9855](https://github.com/youzan/vant/issues/9855) + ### [v2.12.31](https://github.com/youzan/vant/compare/v2.12.30...v2.12.31) `2021-10-30`