-
Notifications
You must be signed in to change notification settings - Fork 14.6k
ChangeLog 2.3.5
杨奕 edited this page Apr 20, 2018
·
1 revision
- 修复 DatePicker 的
type为 week 时面板错误高亮的问题,#10712 - 修复 InputNumber 初始值为 0 时输入框为空的问题,#10714
- 新增 Select 的
automatic-dropdown属性,#10042(by @Seebiscuit) - 修复
disabled的 Rate 仍能通过键盘左右键改变组件值的问题,#10726(by @Richard-Choooou) - 现在 DatePicker 的
type属性可以接收'dates',用于选择多个日期,#10650(by @Mini256) - 新增 Pagination 的
prev-click和next-click事件,#10755 - 新增 Pagination 的
pager-count属性,#10493(by @chongjohn716) - 新增
type作为 Tree 的allow-drop属性回调的第三个参数,#10792 - 改用 ResizeObserver 对元素的尺寸变化进行监测,#10779
- Fixed incorrect highlights in DatePicker panel when
typeis week, #10712 - Fixed InputNumber being empty when its initial value is 0, #10714
- Added
automatic-dropdownattribute for Select, #10042 (by @Seebiscuit) - Fixed disabled Rate's value still being updated by navigation keys, #10726 (by @Richard-Choooou)
- Now DatePicker's
typeattribute can be'dates', where you can pick multiple dates in one picker, #10650 (by @Mini256) - Added
prev-clickandnext-clickevents for Pagination, #10755 - Added
pager-countattribute for Pagination, #10493 (by @chongjohn716) - Added
typeas the 3rd param of Tree'sallow-dropattribute callback, #10792 - Now we use ResizeObserver to detect DOM element resizing, #10779