diff --git a/ChangeLog-1.0.7.md b/ChangeLog-1.0.7.md index 964af7e..b7f75a6 100644 --- a/ChangeLog-1.0.7.md +++ b/ChangeLog-1.0.7.md @@ -5,3 +5,11 @@ - 新增 Message 和 Notification 的 `iconClass` 和 `customClass` 属性,#1671 - 新增 Table 支持 empty slot,#1737 - 改进 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