From b33ef265fef6aee68ffe01c82d2512e1b87a1579 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sun, 22 Aug 2021 21:03:06 +0800 Subject: [PATCH] docs(changelog): 3.2.1 --- docs/markdown/changelog.en-US.md | 19 +++++++++++++++++++ docs/markdown/changelog.zh-CN.md | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index c1968421d..3908416b1 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,25 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v3.2.1](https://github.com/youzan/vant/compare/v3.2.0...v3.2.1) + +`2021-08-22` + +**Feature** + +- Circle: add start-position prop [#9305](https://github.com/youzan/vant/issues/9305) +- Slider: add reverse prop [#9308](https://github.com/youzan/vant/issues/9308) +- NumberKeyboard: add van-number-keyboard-key-background-color css var [#9303](https://github.com/youzan/vant/issues/9303) +- PasswordInput: add password-input-text-color css var [#9304](https://github.com/youzan/vant/issues/9304) + +**Bug Fixes** + +- Calendar: title is undefined in month-show event [#9275](https://github.com/youzan/vant/issues/9275) +- Dialog: fix beforeClose repeat trigger [#9283](https://github.com/youzan/vant/issues/9283) [#9291](https://github.com/youzan/vant/issues/9291) +- Field: should export FieldInstance type [#9254](https://github.com/youzan/vant/issues/9254) +- Rate: convert count type [#9307](https://github.com/youzan/vant/issues/9307) +- TreeSelect: fix negative css vars [#9306](https://github.com/youzan/vant/issues/9306) + ### [v3.2.0](https://github.com/youzan/vant/compare/v3.1.5...v3.2.0) `2021-08-12` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index c2be1d5ba..ff4f54c2f 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -16,6 +16,25 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v3.2.1](https://github.com/youzan/vant/compare/v3.2.0...v3.2.1) + +`2021-08-22` + +**Feature** + +- Circle: 新增 start-position 属性 [#9305](https://github.com/youzan/vant/issues/9305) +- Slider: 新增 reverse 属性 [#9308](https://github.com/youzan/vant/issues/9308) +- NumberKeyboard: 新增 van-number-keyboard-key-background-color CSS 变量 [#9303](https://github.com/youzan/vant/issues/9303) +- PasswordInput: add password-input-text-color CSS 变量 [#9304](https://github.com/youzan/vant/issues/9304) + +**Bug Fixes** + +- Calendar: 修复 month-show 事件缺少 title 参数的问题 [#9275](https://github.com/youzan/vant/issues/9275) +- Dialog: 修复 beforeClose 重复触发的问题 [#9283](https://github.com/youzan/vant/issues/9283) [#9291](https://github.com/youzan/vant/issues/9291) +- Field: 修复 FieldInstance 类型未导出的问题 [#9254](https://github.com/youzan/vant/issues/9254) +- Rate: 修复 count 属性传入字符串类型时展示错误的问题 [#9307](https://github.com/youzan/vant/issues/9307) +- TreeSelect: 修复 CSS 负数变量不生效导致样式错误的问题 [#9306](https://github.com/youzan/vant/issues/9306) + ### [v3.2.0](https://github.com/youzan/vant/compare/v3.1.5...v3.2.0) `2021-08-12`