Changelog: update for 1.3.1

pull/4728/head
Leopoldthecoder 2017-05-06 18:07:19 +08:00 committed by 杨奕
parent f2fee567b9
commit ce28e234b9
2 changed files with 17 additions and 0 deletions

View File

@ -1,5 +1,14 @@
## 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
*2017-05-05*

View File

@ -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
*2017-05-05*