Created ChangeLog 1.2.8 (markdown)

master
杨奕 2017-04-07 18:17:32 +08:00
parent 83eac7d930
commit 56984d4c6a
1 changed files with 17 additions and 0 deletions

17
ChangeLog-1.2.8.md Normal file

@ -0,0 +1,17 @@
- 修复 Form 的 `resetFields` 会给表单项重新赋值的问题,#3840by @pengchongfu
- 新增 CheckboxGroup 的 `max``min` 属性,#3700by @mdartic
- 修复 DatePicker 在一些特定的日期会导致月份 +1 的问题,#3935
- 新增 Message 的 `closeAll` 方法,#3966by @pengchongfu
- 新增 Slider 的 `format-tooltip` 属性,#3657by @liyanlong
- 修复内嵌于 Dialog 中的 Table 的筛选面板被遮挡的问题,#4023by @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