New features
- Timeline
- DropdownItem
- Add icon prop to
el-dropdown-item
(by @gabrielboliveira in #14088)
- Add icon prop to
- Input
- Add show-password props (by @phshy0607 in #13966)
- Select
- Autocomplete
- Add highlight-first-item prop (by @YamenSharaf in #14269)
- I18n
- Created Armenian locale (by @hamletbarsamyan in #14214)
- Docs
Optimization
- Alert
- Input
- InputNumber
- Remove unnecessary parseFloat (by @JuniorTour in #14172)
- Menu
- Add support for
el-menu-item
without index (by @georgyfarniev in #13298)
- Add support for
- Table
- Upload
- Popup
- Optimize code (by @KAionro in #14413)
- Docs
- Add more detail about how to run play mode for contribution (by @island205 in #14355)
- Warn input as a controlled component. (by @wacky6 in #14463)
- Update Table doc (by @luguokong in #14329)
- Update input doc (by @iamkun in #14437)
- Update custom-theme docs (by @wangguohao in #14297)
- Make the icon style change when hover on it (by @tuxinghuan in #14295)
- Build
- Install stale for issue handling (by @island205 in #14392)
Bug fixes
- Menu
- MessageBox
- Fix type definition (by @NateScarlet in #14278)
- ScrollBar
- Switch
- Table
- Tabs & Dropdown
- Tree
- Docs
新特性
- Timeline
- DropdownItem
el-dropdown-item
支持添加 icon (by @gabrielboliveira in #14088)
- Input
- 添加
show-password
属性,支持配置显示密码按钮 (by @phshy0607 in #13966)
- 添加
- Select
- Autocomplete
- 添加
highlight-first-item
属性,控制是否默认突出显示远程搜索建议中的第一项 (by @YamenSharaf in #14269)
- 添加
- I18n
- 添加亚美尼亚语支持 (by @hamletbarsamyan in #14214)
- Docs
优化
- Alert
- InputNumber
-移除多余的parseFloat
(by @JuniorTour in #14172) - Menu
- 支持
el-menu-item
不添加 index (by @georgyfarniev in #13298)
- 支持
- Table
- Upload
- Popup
- 移除无用代码 (by @KAionro in #14413)
- Docs
- 添加更多文档说明如何贡献代码 (by @island205 in #14355)
- 添加
el-input
是受控组件的警示 (by @wacky6 in #14463) - 优化 Table 的文档 (by @luguokong in #14329)
- 更新 Input 文档 (by @iamkun in #14437)
- 优化自定义主题文档 (by @wangguohao in #14297)
- 为 Icon 文档添加 hover 效果 (by @tuxinghuan in #14295)
- Build
- 使用 Stale 来管理过时(暂定1年)的 Issue 和 PR (by @island205 in #14392)
问题修复
- Menu
- MessageBox
- 修复 TS 定义 (by @NateScarlet in #14278)
- ScrollBar
- Switch
- Table
- Tabs & Dropdown
- Tree
- Docs