docs(changelog): 2.3.0-beta.4

This commit is contained in:
陈嘉涵 2019-12-13 17:53:59 +08:00
parent 859e732753
commit a7535cc948
2 changed files with 28 additions and 0 deletions

View File

@ -1,5 +1,19 @@
# Changelog
### [v2.3.0-beta.4](https://github.com/youzan/vant/tree/v2.3.0-beta.4)
`2019-12-13`
**Features**
- use @vant/cli to build pacakge
**Bug Fixes**
- fix Icon medal typo [\#5242](https://github.com/youzan/vant/pull/5242)
- fix Dialog show not trigger close event when hidden [\#5267](https://github.com/youzan/vant/pull/5267)
- fix Stepper should format value when max、min changed [\#5257](https://github.com/youzan/vant/pull/5257)
### [v2.3.0-beta.3](https://github.com/youzan/vant/tree/v2.3.0-beta.3)
`2019-12-09`

View File

@ -11,6 +11,20 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。
### [v2.3.0-beta.4](https://github.com/youzan/vant/tree/v2.3.0-beta.4)
`2019-12-13`
**Features**
- 构建流程升级,采用 @vant/cli 进行构建
**Bug Fixes**
- 修复 Icon medal 图标名称拼写错误的问题 [\#5242](https://github.com/youzan/vant/pull/5242)
- 修复 Dialog 快速点击按钮时可能重复触发 before-close 的问题 [\#5267](https://github.com/youzan/vant/pull/5267)
- 修复 Stepper 在 max、min 属性变化时未更新输入框值的问题 [\#5257](https://github.com/youzan/vant/pull/5257)
### [v2.3.0-beta.3](https://github.com/youzan/vant/tree/v2.3.0-beta.3)
`2019-12-09`