From 600e0357f5895eab5507d856d44e97e85c9ef7e2 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 17 Sep 2023 19:45:38 +0800 Subject: [PATCH] docs(changelog): vant@2.13.0 (#12294) --- docs/markdown/changelog.en-US.md | 29 +++++++++++++++++++++++++++++ docs/markdown/changelog.zh-CN.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/docs/markdown/changelog.en-US.md b/docs/markdown/changelog.en-US.md index b6a0b0cb1..ee15f37c3 100644 --- a/docs/markdown/changelog.en-US.md +++ b/docs/markdown/changelog.en-US.md @@ -16,6 +16,35 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/). ## Details +### [v2.13.0](https://github.com/vant-ui/vant/compare/v2.12.54...v2.13.0) + +`2023-09-17` + +**Feature** + +- Icon: rename the previous `records` icon to `records-o` +- Icon: rename the previous `contact` icon to `contact-o` +- Icon: rename the previous `discount` icon to `discount-o` +- Icon: rename the previous `completed` icon to `completed-o` +- Icon: rename the previous `description` icon to `description-o` +- Icon: rename the previous `cash-back-record` icon to `cash-back-record-o` +- Icon: add a filled `records` icon +- Icon: add a filled `contact` icon +- Icon: add a filled `discount` icon +- Icon: add a filled `completed` icon +- Icon: add a filled `description` icon +- Icon: add a filled `cash-back-record` icon +- Icon: add new `user` icon +- Icon: add new `notes` icon +- Icon: add new `newspaper` icon +- Icon: add new `list-switch` icon +- Icon: add new `list-switching` icon + +**Bug Fixes** + +- Picker: Fix the issue when scrolling the mouse wheel once but the element scrolls multiple times [#12290](https://github.com/vant-ui/vant/issues/12290) [#12290](https://github.com/vant-ui/vant/issues/12290) +- Icon: fix delete / delete-o icon + ### [v2.12.54](https://github.com/vant-ui/vant/compare/v2.12.53...v2.12.54) `2023-02-11` diff --git a/docs/markdown/changelog.zh-CN.md b/docs/markdown/changelog.zh-CN.md index 2a977cb5e..e44c51131 100644 --- a/docs/markdown/changelog.zh-CN.md +++ b/docs/markdown/changelog.zh-CN.md @@ -25,6 +25,35 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### [v2.13.0](https://github.com/vant-ui/vant/compare/v2.12.54...v2.13.0) + +`2023-09-17` + +**Feature** + +- Icon: 重命名线框风格的 `records` 图标为 `records-o` +- Icon: 重命名线框风格的 `contact` 图标为 `contact-o` +- Icon: 重命名线框风格的 `discount` 图标为 `discount-o` +- Icon: 重命名线框风格的 `completed` 图标为 `completed-o` +- Icon: 重命名线框风格的 `description` 图标为 `description-o` +- Icon: 重命名线框风格的 `cash-back-record` 图标为 `cash-back-record-o` +- Icon: 新增实底风格的 `records` 图标 +- Icon: 新增实底风格的 `contact` 图标 +- Icon: 新增实底风格的 `discount` 图标 +- Icon: 新增实底风格的 `completed` 图标 +- Icon: 新增实底风格的 `description` 图标 +- Icon: 新增实底风格的 `cash-back-record` 图标 +- Icon: 新增 `user` 图标 +- Icon: 新增 `notes` 图标 +- Icon: 新增 `newspaper` 图标 +- Icon: 新增 `list-switch` 图标 +- Icon: 新增 `list-switching` 图标 + +**Bug Fixes** + +- Picker: 修复滚轮操作时多次滚动的问题 [#12290](https://github.com/vant-ui/vant/issues/12290) [#12290](https://github.com/vant-ui/vant/issues/12290) +- Icon: 修复 delete / delete-o 图标 + ### [v2.12.54](https://github.com/vant-ui/vant/compare/v2.12.53...v2.12.54) `2023-02-11`