Skip to content

Commit

Permalink
Changelog: update for 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Dec 6, 2016
1 parent 67a009b commit 2b3e48f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Changelog

### 1.0.5

*2016-12-06*

- Fixed Select with async options and binding value displaying value instead of label, #1537
- Fixed Select reports an error when initial binding value is an empty object, #1533
- Fixed remote filtering Select not showing dropdown in some conditions, #1531
- Fixed Slider sometimes drifting a small distance after releasing dragging, #1546
- Fixed Steps style in IE9, #1543
- Added Upload generating URL for all file types, #1530
- Fixed TimeSelect style, removed flexbox, #1335

### 1.0.4

*2016-12-02*
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## 更新日志

### 1.0.5
*2016-12-06*

- 修复 Select 异步获取选项和绑定值时,输入框中显示 value 而不是 label 的问题,#1537
- 修复 Select 的初始值为一个空对象时会报错的问题,#1533
- 修复 Select 远程搜索有时不显示下拉框的问题,#1531
- 修复 Slider 拖动释放后,滑块有几率产生一小段位移的问题,#1546
- 修复 IE9 下 Steps 的样式问题,#1543
- 新增 Upload 对所有文件类型生成 URL 的功能,#1530
- 修复 TimeSelect 的样式,移除 flexbox, #1335

### 1.0.4
*2016-12-02*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ English documentation is brought to you by SwiftGG Translation Team. Our special
- [曾小涛](https://github.com/zengxiaotao)
- [湾仔王二](https://github.com/wanzaiwanger)
- [BlooDLine](http://www.ibloodline.com/)
- [陈铭嘉](https://chenmingjia.github.io/)
- [陈铭嘉](https://chenmingjia.github.io/)
- [千叶知风](http://mpc6.com/)
- [梁杰](http://numbbbbb.com)
- [Changing](https://github.com/sunzhuo11)
Expand Down

0 comments on commit 2b3e48f

Please sign in to comment.