mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 0.12.4
This commit is contained in:
parent
439899018c
commit
1c1fb7342b
@ -1,5 +1,19 @@
|
||||
## Changelog
|
||||
|
||||
### [0.12.4](https://github.com/youzan/vant/tree/v0.12.4)
|
||||
`2018-01-18`
|
||||
|
||||
**Improvements**
|
||||
|
||||
* Picker: add props to custom button text [\#548](https://github.com/youzan/vant/pull/548) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Toast: add setDefaultOptions method [\#541](https://github.com/youzan/vant/pull/541) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Dialog: add setDefaultOptions method [\#539](https://github.com/youzan/vant/pull/539) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* Stepper: not fire event on changing the value prop [\#546](https://github.com/youzan/vant/pull/546) [@chuangbo](https://github.com/chuangbo)
|
||||
* Picker: fix misspelling of visibleItemCount prop [\#549](https://github.com/youzan/vant/pull/549) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.12.3](https://github.com/youzan/vant/tree/v0.12.3)
|
||||
|
||||
`2018-01-12`
|
||||
|
@ -1,5 +1,28 @@
|
||||
## 更新日志
|
||||
|
||||
## [v0.12.4](https://github.com/youzan/vant/tree/v0.12.4) (2018-01-18)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.12.3...v0.12.4)
|
||||
|
||||
**Issue**
|
||||
|
||||
- \[Stepper\]: should not fire the events on changing the value prop [\#545](https://github.com/youzan/vant/issues/545)
|
||||
- 有关vant导入所有组件用法示例异常 [\#543](https://github.com/youzan/vant/issues/543)
|
||||
- 密码输入框组件与数字键盘组件报错 [\#542](https://github.com/youzan/vant/issues/542)
|
||||
- ImagePreview 组件文档 [\#540](https://github.com/youzan/vant/issues/540)
|
||||
- 官网文档 Button组件API "disabled" 拼写错误 [\#536](https://github.com/youzan/vant/issues/536)
|
||||
- TabBar切换颜色没有加深 [\#535](https://github.com/youzan/vant/issues/535)
|
||||
- 问一个swipe的问题?为什么写了img 写上了v-lazy 没效果 [\#534](https://github.com/youzan/vant/issues/534)
|
||||
- checkbox的全选取消的问题 [\#533](https://github.com/youzan/vant/issues/533)
|
||||
|
||||
**Improvements**
|
||||
|
||||
- \[bugfix\] Picker: misspelling of visibleItemCount [\#549](https://github.com/youzan/vant/pull/549) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] Picker: add props to custom button text [\#548](https://github.com/youzan/vant/pull/548) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[bug fix\] Stepper: not fire event on changing the value prop [\#546](https://github.com/youzan/vant/pull/546) ([chuangbo](https://github.com/chuangbo))
|
||||
- \[Doc\] fix misspelling of NumberKeyboard [\#544](https://github.com/youzan/vant/pull/544) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] Toast: add setDefaultOptions method [\#541](https://github.com/youzan/vant/pull/541) ([chenjiahan](https://github.com/chenjiahan))
|
||||
- \[Improvement\] Dialog: add setDefaultOptions method [\#539](https://github.com/youzan/vant/pull/539) ([chenjiahan](https://github.com/chenjiahan))
|
||||
|
||||
## [v0.12.3](https://github.com/youzan/vant/tree/v0.12.3) (2018-01-12)
|
||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.12.2...v0.12.3)
|
||||
|
||||
|
@ -1,5 +1,19 @@
|
||||
## 更新日志
|
||||
|
||||
### [0.12.4](https://github.com/youzan/vant/tree/v0.12.4)
|
||||
`2018-01-18`
|
||||
|
||||
**Improvements**
|
||||
|
||||
* Picker: 新增 confirmButtonText、cancelButtonText 属性 [\#548](https://github.com/youzan/vant/pull/548) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Toast: 新增 setDefaultOptions 方法 [\#541](https://github.com/youzan/vant/pull/541) [@chenjiahan](https://github.com/chenjiahan)
|
||||
* Dialog: 新增 setDefaultOptions 方法 [\#539](https://github.com/youzan/vant/pull/539) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* Stepper: 修改 value 值时不触发 change 事件 [\#546](https://github.com/youzan/vant/pull/546) [@chuangbo](https://github.com/chuangbo)
|
||||
* Picker: 修复 visibleItemCount 属性拼写错误 [\#549](https://github.com/youzan/vant/pull/549) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
### [0.12.3](https://github.com/youzan/vant/tree/v0.12.3)
|
||||
|
||||
`2018-01-12`
|
||||
|
Loading…
x
Reference in New Issue
Block a user