Popper: workaround for #3952 (#4062)

* Popper: workaround for #3952

* Changelog: update for 1.2.8
This commit is contained in:
杨奕
2017-04-07 18:36:24 +08:00
committed by baiyaaaaa
parent 24cd59ff7f
commit 6287da4ac3
9 changed files with 48 additions and 17 deletions

View File

@@ -1,5 +1,18 @@
## Changelog
### 1.2.8
*2017-04-07*
- 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
### 1.2.7
*2017-03-29*