mirror of https://github.com/ElemeFE/element
Changelog: update for 1.0.5
parent
67a009b7a7
commit
2b3e48f82f
|
@ -1,5 +1,17 @@
|
||||||
## Changelog
|
## 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
|
### 1.0.4
|
||||||
|
|
||||||
*2016-12-02*
|
*2016-12-02*
|
||||||
|
|
|
@ -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
|
### 1.0.4
|
||||||
*2016-12-02*
|
*2016-12-02*
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,7 @@ English documentation is brought to you by SwiftGG Translation Team. Our special
|
||||||
- [曾小涛](https://github.com/zengxiaotao)
|
- [曾小涛](https://github.com/zengxiaotao)
|
||||||
- [湾仔王二](https://github.com/wanzaiwanger)
|
- [湾仔王二](https://github.com/wanzaiwanger)
|
||||||
- [BlooDLine](http://www.ibloodline.com/)
|
- [BlooDLine](http://www.ibloodline.com/)
|
||||||
- [陈铭嘉](https://chenmingjia.github.io/)
|
- [陈铭嘉](https://chenmingjia.github.io/)
|
||||||
- [千叶知风](http://mpc6.com/)
|
- [千叶知风](http://mpc6.com/)
|
||||||
- [梁杰](http://numbbbbb.com)
|
- [梁杰](http://numbbbbb.com)
|
||||||
- [Changing](https://github.com/sunzhuo11)
|
- [Changing](https://github.com/sunzhuo11)
|
||||||
|
|
Loading…
Reference in New Issue