docs(changelog): vant@2.13.0 (#12294)

This commit is contained in:
neverland 2023-09-17 19:45:38 +08:00 committed by GitHub
parent 3ec8d70bbf
commit 600e0357f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 58 additions and 0 deletions

View File

@ -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`

View File

@ -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`