mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 0.11.3
This commit is contained in:
parent
d6867fd312
commit
71daddd28d
@ -1,11 +1,24 @@
|
||||
## Changelog
|
||||
|
||||
### [0.11.3](https://github.com/youzan/vant/tree/v0.11.3)
|
||||
`2017-11-28`
|
||||
|
||||
**Breaking changes**
|
||||
- NavBar: rename click event, change 'clickLeft' to 'click-left' [\#354](https://github.com/youzan/vant/pull/354) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Improvements**
|
||||
- CellSwipe: add onClose prop, support async controll [\#356](https://github.com/youzan/vant/pull/356) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Uploader: support inherit attrs [\#357](https://github.com/youzan/vant/pull/357) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- optimize local compile speed [\#355](https://github.com/youzan/vant/pull/355) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.11.2](https://github.com/youzan/vant/tree/v0.11.2)
|
||||
`2017-11-24`
|
||||
|
||||
**Improvements**
|
||||
- Icon: add seven new icons [\#351](https://github.com/youzan/vant/pull/351) [@w91](https://github.com/w91)
|
||||
|
||||
|
||||
### [0.11.1](https://github.com/youzan/vant/tree/v0.11.1)
|
||||
`2017-11-24`
|
||||
|
||||
|
@ -1,5 +1,20 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.11.3](https://github.com/youzan/vant/tree/v0.11.3) (2017-11-28)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.2...v0.11.3)
|
||||
|
||||
**Issue**
|
||||
|
||||
- 希望把购物车的业务组件和订单结算的业务组件弄上就完美了 [\#358](https://github.com/youzan/vant/issues/358)
|
||||
- NavBar怎么获取左侧文案和右侧文案的单击事件??? [\#353](https://github.com/youzan/vant/issues/353)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[new feature\] Uploader support inherit attrs [\#357](https://github.com/youzan/vant/pull/357) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[new feature\] CellSwipe support async controll [\#356](https://github.com/youzan/vant/pull/356) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] optimize build speed [\#355](https://github.com/youzan/vant/pull/355) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bugfix\] NavBar click event [\#354](https://github.com/youzan/vant/pull/354) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.11.2](https://github.com/youzan/vant/tree/v0.11.2) (2017-11-24)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.1...v0.11.2)
|
||||
|
||||
|
@ -1,5 +1,17 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.11.3](https://github.com/youzan/vant/tree/v0.11.3)
|
||||
`2017-11-28`
|
||||
|
||||
**Breaking changes**
|
||||
- NavBar: 规范事件命名, 由 'clickLeft' 改为 'click-left' [\#354](https://github.com/youzan/vant/pull/354) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Improvements**
|
||||
- CellSwipe: 新增 onClose 属性,支持异步控制 [\#356](https://github.com/youzan/vant/pull/356) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Uploader: 支持继承原生属性 [\#357](https://github.com/youzan/vant/pull/357) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 优化本地构建速度 [\#355](https://github.com/youzan/vant/pull/355) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [0.11.2](https://github.com/youzan/vant/tree/v0.11.2)
|
||||
`2017-11-24`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user