docs(changelog): 3.4.6

This commit is contained in:
chenjiahan 2022-03-13 16:26:03 +08:00
parent 1cfa46e921
commit 0dc490c9bc
2 changed files with 34 additions and 0 deletions

View File

@ -19,6 +19,23 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v3.4.6](https://github.com/youzan/vant/compare/v3.4.5...v3.4.6)
`2022-03-13`
**Feature**
- Style: add van-safe-area-top class [#10356](https://github.com/youzan/vant/issues/10356)
- Calendar: add safe-area-inset-top prop [#10358](https://github.com/youzan/vant/issues/10358)
- Popup: add safe-area-inset-top prop [#10357](https://github.com/youzan/vant/issues/10357)
**Bug Fixes**
- Skeleton: fix non-props attributes warning [#10384](https://github.com/youzan/vant/issues/10384)
- SwipeCell: cell should stopPropagation when lockClick is true [#10319](https://github.com/youzan/vant/issues/10319)
- Toast: failed to render message after changing type [#10311](https://github.com/youzan/vant/issues/10311)
- fix missing VisibilityState after typescript 4.6.0 [#10370](https://github.com/youzan/vant/issues/10370)
### [v3.4.5](https://github.com/compare/v3.4.3...v3.4.5)
`2022-02-14`

View File

@ -19,6 +19,23 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v3.4.6](https://github.com/youzan/vant/compare/v3.4.5...v3.4.6)
`2022-03-13`
**Feature**
- Style: 新增 van-safe-area-top 样式类 [#10356](https://github.com/youzan/vant/issues/10356)
- Calendar: 新增 safe-area-inset-top 属性 [#10358](https://github.com/youzan/vant/issues/10358)
- Popup: 新增 safe-area-inset-top 属性 [#10357](https://github.com/youzan/vant/issues/10357)
**Bug Fixes**
- Skeleton: 修复个别情况下出现 non-props attributes warning 的问题 [#10384](https://github.com/youzan/vant/issues/10384)
- SwipeCell: 修复阻止滑动事件冒泡无效的问题 [#10319](https://github.com/youzan/vant/issues/10319)
- Toast: 修复切换 type 时 message 不显示的问题 [#10311](https://github.com/youzan/vant/issues/10311)
- 修复提示 VisibilityState 类型不存在的问题 [#10370](https://github.com/youzan/vant/issues/10370)
### [v3.4.5](https://github.com/compare/v3.4.3...v3.4.5)
`2022-02-14`