diff --git a/ChangeLog-1.2.8.md b/ChangeLog-1.2.8.md new file mode 100644 index 0000000..aebd55f --- /dev/null +++ b/ChangeLog-1.2.8.md @@ -0,0 +1,17 @@ +- 修复 Form 的 `resetFields` 会给表单项重新赋值的问题,#3840(by @pengchongfu) +- 新增 CheckboxGroup 的 `max` 和 `min` 属性,#3700(by @mdartic) +- 修复 DatePicker 在一些特定的日期会导致月份 +1 的问题,#3935 +- 新增 Message 的 `closeAll` 方法,#3966(by @pengchongfu) +- 新增 Slider 的 `format-tooltip` 属性,#3657(by @liyanlong) +- 修复内嵌于 Dialog 中的 Table 的筛选面板被遮挡的问题,#4023(by @liyanlong) +- 修复单选的 Select 在 Vue 2.2.x 下无法创建条目的问题,#3984 +- 修复某些断点下 `span` 为 0 的 Row 在其他断点下也会消失的问题,#4053 + +- Fixed `resetFields` of Form reassigning form items, #3840 (by @pengchongfu) +- Added `max` and `min` attributes for CheckboxGroup, #3700 (by @mdartic) +- Fixed DatePicker adding one to picked month in some specific days, #3935 +- Added `closeAll` method for Message, #3966 (by @pengchongfu) +- Added `format-tooltip` attribute for Slider, #3657 (by @liyanlong) +- Fixed filter panel of Table being when nested in a Dialog, #4023 (by @liyanlong) +- Fixed single Select unable to create new items in Vue 2.2.x, #3984 +- Fixed Row disappearing in all breakpoints if its `span` is set to 0 in some breakpoints, #4053 \ No newline at end of file