docs(changelog): 2.5.9

This commit is contained in:
chenjiahan 2020-03-31 10:40:59 +08:00
parent 671d7b8071
commit 77269de3e7
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Changelog
### [v2.5.9-beta.0](https://github.com/youzan/vant/compare/v2.5.8...v2.5.9-beta.0)
### [v2.5.9](https://github.com/youzan/vant/compare/v2.5.8...v2.5.9)
`2020-03-28`
`2020-03-31`
**Feature**
@ -14,6 +14,7 @@
- NumberKeyboard: show-delete-key prop not work [#5935](https://github.com/youzan/vant/issues/5935)
- Toast: incorrect height in legacy devices [#5931](https://github.com/youzan/vant/issues/5931)
- Sticky: Fixed error when accessing the window during SSR [#5958](https://github.com/youzan/vant/issues/5958)
### [v2.5.8](https://github.com/youzan/vant/compare/v2.5.7...v2.5.8)

View File

@ -10,9 +10,9 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
- 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。
### [v2.5.9-beta.0](https://github.com/youzan/vant/compare/v2.5.8...v2.5.9-beta.0)
### [v2.5.9](https://github.com/youzan/vant/compare/v2.5.8...v2.5.9)
`2020-03-28`
`2020-03-31`
**Feature**
@ -24,6 +24,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
- NumberKeyboard: 修复 show-delete-key 属性不生效的问题 [#5935](https://github.com/youzan/vant/issues/5935)
- Toast: 修复在部分机型上高度错误的问题 [#5931](https://github.com/youzan/vant/issues/5931)
- Sticky: 修复 SSR 时访问 window 对象导致报错的问题 [#5958](https://github.com/youzan/vant/issues/5958)
### [v2.5.8](https://github.com/youzan/vant/compare/v2.5.7...v2.5.8)