mirror of
https://github.com/youzan/vant.git
synced 2025-12-11 02:04:16 +08:00
Merge branch 'dev' into feature/vant_cli_2
This commit is contained in:
@@ -1,5 +1,31 @@
|
||||
# Changelog
|
||||
|
||||
### [v2.3.0-beta.2](https://github.com/youzan/vant/tree/v2.3.0-beta.2)
|
||||
`2019-12-06`
|
||||
|
||||
**Style**
|
||||
|
||||
Upgrading the style of business components:
|
||||
|
||||
- CouponList
|
||||
|
||||
**Features**
|
||||
|
||||
- CouponList: add show-count prop [\#5139](https://github.com/youzan/vant/pull/5139)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix Sku stepper value must be integer [\#5202](https://github.com/youzan/vant/pull/5202)
|
||||
- fix Sku stepper should not emit invalid num [\#5210](https://github.com/youzan/vant/pull/5210)
|
||||
- fix Card incorrect price font-family [\#5194](https://github.com/youzan/vant/pull/5194)
|
||||
- fix AddressList incorrect horizontal padding [\#5204](https://github.com/youzan/vant/pull/5204)
|
||||
- fix Picker should not submit form [\#5182](https://github.com/youzan/vant/pull/5182)
|
||||
- fix Stepper should not submit form [\#5183](https://github.com/youzan/vant/pull/5183)
|
||||
- fix ActionSheet should not submit form [\#5181](https://github.com/youzan/vant/pull/5181)
|
||||
- fix Uploader not trigger oversize event when upload same file [\#5177](https://github.com/youzan/vant/pull/5177)
|
||||
- fix less import issue [\#5157](https://github.com/youzan/vant/pull/5157)
|
||||
|
||||
|
||||
### [v2.3.0-beta.1](https://github.com/youzan/vant/tree/v2.3.0-beta.1)
|
||||
`2019-11-30`
|
||||
|
||||
@@ -19,11 +45,11 @@ Upgrading the style of business components:
|
||||
- Card: add price-top slot [\#5134](https://github.com/youzan/vant/pull/5134)
|
||||
- Circle: add stroke-linecap prop [\#5087](https://github.com/youzan/vant/pull/5087)
|
||||
- CountDown: support SS and S format [\#5154](https://github.com/youzan/vant/pull/5154)
|
||||
- Sku: add new startSaleNum prop [\#5105](https://github.com/youzan/vant/pull/5105)
|
||||
- Sku: add new start-sale-num prop [\#5105](https://github.com/youzan/vant/pull/5105)
|
||||
- SubmitBar: add text-align prop [\#5130](https://github.com/youzan/vant/pull/5130)
|
||||
- AddressList: add default-tag-text prop [\#5106](https://github.com/youzan/vant/pull/5106)
|
||||
- ContactList: add default-tag-text prop [\#5089](https://github.com/youzan/vant/pull/5089)
|
||||
- ContactCard: add show-set-default prop [\#5083](https://github.com/youzan/vant/pull/5083)
|
||||
- ContactCard: add show-set-default、set-default-label prop [\#5083](https://github.com/youzan/vant/pull/5083)
|
||||
- Toast: improve type definitions [\#5086](https://github.com/youzan/vant/pull/5086)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
@@ -11,6 +11,32 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
- 主版本号:发布时间不定,包含不兼容更新,预计下一个主版本会与 Vue 3.0 同期发布。
|
||||
|
||||
|
||||
### [v2.3.0-beta.2](https://github.com/youzan/vant/tree/v2.3.0-beta.2)
|
||||
`2019-12-06`
|
||||
|
||||
**Style**
|
||||
|
||||
升级以下业务组件的样式:
|
||||
|
||||
- CouponList
|
||||
|
||||
**Features**
|
||||
|
||||
- CouponList: 新增 show-count 属性 [\#5139](https://github.com/youzan/vant/pull/5139)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复 Sku 步进器可能输入小数的问题 [\#5202](https://github.com/youzan/vant/pull/5202)
|
||||
- 修复 Sku 步进器事件可能抛出小数的问题 [\#5210](https://github.com/youzan/vant/pull/5210)
|
||||
- 修复 Card 价格字体错误的问题 [\#5194](https://github.com/youzan/vant/pull/5194)
|
||||
- 修复 AddressList 左右边距错误的问题 [\#5204](https://github.com/youzan/vant/pull/5204)
|
||||
- 修复 Picker 按钮会提交表单的问题 [\#5182](https://github.com/youzan/vant/pull/5182)
|
||||
- 修复 Stepper 按钮会提交表单的问题 [\#5183](https://github.com/youzan/vant/pull/5183)
|
||||
- 修复 ActionSheet 按钮会提交表单的问题 [\#5181](https://github.com/youzan/vant/pull/5181)
|
||||
- 修复 Uploader 重复上传同张图片时不会触发 oversize 事件的问题 [\#5177](https://github.com/youzan/vant/pull/5177)
|
||||
- 修复主题定制时使用低版本 Less 会报错的问题 [\#5157](https://github.com/youzan/vant/pull/5157)
|
||||
|
||||
|
||||
### [v2.3.0-beta.1](https://github.com/youzan/vant/tree/v2.3.0-beta.1)
|
||||
`2019-11-30`
|
||||
|
||||
@@ -34,7 +60,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
- SubmitBar: 新增 text-align 属性 [\#5130](https://github.com/youzan/vant/pull/5130)
|
||||
- AddressList: 新增 default-tag-text 属性 [\#5106](https://github.com/youzan/vant/pull/5106)
|
||||
- ContactList: 新增 default-tag-text 属性 [\#5089](https://github.com/youzan/vant/pull/5089)
|
||||
- ContactCard: 新增 show-set-default 属性 [\#5083](https://github.com/youzan/vant/pull/5083)
|
||||
- ContactCard: 新增 show-set-default、set-default-label 属性 [\#5083](https://github.com/youzan/vant/pull/5083)
|
||||
- Toast: 完善 TS 类型定义 [\#5086](https://github.com/youzan/vant/pull/5086)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
Reference in New Issue
Block a user