mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(changelog): vant@4.7.2 (#12367)
This commit is contained in:
parent
00c47cc8d2
commit
20c3e52824
@ -19,6 +19,32 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### v4.7.2
|
||||
|
||||
`2023-10-15`
|
||||
|
||||
#### New Features 🎉
|
||||
|
||||
- feat(Icon): add font-family css var by [@JeremyFan](https://github.com/JeremyFan) in [#12354](https://github.com/youzan/vant/pull/12354)
|
||||
- feat(ImagePreview): add doubleScale option by [@coderXMin](https://github.com/coderXMin) in [#12360](https://github.com/youzan/vant/pull/12360)
|
||||
|
||||
#### Bug Fixes 🐞
|
||||
|
||||
- fix(Icons): compatible with the browser range of Vant 2 by [@chenjiahan](https://github.com/chenjiahan) in [#12356](https://github.com/youzan/vant/pull/12356)
|
||||
- fix(Uploader): multiple reupload only choose one & cancel chose problem by [@zhousg](https://github.com/zhousg) in [#12359](https://github.com/youzan/vant/pull/12359)
|
||||
|
||||
#### Other Changes
|
||||
|
||||
- refactor(Signature): avoid setting the canvas width and height in the next tick by [@inottn](https://github.com/inottn) in [#12347](https://github.com/youzan/vant/pull/12347)
|
||||
- refactor(Signature): use scale method to enhance clarity by [@inottn](https://github.com/inottn) in [#12363](https://github.com/youzan/vant/pull/12363)
|
||||
- chore(deps): bump rslog v1.1.0 by [@chenjiahan](https://github.com/chenjiahan) in [#12364](https://github.com/youzan/vant/pull/12364)
|
||||
- chore(cli): merge greet logs by [@chenjiahan](https://github.com/chenjiahan) in [#12365](https://github.com/youzan/vant/pull/12365)
|
||||
- chore(ImagePreview): rename doubleScale and add test case by [@chenjiahan](https://github.com/chenjiahan) in [#12366](https://github.com/youzan/vant/pull/12366)
|
||||
|
||||
#### New Contributors
|
||||
|
||||
- [@coderXMin](https://github.com/coderXMin) made their first contribution in [#12360](https://github.com/youzan/vant/pull/12360)
|
||||
|
||||
### v4.7.1
|
||||
|
||||
`2023-10-06`
|
||||
|
@ -19,6 +19,32 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### v4.7.2
|
||||
|
||||
`2023-10-15`
|
||||
|
||||
#### 新功能 🎉
|
||||
|
||||
- feat(Icon): 添加 font-family CSS 变量,由 [@JeremyFan](https://github.com/JeremyFan) 在 [#12354](https://github.com/youzan/vant/pull/12354) 中贡献
|
||||
- feat(ImagePreview): 添加 doubleScale 选项,由 [@coderXMin](https://github.com/coderXMin) 在 [#12360](https://github.com/youzan/vant/pull/12360) 中贡献
|
||||
|
||||
#### Bug 修复 🐞
|
||||
|
||||
- fix(Icons): 使图标与 Vant 2 的浏览器范围兼容,由 [@chenjiahan](https://github.com/chenjiahan) 在 [#12356](https://github.com/youzan/vant/pull/12356) 中贡献
|
||||
- fix(Uploader): 修复了多次重新上传只选择一个以及取消选择的问题,由 [@zhousg](https://github.com/zhousg) 在 [#12359](https://github.com/youzan/vant/pull/12359) 中贡献
|
||||
|
||||
#### 其他更改
|
||||
|
||||
- refactor(Signature): 避免在下一个 tick 中设置 canvas 的宽度和高度,由 [@inottn](https://github.com/inottn) 在 [#12347](https://github.com/youzan/vant/pull/12347) 中贡献
|
||||
- refactor(Signature): 使用 scale 方法提高清晰度,由 [@inottn](https://github.com/inottn) 在 [#12363](https://github.com/youzan/vant/pull/12363) 中贡献
|
||||
- chore(deps): 将 rslog 版本提升至 v1.1.0,由 [@chenjiahan](https://github.com/chenjiahan) 在 [#12364](https://github.com/youzan/vant/pull/12364) 中贡献
|
||||
- chore(cli): 合并欢迎日志,由 [@chenjiahan](https://github.com/chenjiahan) 在 [#12365](https://github.com/youzan/vant/pull/12365) 中贡献
|
||||
- chore(ImagePreview): 重命名 doubleScale 并添加测试用例,由 [@chenjiahan](https://github.com/chenjiahan) 在 [#12366](https://github.com/youzan/vant/pull/12366) 中贡献
|
||||
|
||||
#### 新贡献者
|
||||
|
||||
- [@coderXMin](https://github.com/coderXMin) 在 [#12360](https://github.com/youzan/vant/pull/12360) 中进行了他的首次贡献
|
||||
|
||||
### v4.7.1
|
||||
|
||||
`2023-10-06`
|
||||
|
Loading…
x
Reference in New Issue
Block a user