Skip to content

Commit

Permalink
v 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bearyan committed Feb 8, 2017
1 parent ca23da5 commit 07d05db
Show file tree
Hide file tree
Showing 6 changed files with 263 additions and 154 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#### v1.1.0 (2017-02-09)

- 【增强】 日期选择器`datePicker`增加`corn`的用法,详情请看[文档](https://github.com/weui/weui.js/blob/master/docs/component/picker.md#datepickeroptions)
- 【增强】 `uploader`里的`file`增加stop API,以中断当前文件的上传
- 【增强】 `uploader`里的`file`增加status,以表示当前文件的状态:`ready`, `progress`, `success`, `fail`
- 【优化】 `picker`在回调中同时返回label和value
- 【优化】 `picker`支持PC的滑动,以适应PC微信
- 【优化】 `alert`/`confirm`/`dialog`支持return false后不关闭,以支持开发者后续更多的操作
- 【修复】 `hide`调用之后二次调用会报错的问题
- 【修复】 `form`在使用Vue.js后无法正常工作的问题
- 【修复】 example在上传之后预览不出现图片的问题


#### v1.0.0 (2016-12-26)

初始发布
Expand Down
Loading

0 comments on commit 07d05db

Please sign in to comment.