mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
[changelog] 0.3.7
This commit is contained in:
parent
93d62eb623
commit
f713039d58
@ -1,5 +1,20 @@
|
|||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
### [0.3.7](https://github.com/youzan/vant-weapp/tree/v0.3.7)
|
||||||
|
`2018-10-08`
|
||||||
|
|
||||||
|
**Improvements**
|
||||||
|
|
||||||
|
- Button: 优化禁用状态样式 [\#702](https://github.com/youzan/vant-weapp/pull/702)
|
||||||
|
- Button: 新增 round 属性 [\#704](https://github.com/youzan/vant-weapp/pull/704)
|
||||||
|
- Card: 新增 tag 属性 [\#705](https://github.com/youzan/vant-weapp/pull/705)
|
||||||
|
- Card: 新增 link-type 属性 [\#706](https://github.com/youzan/vant-weapp/pull/706)
|
||||||
|
- Card: 新增 thumb-link 属性 [\#706](https://github.com/youzan/vant-weapp/pull/706)
|
||||||
|
- Checkbox: 支持在原生 form 组件内使用 [\#694](https://github.com/youzan/vant-weapp/pull/694)
|
||||||
|
- Radio: 支持在原生 form 组件内使用 [\#694](https://github.com/youzan/vant-weapp/pull/694)
|
||||||
|
- Tab:新增 z-index 属性 [\#695](https://github.com/youzan/vant-weapp/pull/695)
|
||||||
|
- NoticeBar: 优化样式 [\#699](https://github.com/youzan/vant-weapp/pull/699)
|
||||||
|
|
||||||
|
|
||||||
### [0.3.6](https://github.com/youzan/vant-weapp/tree/v0.3.6)
|
### [0.3.6](https://github.com/youzan/vant-weapp/tree/v0.3.6)
|
||||||
`2018-09-30`
|
`2018-09-30`
|
||||||
|
@ -110,3 +110,4 @@
|
|||||||
| 0.1.1 | feature | 新增 square 属性 |
|
| 0.1.1 | feature | 新增 square 属性 |
|
||||||
| 0.3.0 | bugfix | 修复在加载状态下仍然显示文字的问题 |
|
| 0.3.0 | bugfix | 修复在加载状态下仍然显示文字的问题 |
|
||||||
| 0.3.4 | feature | 新增 id 属性 |
|
| 0.3.4 | feature | 新增 id 属性 |
|
||||||
|
| 0.3.7 | feature | 新增 round 属性 |
|
||||||
|
@ -85,3 +85,6 @@
|
|||||||
| 0.0.1 | feature | 新增组件 |
|
| 0.0.1 | feature | 新增组件 |
|
||||||
| 0.3.0 | bugfix | 修复 currency 默认值不生效的问题 |
|
| 0.3.0 | bugfix | 修复 currency 默认值不生效的问题 |
|
||||||
| 0.3.3 | bugfix | 修复 centered 属性不生效的问题 |
|
| 0.3.3 | bugfix | 修复 centered 属性不生效的问题 |
|
||||||
|
| 0.3.7 | feature | 新增 tag 属性 |
|
||||||
|
| 0.3.7 | feature | 新增 link-type 属性 |
|
||||||
|
| 0.3.7 | feature | 新增 thumb-link 属性 |
|
||||||
|
@ -161,3 +161,4 @@ Page({
|
|||||||
| 0.3.3 | feature | 新增 border 属性 |
|
| 0.3.3 | feature | 新增 border 属性 |
|
||||||
| 0.3.3 | feature | 支持传入外部样式类 |
|
| 0.3.3 | feature | 支持传入外部样式类 |
|
||||||
| 0.3.5 | bugfix | 修复 active 属性默认值错误的问题 |
|
| 0.3.5 | bugfix | 修复 active 属性默认值错误的问题 |
|
||||||
|
| 0.3.7 | feature | 新增 z-index 属性 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user