docs(changelog): 2.9.2-beta.0

This commit is contained in:
chenjiahan 2020-07-14 16:33:42 +08:00
parent 006c30877e
commit fd72be297f
2 changed files with 26 additions and 0 deletions

View File

@ -10,6 +10,19 @@ 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.9.2-beta.0](https://github.com/youzan/vant/compare/v2.9.1...v2.9.2-beta.0)
`2020-07-14`
**Feature**
- DatetimePicker: add columns-order prop [#6672](https://github.com/youzan/vant/issues/6672) [#6768](https://github.com/youzan/vant/issues/6768)
- Calendar: add firstDayOfWeek prop [#6468](https://github.com/youzan/vant/issues/6468)
**Bug Fixes**
- Sku: fix label color [#6771](https://github.com/youzan/vant/issues/6771)
### [v2.9.1](https://github.com/youzan/vant/compare/v2.9.0...v2.9.1)
`2020-07-12`

View File

@ -10,6 +10,19 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
- 次版本号:每隔一至二个月发布,包含新特性和较大的功能更新,向下兼容。
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。
### [v2.9.2-beta.0](https://github.com/youzan/vant/compare/v2.9.1...v2.9.2-beta.0)
`2020-07-14`
**Feature**
- DatetimePicker: 新增 columns-order 属性 [#6672](https://github.com/youzan/vant/issues/6672) [#6768](https://github.com/youzan/vant/issues/6768)
- Calendar: 新增 firstDayOfWeek 属性 [#6468](https://github.com/youzan/vant/issues/6468)
**Bug Fixes**
- Sku: 修复留言区域 label 颜色不一致的问题 [#6771](https://github.com/youzan/vant/issues/6771)
### [v2.9.1](https://github.com/youzan/vant/compare/v2.9.0...v2.9.1)
`2020-07-12`