mirror of https://github.com/ElemeFE/element
Page:
ChangeLog 2.3.5
Pages
ChangeLog 2.0.0 alpha.1
ChangeLog 2.0.0 alpha.2
ChangeLog 2.0.0 alpha.3
ChangeLog 2.0.0 beta.1
ChangeLog 2.0.0 rc.1
ChangeLog 2.0.0
ChangeLog 2.0.1
ChangeLog 2.0.10
ChangeLog 2.0.11
ChangeLog 2.0.2
ChangeLog 2.0.3
ChangeLog 2.0.4
ChangeLog 2.0.5
ChangeLog 2.0.6
ChangeLog 2.0.8
ChangeLog 2.0.9
ChangeLog 2.1.0
ChangeLog 2.2.0
ChangeLog 2.2.1
ChangeLog 2.2.2
ChangeLog 2.3.0
ChangeLog 2.3.1
ChangeLog 2.3.3
ChangeLog 2.3.4
ChangeLog 2.3.5
ChangeLog 2.3.6
ChangeLog 2.3.7
ChangeLog 2.3.8
ChangeLog 2.3.9
ChangeLog 2.4.0
ChangeLog 2.4.1
ChangeLog 2.4.10
ChangeLog 2.4.2
ChangeLog 2.4.3
ChangeLog 2.4.4
ChangeLog 2.4.5
ChangeLog 2.4.6
ChangeLog 2.4.7
ChangeLog 2.4.8
ChangeLog 2.4.9
Home
This file contains ambiguous Unicode characters!
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
- 修复 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
type
is week, #10712 - Fixed InputNumber being empty when its initial value is 0, #10714
- Added
automatic-dropdown
attribute for Select, #10042 (by @Seebiscuit) - Fixed disabled Rate's value still being updated by navigation keys, #10726 (by @Richard-Choooou)
- Now DatePicker's
type
attribute can be'dates'
, where you can pick multiple dates in one picker, #10650 (by @Mini256) - Added
prev-click
andnext-click
events for Pagination, #10755 - Added
pager-count
attribute for Pagination, #10493 (by @chongjohn716) - Added
type
as the 3rd param of Tree'sallow-drop
attribute callback, #10792 - Now we use ResizeObserver to detect DOM element resizing, #10779