Updated ChangeLog 1.0.7 (markdown)

master
杨奕 2016-12-14 14:27:30 +08:00
parent d5528dcbf0
commit 917b2d3dfb
1 changed files with 8 additions and 0 deletions

@ -5,3 +5,11 @@
- 新增 Message 和 Notification 的 `iconClass``customClass` 属性,#1671 - 新增 Message 和 Notification 的 `iconClass``customClass` 属性,#1671
- 新增 Table 支持 empty slot#1737 - 新增 Table 支持 empty slot#1737
- 改进 InputNumber change 事件增加 old value 的参数 - 改进 InputNumber change 事件增加 old value 的参数
- Fixed DatePicker dropdown appears when hovering on the clear button
- Fixed DatePicker displays a wrong date when its initial value is null
- Added `row-contextmenu` event and `max-height` attribute for Table, #1663 #1674
- Added `customClass` attribute for MessageBox, #1707
- Added `iconClass` and `customClass` attributes for Message and Notification, #1671
- Added empty slot for Table, #1737
- Added old value as a second parameter in change event for InputNumber