docs(changelog): 2.6.1

This commit is contained in:
chenjiahan 2020-04-14 10:00:23 +08:00
parent b3a71bce08
commit 307dc01d50
2 changed files with 5 additions and 3 deletions

View File

@ -10,9 +10,9 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
- Minor versionreleased every one to two months, including backwards compatible features.
- Major versionincluding breaking changes and new features.
### [v2.6.1-beta.0](https://github.com/youzan/vant/compare/v2.6.0...v2.6.1-beta.0)
### [v2.6.1](https://github.com/youzan/vant/compare/v2.6.0...v2.6.1)
`2020-04-13`
`2020-04-14`
**Feature**
@ -21,6 +21,7 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
**Bug Fixes**
- sortChildren broke SSR [#6046](https://github.com/youzan/vant/issues/6046)
- Calendar: default-date should be today, close #6025 [#6025](https://github.com/youzan/vant/issues/6025) [#6028](https://github.com/youzan/vant/issues/6028)
### [v2.6.0](https://github.com/youzan/vant/compare/v2.5.9...v2.6.0)

View File

@ -10,7 +10,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
- 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。
### [v2.6.1-beta.0](https://github.com/youzan/vant/compare/v2.6.0...v2.6.1-beta.0)
### [v2.6.1](https://github.com/youzan/vant/compare/v2.6.0...v2.6.1)
`2020-04-13`
@ -22,6 +22,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
**Bug Fixes**
- Calendar: 修复 default-date 默认值为 min-date 而不是今天的问题 [#6025](https://github.com/youzan/vant/issues/6025) [#6028](https://github.com/youzan/vant/issues/6028)
- 修复部分组件在 SSR 时报错 `Cannot read property 'children' of null` 的问题 [#6046](https://github.com/youzan/vant/issues/6046)
### [v2.6.0](https://github.com/youzan/vant/compare/v2.5.9...v2.6.0)