mirror of https://github.com/ElemeFE/element
Page:
ChangeLog 2.4.0
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
Table of Contents
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.
新特性
- 综合
- 使用原生 webpack 作为构建和打包工具,#11216
- 可以全局配置弹出层的初始 z-index,#11257
- Autocomplete
- 新增
hide-loading
属性,#11260
- 新增
- Button
- 现在圆形按钮也支持通过
size
属性改变其尺寸了,#11275
- 现在圆形按钮也支持通过
- InputNumber
- 新增
precision
属性,#11281
- 新增
- Tabs
- 新增
before-leave
钩子,#11259 - 新增
lazy
属性,#11167(by @Kingwl)
- 新增
- Table
- 新增
sort
方法,支持手动排序,#11311
- 新增
修复
- Input
- 修复使用中文输入法快速输入文字时会导致视图重新渲染的问题,#11235(by @STLighter)
- Popover
- 修复当触发元素为 Radio 或 Checkbox 时控制台报错的问题,#11265
- Breadcrumb
- 修复
to
属性不支持动态更新的问题,#11286
- 修复
- Upload
- 修复在
beforeUpload
方法返回的 Promise 中 resolve 一个 File 时控制台报错的问题,#11297(by @qusiba)
- 修复在
- Tooltip
- 修复内容为空时箭头错位的问题,#11335
- Autocomplete
- 修复在快速删除搜索内容后输入建议不正确的问题,#11323
- ColorPicker
- 修复关闭选色器时触发
active-change
事件的问题,#11304
- 修复关闭选色器时触发
- Table
- 修复筛选列表过长导致样式超出的问题,#11314
- 修复排序后导致无法正常显示选中行样式的问题,#11348
- Checkbox
- 修复单个 Checkbox 不支持表单验证的问题,#11271
- Radio
- 修复通过空格可以选中被禁用的 Radio 的问题,#11303
- MessageBox
- 修复连续打开两个 MessageBox 时
el-popup-parent--hidden
无法移除的问题,#11371
- 修复连续打开两个 MessageBox 时
New features
- General
- Autocomplete
- Added
hide-loading
attribute, #11260
- Added
- Button
- Now you can use the
size
attribute on circle buttons to control their sizes, #11275
- Now you can use the
- InputNumber
- Added
precision
attribute, #11281
- Added
- Tabs
- Added
before-leave
attribute, #11259 - Added
lazy
attribute, #11167(by @Kingwl)
- Added
- Table
- Added
sort
method to manually sort the table, #11311
- Added
Bug fixes
- Input
- Fixed an issue that causes a re-render when using the Chinese IME to quickly input text, #11235 (by @STLighter)
- Popover
- Fixed the console error when the triggering element is Radio or Checkbox, #11265
- Breadcrumb
- Fixed the
to
attribute not supporting dynamic update, #11286
- Fixed the
- Upload
- Fixed the console error when a File is resolved in the returned Promise of the
beforeUpload
method, #11297 (by @qusiba)
- Fixed the console error when a File is resolved in the returned Promise of the
- Tooltip
- Fixed arrow not positioned correctly when content is empty, #11335
- Autocomplete
- Fixed incorrect input suggestions after deleting keyword quickly, #11323
- ColorPicker
- Fixed
active-change
event incorrectly triggering when picker dropdown is closed, #11304
- Fixed
- Table
- Checkbox
- Fixed single checkbox not supporting validation, #11271
- Radio
- Fixed disabled Radio still being selected when pressing space key, #11303
- MessageBox
- Fixed the
el-popup-parent--hidden
class not removed when opening MessageBox in succession, #11371
- Fixed the