[changelog] 0.3.6

This commit is contained in:
陈嘉涵 2018-09-30 10:46:33 +08:00
parent 5fbc1bfb02
commit c1be15ecb6
3 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,18 @@
## 更新日志
### [0.3.6](https://github.com/youzan/vant-weapp/tree/v0.3.6)
`2018-09-30`
**Improvements**
- Icon: 新增 custom-style 属性 [\#677](https://github.com/youzan/vant-weapp/pull/677)
- Field: 新增 placeholder-style 属性 [\#678](https://github.com/youzan/vant-weapp/pull/678)
**Bug Fixes**
- 修复 Field readonly 属性不生效的问题 [\#679](https://github.com/youzan/vant-weapp/pull/679)
### [0.3.5](https://github.com/youzan/vant-weapp/tree/v0.3.5)
`2018-09-29`

View File

@ -201,3 +201,5 @@ Page({
| 0.3.2 | bugfix | 修复展示清除按钮时导致输入框高度变化的问题 |
| 0.3.3 | bugfix | 修复边框长度溢出的问题 |
| 0.3.3 | bugfix | 修复 input-align 属性不生效的问题 |
| 0.3.6 | bugfix | 修复 readonly 属性不生效的问题 |
| 0.3.6 | feature | 新增 placeholder-style 属性 |

View File

@ -48,3 +48,4 @@
|-----------|-----------|-----------|
| 0.0.1 | feature | 新增组件 |
| 0.2.1 | feature | 新增 class-prefix 属性 |
| 0.3.6 | feature | 新增 custom-style 属性 |