Changelog: update for 2.3.6 (#10823)

This commit is contained in:
杨奕 2018-04-21 16:48:34 +08:00 committed by GitHub
parent 9c058fbf7c
commit ffea411396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View File

@ -1,5 +1,13 @@
## Changelog
### 2.3.6
*2018-04-21*
- Fixed wrong behavior of Tree's `allow-drop` callback when `type` parameter is used, #10821
- Now you can properly enter keywords in filterable single Select in IE11, #10822
- Fixed single Select incorrectly triggering `blur` event after clicking an option, #10822
### 2.3.5
*2018-04-20*

View File

@ -1,5 +1,13 @@
## Changelog
### 2.3.6
*2018-04-21*
- Fixed wrong behavior of Tree's `allow-drop` callback when `type` parameter is used, #10821
- Now you can properly enter keywords in filterable single Select in IE11, #10822
- Fixed single Select incorrectly triggering `blur` event after clicking an option, #10822
### 2.3.5
*2018-04-20*

View File

@ -1,5 +1,13 @@
## 更新日志
### 2.3.6
*2018-04-21*
- 修复 Tree 的 `allow-drop` 回调在使用 `type` 参数后的错误行为,#10821
- 修复可搜索的单选 Select 在 IE11 中无法输入搜索关键词的问题,#10822
- 修复单选 Select 在使用鼠标选中某个选项后错误地触发 `blur` 事件的问题,#10822
### 2.3.5
*2018-04-20*