From 5c48d289c1f9422c51578ca654536a9f188e87d0 Mon Sep 17 00:00:00 2001 From: niunai Date: Fri, 18 Mar 2022 11:32:16 +0800 Subject: [PATCH] docs(changelog): 2.12.45 --- docs/markdown/changelog.en-US.md | 12 ++++++++++++ docs/markdown/changelog.zh-CN.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index 76e6a8352..85bc45e53 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,18 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v2.12.45](https://github.com/youzan/vant/compare/v2.12.44...v2.12.45) + +`2022-03-18` + +**Bug Fixes** + +- Sku: Fixed a syntax error when skuTree is an empty array in special cases [#10390](https://github.com/youzan/vant/issues/10390) + +**Feature** + +- Dialog: support keyboard events [#10359](https://github.com/youzan/vant/issues/10359) + ### [v2.12.44](https://github.com/youzan/vant/compare/v2.12.43...v2.12.44) `2022-02-14` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index d4adcf232..6af70a2dd 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -22,6 +22,18 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v2.12.45](https://github.com/youzan/vant/compare/v2.12.44...v2.12.45) + +`2022-03-18` + +**Bug Fixes** + +- Sku: 修复特殊情况下 skuTree 为空数组时导致的语法报错问题 [#10390](https://github.com/youzan/vant/issues/10390) + +**Feature** + +- Dialog: 添加 entry/esc 键盘事件 [#10359](https://github.com/youzan/vant/issues/10359) + ### [v2.12.44](https://github.com/youzan/vant/compare/v2.12.43...v2.12.44) `2022-02-14`