mirror of https://github.com/ElemeFE/element
Page:
ChangeLog 2.3.4
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.
- 删除 SubMenu 在 TypeScript 类型声明中重复的
showTimeout
属性,#10566(by @kimond) - 现在 Transfer 数据项的渲染支持通过 scoped slot 自定义,#10577
- 修复点击 Pagination 禁用的上一页、下一页按钮仍会触发
current-change
事件的问题,#10628 - 修复未绑定值的 Textarea 在 SSR 中会显示
undefined
的问题,#10630 - 修复
type
为 border-car 的 Tabs 中被禁用标签项的样式,#10640 - 新增
$index
为 Table 的formatter
属性回调的第四个参数,#10645 - 修复 TypeScript 类型声明未导出 CheckboxButton 的问题,#10666
- Deleted duplicate
showTimeout
attribute in SubMenu's TypeScript declaration, #10566 (by @kimond) - Now you can customize Transfer's data item using scoped slot, #10577
- Fixed clicking disabled prev and next button of Pagination still triggers
current-change
event, #10628 - Fixed Textarea displaying
undefined
in SSR when its value is not set, #10630 - Fixed disabled TabItem style when
type
is border-car, #10640 - Added
$index
asformatter
's fourth param of Table, #10645 - Fixed CheckboxButton not exported in TypeScript declaration, #10666