[changelog] 1.3.6

This commit is contained in:
陈嘉涵 2018-10-11 20:26:07 +08:00
parent f7b97edfcc
commit 8aee2f12cd
3 changed files with 25 additions and 0 deletions

View File

@ -1,5 +1,17 @@
## Changelog
### [1.3.6](https://github.com/youzan/vant/tree/v1.3.6)
`2018-10-11`
**Improvements**
- Card: add origin-price prop [\#1916](https://github.com/youzan/vant/pull/1916)
**Bug Fixes**
- fix Toast tap highlight color when unclickable [\#1914](https://github.com/youzan/vant/pull/1914)
### [1.3.5](https://github.com/youzan/vant/tree/v1.3.5)
`2018-10-10`

View File

@ -1,5 +1,17 @@
## 更新日志
### [1.3.6](https://github.com/youzan/vant/tree/v1.3.6)
`2018-10-11`
**Improvements**
- Card: 新增 origin-price 属性,优化内部结构 [\#1916](https://github.com/youzan/vant/pull/1916)
**Bug Fixes**
- 修复 Toast 设置 forbidClick 后出现点击高亮背景色的问题 [\#1914](https://github.com/youzan/vant/pull/1914)
### [1.3.5](https://github.com/youzan/vant/tree/v1.3.5)
`2018-10-10`

View File

@ -72,3 +72,4 @@ Vue.use(Card);
|-----------|-----------|-----------|
| 1.3.4 | feature | 新增 thumb-link 属性 |
| 1.3.4 | feature | 新增 tag 属性 |
| 1.3.6 | feature | 新增 origin-price 属性 |