mirror of https://github.com/ElemeFE/element
Changelog: update for 1.3.1
parent
f2fee567b9
commit
ce28e234b9
|
@ -1,5 +1,14 @@
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
### 1.3.1
|
||||||
|
|
||||||
|
*2017-05-06*
|
||||||
|
|
||||||
|
- Fixed Autocomplete clearing input box when typing Chinese, #4718
|
||||||
|
- Fixed async Table's summary row not scroll with Table, #4717
|
||||||
|
- Fixed Dialog not closing correctly after pressing ESC when `close-on-press-esc` is true, #4706
|
||||||
|
- Fixed wrong parameter in `change` event of Switch when `on-value` and `off-value` are assigned, #4675
|
||||||
|
|
||||||
### 1.3.0 Beryllium
|
### 1.3.0 Beryllium
|
||||||
|
|
||||||
*2017-05-05*
|
*2017-05-05*
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
### 1.3.1
|
||||||
|
*2017-05-06*
|
||||||
|
|
||||||
|
- 修复 Autocomplete 输入中文时会清空输入框的问题,#4718
|
||||||
|
- 修复异步获取数据的 Table 的合计行不随表格其余部分滚动的问题,#4717
|
||||||
|
- 修复 `close-on-press-esc` 为 true 的 Dialog 在按下 ESC 时无法正确关闭的问题,#4706
|
||||||
|
- 修复设置了 `on-value` 和 `off-value` 的 Switch `change` 事件参数不正确的问题,#4675
|
||||||
|
|
||||||
### 1.3.0 Beryllium
|
### 1.3.0 Beryllium
|
||||||
*2017-05-05*
|
*2017-05-05*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue