docs(changelog): 2.3.0-beta.3

This commit is contained in:
陈嘉涵 2019-12-09 20:48:53 +08:00
parent 6af96aa580
commit 8bfb82b9c8
2 changed files with 22 additions and 0 deletions

View File

@ -1,5 +1,16 @@
# Changelog
### [v2.3.0-beta.3](https://github.com/youzan/vant/tree/v2.3.0-beta.3)
`2019-12-09`
**Bug Fixes**
- fix Sku should check state when reset [\#5231](https://github.com/youzan/vant/pull/5231)
- fix Switch incorrect size prop type [\#5229](https://github.com/youzan/vant/pull/5229)
- fix SubmitBar incorrect decimal when price is integer [\#5224](https://github.com/youzan/vant/pull/5224)
- fix AddressList incorrect tel when isDefault is 0 [\#5232](https://github.com/youzan/vant/pull/5232)
### [v2.3.0-beta.2](https://github.com/youzan/vant/tree/v2.3.0-beta.2)
`2019-12-06`

View File

@ -11,6 +11,17 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。
### [v2.3.0-beta.3](https://github.com/youzan/vant/tree/v2.3.0-beta.3)
`2019-12-09`
**Bug Fixes**
- 修复 Sku 重置时未校验数量的问题 [\#5231](https://github.com/youzan/vant/pull/5231)
- 修复 Switch size 属性未定义 Number 类型的问题 [\#5229](https://github.com/youzan/vant/pull/5229)
- 修复 SubmitBar 价格为整数时显示错误的问题 [\#5224](https://github.com/youzan/vant/pull/5224)
- 修复 AddressList isDefault 设置为 0 时显示错误的问题 [\#5232](https://github.com/youzan/vant/pull/5232)
### [v2.3.0-beta.2](https://github.com/youzan/vant/tree/v2.3.0-beta.2)
`2019-12-06`