[changelog] 0.11.14

This commit is contained in:
陈嘉涵 2017-12-21 20:18:56 +08:00
parent d77ce80f72
commit e54fa68638
3 changed files with 41 additions and 0 deletions

View File

@ -1,5 +1,16 @@
## Changelog ## Changelog
### [0.11.14](https://github.com/youzan/vant/tree/v0.11.14)
`2017-12-21`
**Improvements**
- NumberKeyboard: add hideOnClickOutside & closeButtonText props [\#458](https://github.com/youzan/vant/pull/458) [@chenjiahan](https://github.com/chenjiahan)
- Area: optimize performance [\#457](https://github.com/youzan/vant/pull/457) [@chenjiahan](https://github.com/chenjiahan)
- auto run eslint before build dist [\#455](https://github.com/youzan/vant/pull/455) [\#453](https://github.com/youzan/vant/pull/453) [@chenjiahan](https://github.com/chenjiahan)
**Bug Fixes**
- fix cell arrow style error [@chenjiahan](https://github.com/chenjiahan)
### [0.11.13](https://github.com/youzan/vant/tree/v0.11.13) ### [0.11.13](https://github.com/youzan/vant/tree/v0.11.13)
`2017-12-19` `2017-12-19`

View File

@ -1,5 +1,23 @@
## 更新日志 ## 更新日志
## [v0.11.14](https://github.com/youzan/vant/tree/v0.11.14) (2017-12-21)
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.13...v0.11.14)
**Issue**
- 最新版本的cell箭头错位 [\#459](https://github.com/youzan/vant/issues/459)
- 请问一下CellSwipe组件的回调函数怎么传入当前cell的业务数据 [\#454](https://github.com/youzan/vant/issues/454)
- GoodsAction 组件, 当有三个mini-btn和两个big-btn的时候,big-btn文字显示不全 [\#442](https://github.com/youzan/vant/issues/442)
- search的获取焦点以及失去焦点事件 [\#441](https://github.com/youzan/vant/issues/441)
- 在IOS环境下 Area插件只能滑动一次 [\#430](https://github.com/youzan/vant/issues/430)
**Improvements**
- \[new feature\] NumberKeyboard: add hideOnClickOutside & closeButtonText props [\#458](https://github.com/youzan/vant/pull/458) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] optimize area performance [\#457](https://github.com/youzan/vant/pull/457) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] eslint before build [\#455](https://github.com/youzan/vant/pull/455) ([chenjiahan](https://github.com/chenjiahan))
- \[Improvement\] remove unused dependencies & fix eslint [\#453](https://github.com/youzan/vant/pull/453) ([chenjiahan](https://github.com/chenjiahan))
## [v0.11.13](https://github.com/youzan/vant/tree/v0.11.13) (2017-12-19) ## [v0.11.13](https://github.com/youzan/vant/tree/v0.11.13) (2017-12-19)
[Full Changelog](https://github.com/youzan/vant/compare/v0.11.12...v0.11.13) [Full Changelog](https://github.com/youzan/vant/compare/v0.11.12...v0.11.13)

View File

@ -1,5 +1,17 @@
## 更新日志 ## 更新日志
### [0.11.14](https://github.com/youzan/vant/tree/v0.11.14)
`2017-12-21`
**Improvements**
- NumberKeyboard: 新增 hideOnClickOutside & closeButtonText 属性 [\#458](https://github.com/youzan/vant/pull/458) [@chenjiahan](https://github.com/chenjiahan)
- Area: 优化性能 [\#457](https://github.com/youzan/vant/pull/457) [@chenjiahan](https://github.com/chenjiahan)
- 优化代码格式检查命令 [\#455](https://github.com/youzan/vant/pull/455) [\#453](https://github.com/youzan/vant/pull/453) [@chenjiahan](https://github.com/chenjiahan)
**Bug Fixes**
- 修复全局引入样式时 Cell 箭头错位的问题 [@chenjiahan](https://github.com/chenjiahan)
### [0.11.13](https://github.com/youzan/vant/tree/v0.11.13) ### [0.11.13](https://github.com/youzan/vant/tree/v0.11.13)
`2017-12-19` `2017-12-19`