mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs(changelog): 2.11.3
This commit is contained in:
parent
7e4ee73d25
commit
0f7d623f47
@ -16,6 +16,15 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v2.11.3](https://github.com/youzan/vant/compare/v2.11.2...v2.11.3)
|
||||
|
||||
`2020-12-18`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Sku: add disable-soldout-sku prop [#7759](https://github.com/youzan/vant/issues/7759)
|
||||
- Icon: add delete-o、sort、font、font-o、revoke icon [#7760](https://github.com/youzan/vant/issues/7760)
|
||||
|
||||
### [v2.11.2](https://github.com/youzan/vant/compare/v2.11.1...v2.11.2)
|
||||
|
||||
`2020-12-10`
|
||||
|
@ -16,6 +16,15 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v2.11.3](https://github.com/youzan/vant/compare/v2.11.2...v2.11.3)
|
||||
|
||||
`2020-12-18`
|
||||
|
||||
**Feature**
|
||||
|
||||
- Sku: 新增 disable-soldout-sku 属性 [#7759](https://github.com/youzan/vant/issues/7759)
|
||||
- Icon: 新增 delete-o、sort、font、font-o、revoke 图标 [#7760](https://github.com/youzan/vant/issues/7760)
|
||||
|
||||
### [v2.11.2](https://github.com/youzan/vant/compare/v2.11.1...v2.11.2)
|
||||
|
||||
`2020-12-10`
|
||||
|
@ -134,7 +134,7 @@ export default {
|
||||
| stepper-title | Quantity title | _string_ | `Quantity` |
|
||||
| custom-stepper-config | Custom stepper related config | _object_ | `{}` |
|
||||
| message-config | Message related config | _object_ | `{}` |
|
||||
| disable-soldout-sku | Whether to disable soldout sku | _boolean_ | `true` |
|
||||
| disable-soldout-sku `v2.11.3` | Whether to disable soldout sku | _boolean_ | `true` |
|
||||
| get-container | Return the mount node for sku | _string \| () => Element_ | - |
|
||||
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | _boolean_ | `true` |
|
||||
| start-sale-num `v2.3.0` | Minimum quantity | _number_ | `1` |
|
||||
|
@ -140,7 +140,7 @@ export default {
|
||||
| get-container | 指定挂载的节点,[用法示例](#/zh-CN/popup#zhi-ding-gua-zai-wei-zhi) | _string \| () => Element_ | - |
|
||||
| initial-sku | 默认选中的 sku,具体参考高级用法 | _object_ | `{}` |
|
||||
| show-soldout-sku | 是否展示售罄的 sku,默认展示并置灰 | _boolean_ | `true` |
|
||||
| disable-soldout-sku | 是否禁用售罄的 sku | _boolean_ | `true` |
|
||||
| disable-soldout-sku `v2.11.3` | 是否禁用售罄的 sku | _boolean_ | `true` |
|
||||
| safe-area-inset-bottom | 是否开启[底部安全区适配](#/zh-CN/advanced-usage#di-bu-an-quan-qu-gua-pei) | _boolean_ | `true` |
|
||||
| start-sale-num `v2.3.0` | 起售数量 | _number_ | `1` |
|
||||
| properties `v2.4.2` | 商品属性 | _array_ | - |
|
||||
|
Loading…
x
Reference in New Issue
Block a user