A Vue.js 2.0 UI Toolkit for Web

Overview


A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

For Vue 3.0, we recommend using Element Plus from the same team

Links

Install

npm install element-ui -S

Quick Start

import Vue from 'vue'
import Element from 'element-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'element-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Development

Skip this part if you just want to use Element.

For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.

Changelog

Detailed changes for each release are documented in the release notes.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Contribution

Please make sure to read the contributing guide (中文 | English | Español | Français) before making a pull request.

Special Thanks

English documentation is brought to you by SwiftGG Translation Team:

Spanish documentation is made possible by these community developers:

French documentation is made possible by these community developers:

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

Join Discusion Group

LICENSE

MIT

Comments
  • Element 2.0 即将到来

    Element 2.0 即将到来

    今天,我们很高兴地宣布 Element 2.0 即将到来。

    2.0 版本的更新内容会在今后的一段时间内陆续公开。今天首先来聊一聊 2.0 的版本代号和新主题。

    细心的你可能已经注意到了,从 Element 1.0 开始,每个 minor 版本都会有一个版本代号,它们是:

    目前的五个版本代号是元素周期表中的前五个化学元素名。因此,2.0 版本的代号就是第六个元素:

    main

    配合 2.0 版本,我们重新设计了一套全新主题:theme-chalk,中文名为白垩。作为预览,以下是白垩中时间范围选择的 DatePicker 组件:

    image

    我们很快会发布 2.0 的第一个 alpha 版本,届时会公布更多信息,敬请期待。

    type: official 
    opened by Leopoldthecoder 180
  • Element 2.0 正式发布

    Element 2.0 正式发布

    Element 2.0 已经在今天上午发布正式版,官网也同步更新为默认显示 2.0 版本的文档(当然,你仍然可以从下拉菜单中选择查看 1.x 版本的文档)。另外,最近收到一些大陆用户反馈官网加载慢的问题,随着 2.0 版本的上线,你也可以访问部署在国内的 http://element-cn.eleme.io ,未来它会与 http://element.eleme.io 保持同步。

    Element 2.0 一共积累了 210 个 commit,包含了 90 多项新增功能和优化,大致分为以下几个部分:

    组件功能

    • 首先,我们提升了 Element 的易用性。比如在 1.x 版本中,如果需要改变组件的默认尺寸,只能在每个组件上添加 size 属性,而现在我们支持了尺寸的全局设置,用一行代码就可以改变所有组件的默认尺寸;主题采用 SCSS 编写,因此 SCSS 用户能够很容易地修改样式变量,从而达到自定义主题的效果。同时,我们还为部分组件增加了一些方法,方便用户通过代码控制组件的行为,增强了组件的可控性,比如 Menu 的 openclose 方法可以打开和关闭子菜单、Table 的 toggleRowExpansion 方法可以展开或关闭扩展行等
    • 其次,我们对用户呼声比较高的需求提供了支持,比如 Dialog 支持嵌套书写、Table 支持合并单元格、MessageBox 支持渲染 HTML 字符串等
    • 再次,组件的 API 得到了丰富,因此能够适应更多的业务场景,比如 Notification 支持配置出现位置、Loading 支持自定义图标等
    • 最后,我们还修正了 1.x 中一些功能设计不合理的地方,并且提高了部分 API 的一致性,比如表单组件的 change 事件现在仅响应用户交互,与原生事件保持了一致

    具体的改动请参考更新日志

    新主题

    2.0 版本包含了一套全新的主题:theme-chalk。这套视觉背后有着怎样的设计理念呢?负责 theme-chalk 的设计师@NicoHsueh 这样说:

    经过重新设计的 Element 2.0,符合当前设计趋势,适应当前时代审美。摒弃多余的设计修饰,坚持「少即是多」的设计原则。比如,高分屏普及的当下,我们让组件的整体比 1.x「大」了一圈,这样阅读体验会更加友好。与此同时,在默认组件尺寸的基础上,我们也提供了多种不同尺寸,以适应大家的不同需求。

    另外,保持组件的一致性,在设计中克制、严谨地使用数值,也是 2.0 贯穿始终的原则。比如我们先定义了按钮的四种默认高度(40px36px32px28px);此后输入框、选择器等其他组件都与之保持高度上的统一。无法保持统一的,如 Table 的行高,也会保持一个公差为 4 的等差数列关系。这使得基于 Element 2.0 的设计产出能保证高度的严谨性。

    总体来说,2.0 与 1.x 相比较,会显得更加的现代、更加的友好。

    可访问性

    我们还在 2.0 版本中提升了组件的可访问性。以下是负责这方面工作的@maranran 为大家带来的介绍:

    可访问性是指页面上的组件、行为和 DOM 结构具有语义化和可操作性,使得 AT 设备可以正确地传达页面信息给残障人士,包括盲人、肢体残疾和认知残疾等。

    Element 作为基础组件库,封装了底层的 DOM 结构,在 2.0 版本里,我们在可访问性方面做了一些基础工作来提升残障人士理解和操作组件的能力,同时方便 Web 开发者在自己的项目中开展可访问性工作。

    我们所做的工作包括提升组件的键盘可操作性和语义化两个方面:键盘可操作性使得残障人士可以通过键盘导航到可交互组件然后使用 left、right、up、down、enter、esc 等键进行组件交互;语义化方面则是通过使用 WAI-ARIA 技术为组件添加 roles、states、properties 等属性,使得 UA 和 AT 能够正确地传达组件的语义。

    文档

    2.0 的官网和文档也进行了相应的升级,比如提供了搜索功能、左侧导航栏独立滚动等,能够方便各位用户查阅。

    Element 2.0 的主要贡献者为(按照首字母顺序):@baiyaaaaa @Dreamacro @Leopoldthecoder @liril-net @maranran @wacky6 @waynecz 。此外,有不少社区用户为 2.0 提出了建议,在此对他们表示感谢。

    2.0 版本的发布标志着 Element 进入了一个新的时代,同时也意味着 1.x 版本将进入维护模式,我们会在 2017 年 12 月 01 日之前继续为其提供支持。

    欢迎大家在项目中使用 Element 2.0,希望各位能够喜欢。

    type: official 
    opened by Leopoldthecoder 126
  • [Feature Request] 希望增加table组件列宽自适应的特性

    [Feature Request] 希望增加table组件列宽自适应的特性

    Existing Component

    Component Name

    Table

    Description

    目前的table列宽,只有width,min-width和fit属性。我们的需求是要根据数据循环输出不定列的table,其中有的列内容很多,有的内容很少。

    能否增加新特性,使table能像原生表格一样被内容撑开,使得table列宽自适应内容呢?

    谢谢:)

    component: table 
    opened by Creabine 123
  • Element 2.0.0-alpha.1 已发布 🎉

    Element 2.0.0-alpha.1 已发布 🎉

    更新日志

    https://github.com/ElemeFE/element/releases/tag/v2.0.0-alpha.1

    文档

    http://element.eleme.io/2.0/#/zh-CN/component/installation

    安装

    npm install element-ui@next
    
    import Vue from 'vue'
    import Element from 'element-ui'
    import 'element-ui/lib/theme-chalk/index.css'
    
    Vue.use(Element)
    

    说明

    2.0.0-alpha.1 版本包含了新主题的全部内容,欢迎各位安装预览。由于目前处于 alpha 阶段,所以不建议直接用在生产中。

    2.0.0-alpha.1 并未包含全部的功能更新,部分组件(如 Table)仍在升级之中。接下来我们会继续强化组件功能,请大家耐心等待。

    版本迁移

    如果需要从 1.4 版本迁移到 2.0.0-alpha.1,请对照更新日志中的「非兼容性更新」部分进行修改。在 2.0.0 正式版发布时,我们希望能够提供一个迁移工具,方便各位迁移代码。

    type: official 
    opened by Leopoldthecoder 102
  • Spanish documentation

    Spanish documentation

    Recently we have been exchanging ideas with a Spanish developer (@Gonzalo2310) about translating Element docs into Spanish. As Element 2.0 is finally released, we are now ready for Spanish docs.

    Since no one in our team speaks Spanish, we'll need the community's help. As of today, if you are interested in the idea and confident of your Spanish, you can contribute to the newly created es-doc branch: https://github.com/ElemeFE/element/tree/es-doc/examples .

    The workflow is:

    • Check the todo list below
    • Claim one or more files by leaving a comment, then I'll move the file(s) to the working-in-progress category
    • Send a PR to the es-doc branch, and I'll move the file(s) to the finished category after the PR is merged

    Todo

    Cleared!

    Working in Progress

    Cleared!

    Finished

    Discussions should be focused on Spanish docs. Off-topic comments will be deleted.

    status: help wanted type: official 
    opened by Leopoldthecoder 82
  • [Bug Report] Tooltip component useless while prepack ElementUI by DllPlugin

    [Bug Report] Tooltip component useless while prepack ElementUI by DllPlugin

    Element UI version

    1.4.8

    OS/Browsers version

    windows10 / chrome 62

    Vue version

    2.5.2

    Reproduction Link

    https://github.com/zhaokuohaha/dll-element-ui-test

    Steps to reproduce

    详细见项目Readme.md

    1. 运行 npm run dll 可以看到element-ui及其各个组件已经被打包到vendor.dll

    2. 运行 npm run build --report 可以看到在编译生成的代码中已经没有了ElementUI的依赖, 符合预期需求

    3. 运行npm run dev发现鼠标移动到按钮上的时候没有弹出ToolTip Bug重现.

    What is Expected?

    Tooltp能够正常显示

    What is actually happening?

    Tooltip没有显示, 并且没有报错

    type: question 
    opened by zhaokuohaha 57
  • [Bug Report] Nuxt not working with element ui v2.8.0 - ReferenceError: HTMLElement is not defined

    [Bug Report] Nuxt not working with element ui v2.8.0 - ReferenceError: HTMLElement is not defined

    Element UI version

    2.8.0

    OS/Browsers version

    Windows 10 / Chrome

    Vue version

    2.6.10

    Nuxt version

    2.6.2

    Reproduction Link

    https://elementui.github.io

    Steps to reproduce

    image

    What is Expected?

    None

    What is actually happening?

    None

    opened by sonnh58 56
  • [Bug Report] 当有一列是fixed时,table显示错位

    [Bug Report] 当有一列是fixed时,table显示错位

    Element UI version

    1.3.3

    OS/Browsers version

    mac os sierra/chrome 58.0.3029.110 (64-bit)

    Vue version

    2.3.3

    Reproduction Link

    https://jsfiddle.net/dqjsk1y2/

    Steps to reproduce

    https://jsfiddle.net/dqjsk1y2/

    往下拉滚动条,到后面的数据,表格上下会有错位

    What is Expected?

    表格每行都对齐

    What is actually happening?

    往下拉滚动条,到后面的数据,表格上下会有错位

    type: bug component: table 
    opened by ivan403704409 53
  • Element 2.0.0-beta.1 已发布 🎉

    Element 2.0.0-beta.1 已发布 🎉

    更新日志:https://github.com/ElemeFE/element/releases/tag/v2.0.0-beta.1

    从 Beta 版本开始,我们鼓励各位用户开始在项目中使用 Element 2.0,也希望大家向我们及时反馈遇到的问题。

    Element 2.0 截止目前的全部改动可以点击这里查看。

    type: official 
    opened by Leopoldthecoder 52
  • [bug]在el-table中使用el-popover,没法点击确定或取消来关闭el-popover。

    [bug]在el-table中使用el-popover,没法点击确定或取消来关闭el-popover。

    如题,在el-table中使用el-popover,没法点击确定或取消来关闭el-popover。

    怀疑是作用域的问题,但是我把v-model改成row.visible2,@click的时候row.visible2 = false,这样也不行。所以感觉应该是个bug。 在talble外面使用el-popver是没问题的,而且点击popover区域外的地方也可以关闭popover,偏偏不能通过改变visible2 = false来关闭,不知道现在还有没有其他方式暴露出来可以控制hide。

    参考代码:http://jsfiddle.net/acx0gnx3/ ,点击删除打开popover。

    type: question 
    opened by DreamFox 48
  • Tree 的 setCheckedNodes 到底怎么用?调用了没反应 也不报错

    Tree 的 setCheckedNodes 到底怎么用?调用了没反应 也不报错

    ElementUI version

    OS/Browers version

    Vue version

    Reproduction Link

    Steps to reproduce

    What is Expected?

    What is actually happening?

    Tree 的 setCheckedNodes 到底怎么用?调用了没反应 也不报错

    opened by ruizhou8888 41
  • 修改avatar文档说明

    修改avatar文档说明

    Please make sure these boxes are checked before submitting your PR, thank you!

    • [×] Make sure you follow Element's contributing guide (中文 | English | Español | Français).
    • [ ] Make sure you are merging your commits to dev branch.
    • [ ] Add some descriptions and refer relative issues for you PR.
    opened by yixiangbudao 0
  • 给Drawer组件添加openPosition属性

    给Drawer组件添加openPosition属性

    Please make sure these boxes are checked before submitting your PR, thank you!

    • [×] Make sure you follow Element's contributing guide (中文 | English | Español | Français).
    • [×] Make sure you are merging your commits to dev branch.
    • [×] Add some descriptions and refer relative issues for you PR.
    opened by wuyadan 0
  • [Bug Report] 缩放浏览器导致的固定列高度计算错误

    [Bug Report] 缩放浏览器导致的固定列高度计算错误

    Element UI version

    2.15.10

    OS/Browsers version

    win10/Google Chrome 108.0.5359.125

    Vue version

    2.6.14

    Reproduction Link

    https://codepen.io/YAOWENLUTT/pen/wvxMVXo?editors=1111

    Steps to reproduce

    1、加载el-table表格,将表格左侧列固定,并设置表格高度,表格为竖向可滚动。 2、放大浏览器页面,将表格拖动到最底,观察表格固定列的高度与表格底部有一定的高度差。 3、初步定位是缩放浏览器导致的横向滚动条的高度发生变化,在计算固定列高度时并没有重新计算横向滚动条的高度。

    What is Expected?

    在缩放浏览器页面时,表格固定列高度应重新计算。

    What is actually happening?

    在缩放浏览器页面时,表格固定列高度与其它列有了高度差,导致与表格底部有了距离。

    opened by YAOWENLUTT 0
  • [Bug Report] 表格列宽度改变后导致表格重新布局混乱的错误

    [Bug Report] 表格列宽度改变后导致表格重新布局混乱的错误

    Element UI version

    2.15.10

    OS/Browsers version

    win10/Google Chrome 108.0.5359.125

    Vue version

    2.6.14

    Reproduction Link

    https://codepen.io/YAOWENLUTT/pen/wvxMVXo?editors=1111

    Steps to reproduce

    1、加载el-table表格,将表格左侧列固定,并设置表格高度,表格为竖向可滚动。 2、鼠标拖动缩小任何一列“可拖动列”的宽度,缩小到可拖动列自动换行。

    What is Expected?

    拖动表格列的宽度后,表格不会出现错行等布局混乱的行为,应正确重新计算表格固定列的宽高。

    What is actually happening?

    当缩小可拖动列的宽度,固定列和可拖动列导致的错位。

    opened by YAOWENLUTT 0
  • el-date-picker 使用type=‘week’ 添加value-format=

    el-date-picker 使用type=‘week’ 添加value-format="yyyy-WW" 和 format="yyyy 第 WW 周" 这两个属性 选择报错,并且输入框内不显示选择周。

    The el date picker uses type='week 'to add two attributes: value format="yyyy WW" and format="yyyy WW Week", and the selected week is not displayed in the input box.

    image
    opened by SmallWhiteLy 2
Releases(v2.15.12)
  • v2.15.12(Nov 16, 2022)

    2.15.12

    2022-11-16

    Bug fixes

    • Statistic:
      • Fixed the thousandth bit bug (#22252 by @webvs2)
    • Other
      • Fix 2.15.11 element-theme-chalk publish fail bug

    2.15.12

    2022-11-16

    Bug 修复

    • Statistics
      • 修改 千分位 问题 (#22252 by @webvs2)
    • 其他
      • 修复 2.15.11版本element-theme-chalk未成功发布 问题
    Source code(tar.gz)
    Source code(zip)
  • v2.15.11(Nov 16, 2022)

    2.15.11

    2022-11-15

    Bug fixes

    • Docs
      • Fix Radio docs (#22178 by @bchen1029)
      • Fix Progress docs

    Optimization

    • I18n
      • Update translation of Malaysian (#22185 by @z4q)
      • Update translation of Norwegian (#22145 by @Barsnes)
    • Progress
      • Add defineBackColor and textColor prop (#22089 by @lm312)
    • Statistics
      • Add new component Statistics (#22159 by @webvs2)
    • Other
      • Add Web Types to improve code assistance in WebStorm IDE and other JetBrains IDEs (#22135 by @piotrtomiak)

    2.15.11

    2022-11-15

    Bug 修复

    • Docs
      • 修复 Radio 文案 (#22178 by @bchen1029)
      • 修复 Progress 文案

    优化

    • I18n
      • 更新 马来西亚语 翻译 (#22185 by @z4q)
      • 更新 挪威语 翻译 (#22145 by @Barsnes)
    • Progress
      • 新增 defineBackColor 和 textColor 属性 (#22089 by @lm312)
    • Statistics
      • 新增组件 Statistics (#22159 by @webvs2)
    • Other
      • 改进WebStorm IDE和其他JetBrains IDE中的代码帮助 (#22135 by @piotrtomiak)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.10(Sep 13, 2022)

    2.15.10

    2022-09-13

    Bug fixes

    • DatePicker
      • Fix props placement error (#21908 by @lqzhgood)
    • Loading
      • Fix sticky DOM error (#22087 by @zzjjhh001)
    • Docs
      • Fix Popover docs (#22083 by @lm312)
      • Fix Skeleton docs (#22092 by @lm312)
      • Fix DatePicker docs (#21970 by @guojiongwei)
    • Tree:
      • fix lazy-load default check problem (#21934 by @kiss-yu)

    Optimization

    • I18n
      • Add translation of Sinhalese (#21936 by @sayuri-gi)
      • Update translation of Spanish (#21924 by @jcardus)
      • Add translation of Malaysian (#22028 by @iorange0411)
      • Update translation of Swahili (#21904 by @Cholowao)
    • Utils
      • update date-util.js (#22099 by @Due07)
    • DatePicker
      • add months And years type (#21918 by @akiko123456)

    2.15.10

    2022-09-13

    Bug 修复

    • DatePicker
      • 修复 props placement 报错信息 问题 (#21908 by @lqzhgood)
    • Loading
      • 修复 使用 Loading 的DOM元素 sticky失效 问题 (#22087 by @zzjjhh001)
    • Docs
      • 修复 Popover 文案 (#22083 by @lm312)
      • 修复 Skeleton 文案 (#22092 by @lm312)
      • 修复 DatePicker 文案 (#21970 by @guojiongwei)
    • Tree
      • 修复 懒加载默认选中 问题 (#21934 by @kiss-yu)

    优化

    • I18n
      • 新增 僧伽罗语 翻译 (#21936 by @sayuri-gi)
      • 更新 西班牙语 翻译 (#21924 by @jcardus)
      • 新增 马来西亚语 翻译 (#22028 by @iorange0411)
      • 更新 斯瓦希里语 翻译 (#21904 by @Cholowao)
    • Utils
      • 更新 date-util.js (#22099 by @Due07)
    • DatePicker
      • 新增 months 和 years 类型 (#21918 by @akiko123456)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.9(Jun 3, 2022)

    2.15.9

    2022-06-02

    Bug fixes

    • Table
      • Fix Tabl-header shake bug (#21863 by @bofeng)
      • Fix when partial import show el-checkbox not imported error (#21828 by @bobohuochai)
    • FormItem
      • Fix change rules verification not reset bug (#21892 by @bofeng)
    • Cascader
      • Fix change options unexpect error (#21759 by @louiebb)
    • Docs
      • Fix Popover docs (#21843 by @lod61)
      • Fix Calendar docs (#21814 by @GoJam11)
      • Fix TimePicker docs (#21803 by @Alanscut)
      • Fix DatePicker docs (#21877 by @Nirvanaiu)
    • 其他
      • Fix codepen display bug (#21863 by @bofeng)

    Optimization

    • I18n
      • Add translation of Swahili (#21895 by @quilltouch)
    • Chore
      • Use launch-editor-middleware in dev environment (#21633 by @polemices)
    • DatePicker & Cascader
      • Optimize the dropdown animation direction (#21806 by @XivLaw)
    • Tooltip
      • Optimize getFirstElement code (#21886 by @zhankang)
    • Input
      • Optimize scss code (#21558 by @cheese-git)

    2.15.9

    2022-06-02

    Bug 修复

    • Table
      • 表头抖动修复 (#21863 by @bofeng)
      • 按需引用时 el-checkbox not imported 修复 (#21828 by @bobohuochai)
    • FormItem
      • 修复 rules 切换为 null 时校验未重置 问题 (#21892 by @bofeng)
    • Cascader
      • 修复 切换 options 时错误报错信息 问题 (#21759 by @louiebb)
    • Docs
      • 修复 Popover 文案 (#21843 by @lod61)
      • 修复 Calendar 文案 (#21814 by @GoJam11)
      • 修复 TimePicker 文案 (#21803 by @Alanscut)
      • 修复 DatePicker 文案 (#21877 by @Nirvanaiu)
    • 其他
      • 官网在线演示功能修复 (#21863 by @bofeng)

    优化

    • I18n
      • 新增 斯瓦希里语 翻译 (#21895 by @quilltouch)
    • Chore
      • 本地开发时可从 devTools 工具跳转源代码 (#21633 by @polemices)
    • DatePicker & Cascader
      • 弹窗方向优化 (#21806 by @XivLaw)
    • Tooltip
      • 优化 getFirstElement 代码 (#21886 by @zhankang)
    • Input
      • 优化 scss 代码 (#21558 by @cheese-git)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.8(Apr 13, 2022)

    2.15.8

    2022-04-12

    Bug fixes

    • Switch
      • Fix toggling value problem(#19473 by @EdwinBetanc0urt)
    • Docs
      • Fix input docs (#21723 by @justforuse)
      • Fix DatePicker docs (#21663 by @justforuse)
      • Fix Skeleton docs (#21601 by @yanwydxf)
    • Others
      • Fix vue version (#21736 by @ckvv)

    Optimization

    • I18n
      • add translation of Azerbaijani (#21012 by @ricardotondello)
      • update translation of Slovenian (#21729 by @patik123)
      • update translation of Slovak (#21711 by @sjaustirni )
      • add translation of Icelandic (#21709 by @aronhr)
      • add translation of Bengali (#21485 by @llwwtt)

    Others

    • Due to compatibility considerations, the PR on node-sass (#21019 by @linxsbox) of 2.15.7 release has been withdrawn and will be published in an appropriate version after re-evaluation.

    2.15.8

    2022-04-12

    Bug 修复

    • Switch
      • 修复 toggling value 问题(#19473 by @EdwinBetanc0urt)
    • Docs
      • 修复 input 文案 (#21723 by @justforuse)
      • 修复 DatePicker 文案 (#21663 by @justforuse)
      • 修复 Skeleton 文案 (#21601 by @yanwydxf)
    • 其他
      • 修复 vue 版本(#21736 by @ckvv)

    优化

    • I18n
      • 新增 阿塞拜疆语 翻译 (#21012 by @ricardotondello)
      • 更新 斯洛文尼亚语 翻译 (#21729 by @patik123)
      • 更新 斯洛伐克语 翻译 (#21711 by @sjaustirni )
      • 新增 冰岛语 的翻译 (#21709 by @aronhr)
      • 新增 孟加拉 语的翻译 (#21485 by @llwwtt)

    其他

    • 因兼容性考虑,撤回2.15.7关于node-sass的更新(#21019 by @linxsbox),重新评估后会在后续合适版本上线
    Source code(tar.gz)
    Source code(zip)
  • v2.15.7(Nov 18, 2021)

    2.15.7

    2021-11-18

    Bug fixes

    • Select
      • fix click icon triggering dropdown (#21314 by @dennyak47)
      • fix keydown event when composition (#21336 by @bchen1029)
    • Badge
      • fix type class when is-dot (#21308 by @adaex)
    • Form
      • validate method reject error info (#21374 by @cs1707)
    • Table
      • fix resizeObserver loop limit exceeded (#21255 by @tomieric)
      • fix toggleAllSelection bug when table is empty (#21456 by @cs1707)
      • optimize performance (#21330 by @cs1707)
    • Button
      • fix disabled priority (#21375 by @cs1707)
    • Descriptions
      • fix label slot bug (#21462 by @cs1707)
    • SASS
      • replace node-sass with dart-sass (#21019 by @linxsbox)
    • Docs
      • fix skeleton typos (#21408 by @zhhbstudio)

    2.15.7

    2021-11-18

    Bug 修复

    • Select
      • 修复 filter 模式下,点击图标不能触发下拉的 bug (#21314 by @dennyak47)
      • 修复 composition 模式下 keydown 事件 (#21336 by @bchen1029)
    • Badge
      • 修复 is-dot class (#21308 by @adaex)
    • Form
      • validate 方法返回错误信息 (#21374 by @cs1707)
    • Table
      • 修复 resizeObserver loop limit exceeded (#21255 by @tomieric)
      • 修复 toggleAllSelection (#21456 by @cs1707)
      • 优化 table 性能 (#21330 by @cs1707)
    • Button
      • 修复 disabled 优先级 (#21375 by @cs1707)
    • Descriptions
      • 修复 label slot bug (#21462 by @cs1707)
    • SASS
      • node-sass 替换为 dart-sass (#21019 by @linxsbox)
    • Docs
      • 修复 skeleton 文案 (#21408 by @zhhbstudio)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.6(Sep 2, 2021)

    2.15.6

    2021-09-02

    Bug fixes

    • Cascader
      • fix a bug that makes the browser jitter in zoom mode (#21207 by @cs1707)
      • optimize performance (#21231 by @cs1707)
    • Select
      • fix long text overflow in multiple mode (#21237 by @cs1707)
    • Dropdown
      • add disabled property (#21235 by @mshioda)
    • Radio
      • fix checked state when browser go back (#21250 by @cs1707)
    • Descriptions
      • fix type declaration (#21265 by @adaex)
      • avoid table style conflict (#21254 by @adaex)
    • Drawer
      • fix append to body (#21264 by @cs1707)
    • Local
      • fix italian mistake (#21012 by @ricardotondello)

    2.15.6

    2021-09-02

    Bug 修复

    • Cascader
      • 修复浏览器缩放模式下抖动的 bug (#21207 by @cs1707)
      • 优化性能 (#21231 by @cs1707)
    • Select
      • 修复多选模式下文字溢出的 bug (#21237 by @cs1707)
    • Dropdown
      • 增加 disabled 属性 (#21235 by @mshioda)
    • Radio
      • 修复浏览器返回后保留状态的 bug (#21250 by @cs1707)
    • Descriptions
      • 修复类型定义 (#21265 by @adaex)
      • 修复与表格组件混用样式冲突的问题 (#21254 by @adaex)
    • Drawer
      • 修复 append-to-body (#21264 by @cs1707)
    • Local
      • 修复 italian 翻译错误 (#21012 by @ricardotondello)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.5(Aug 4, 2021)

    2.15.5

    2021-08-04

    • Select
      • fix resetInputHeight (#21201 by @cs1707)

    2.15.5

    2021-08-04

    Bug 修复

    • Select
      • 修复 resetInputHeight 报错的 bug (#21201 by @cs1707)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.4(Aug 3, 2021)

    2.15.4

    2021-08-03

    New features

    • Descriptions
      • add description component (#21129 by @cs1707)
    • Result
      • add result component (#21171 by @cs1707)

    Bug fixes

    • Utils
      • fix isScroll (#21098 by @canvascat)
    • Translation
      • update it.js (#21133 by @bliberi)
    • RadioGroup
      • fix RadioGroup used in component causes exception #17908 (#20783 by @lceric)
    • Message
      • fix message[type] (#21088 by @cs1707)
    • Carousel
      • reset the timer when setActiveItem method is called (#20846 by @Nekojita1)
    • Cascader
      • fix emitPath (#21185 by @cs1707)
    • Select
      • fix select filterable bug (#17494 by @profore)
      • fix a bug that makes the browser jitter in zoom mode (#21197 by @cs1707)
    • Tree
      • fix insertChild (#21194 by @cs1707)

    2.15.4

    2021-08-03

    新特性

    • Descriptions
      • 新增 Descriptions 组件 (#21129 by @cs1707)
    • Result
      • 新增 Result 组件 (#21171 by @cs1707)

    Bug 修复

    • Utils
      • 修复 isScroll (#21098 by @canvascat)
    • Translation
      • 更新 it.js (#21133 by @bliberi)
    • RadioGroup
      • 修复 RadioGroup 与 component 兼容的 bug (#20783 by @lceric)
    • Message
      • 修复 message[type] (#21088 by @cs1707)
    • Carousel
      • 修复 setActiveItem 重置计时 (#20846 by @Nekojita1)
    • Cascader
      • 修复 emitPath (#21185 by @cs1707)
    • Select
      • 修复 filterable bug (#17494 by @profore)
      • 修复浏览器缩放抖动的 bug (#21197 by @cs1707)
    • Tree
      • 修复 insertChild (#21194 by @cs1707)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.3(Jun 29, 2021)

    2.15.3

    2021-06-29

    New features

    • Skeleton
      • add skeleton component (#21038 by @cs1707)
    • Empty
      • add empty component (#21080 by @cs1707)

    Bug fixes

    • Local
      • fix week translations for hr locale (#21040 by @cs1707)
    • Table
      • fix lazy load data (#21041 by @cs1707)
    • Docs
      • fix form hide-required-asterisk description (#21045 by @cs1707)
    • Drawer:
      • fix destroy (#20715 by @zj9495)
    • Row
      • fix align top (#20963 by @cs1707)
    • Select
      • fix the bug when the value is Boolean (#21052 by @cs1707)
    • Calendar
      • fix first-day-of-week (#21057 by @cs1707)
    • Utils
      • fix isScroll (#21065 by @cs1707)
      • fix(utils.dom by @fw6)
    • TypeScript
      • add CascaderPanel export type (#21070 by @qige2016)
      • add spinner.d.ts (#21090 by @qige2016)

    2.15.3

    2021-06-29

    新特性

    • Skeleton
      • 新增 Skeleton 组件 (#21038 by @cs1707)
    • Empty
      • 新增 Empty 组件 (#21080 by @cs1707)

    Bug 修复

    • Local
      • 修复 hr 语言 week 翻译 (#21040 by @cs1707)
    • Table
      • 修复 lazy load data (#21041 by @cs1707)
    • Docs
      • 修改 form 组件 hide-required-asterisk 描述 (#21045 by @cs1707)
    • Drawer:
      • 修复 destroy (#20715 by @zj9495)
    • Row
      • 修复 align top (#20963 by @cs1707)
    • Select
      • 修复 value 为 Boolean 类型的bug (#21052 by @cs1707)
    • Calendar
      • 修复 first-day-of-week (#21057 by @cs1707)
    • Utils
      • 修复 fix isScroll (#21065 by @cs1707)
      • 修复 (utils.dom by @fw6)
    • TypeScript
      • 增加 CascaderPanel 类型导出 (#21070 by @qige2016)
      • 增加 spinner.d.ts (#21090 by @qige2016)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.2(May 28, 2021)

    Changelog

    2.15.2

    2021-05-28

    Bug fixes

    • Image
      • fix z-index and keydown event add stopPropagation (#20859 by @cs1707)
    • Input
      • fix show password cursor (#20870 by @cs1707)
      • fix show password icon in edge (#20902 by @cs1707)
    • Carousel
      • fix interval and scale bug (#20931 by @cs1707)
    • Cascader
      • fix delete tag bug (#20939 by @cs1707)
    • Drawer
      • add overflow auto (#20948 by @cs1707)
    • Others
      • fix isFunction (#20912 by @cs1707)

    2.15.2

    2021-05-28

    Bug 修复

    • Image
      • 修复 z-index 增加 keydown 事件 添加 stopPropagation (#20859 by @cs1707)
    • Input
      • 修复 password cursor 展示 (#20870 by @cs1707)
      • 修复 password icon 在 edge 下的展示 (#20902 by @cs1707)
    • Carousel
      • 修复 interval 和 scale bug (#20931 by @cs1707)
    • Cascader
      • 修复 delete tag bug (#20939 by @cs1707)
    • Drawer
      • 支持 overflow auto (#20948 by @cs1707)
    • 其他
      • 修复 isFunction (#20912 by @cs1707)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.1(Feb 23, 2021)

    2.15.1

    2021-02-23

    Bug fixes

    • Drawer
      • bugfix (by @cs1707)
    • Image
      • fix incorrect image object fit ratio in IE (#19583 by @charlie0228)
    • Cascader
      • fix cascader panel active path (#20730 by @cs1707)
    • Calendar
      • fix calendar component i18n bug (#20758 by @iamkun)
    • ColorPicker
      • fix bugs (by @UxieVerity)

    Optimization

    • Doc
      • update Axure resource v2.1.0 (by @iamkun)

    2.15.1

    2021-02-23

    Bug fixes

    • Drawer
      • 修复 Drawer bug (by @cs1707)
    • Image
      • 修复 image object fit ratio 在 IE 下的 bug (#19583 by @charlie0228)
    • Cascader
      • 修复 cascader panel active path (#20730 by @cs1707)
    • Calendar
      • 修复 calendar 国际化 bug (#20758 by @iamkun)
    • ColorPicker
      • 修复 bugs (by @UxieVerity)

    Optimization

    • Doc
      • 更新 Axure 设计资源 v2.1.0 (by @iamkun)
    Source code(tar.gz)
    Source code(zip)
  • v2.15.0(Jan 15, 2021)

    2.15.0

    2021-01-15

    Bug fixes

    • Select
      • Fix placeholder i18n bug (#17644 by @nzh63)
    • Popconfirm
      • Popconfirm i18n bug by @iamkun)
    • Drawer
      • Fix focus bug (#20626 by @cs1707)
    • Image
      • Preview optimization (#20652 by @cs1707)

    Optimization

    • Doc
      • Fix typo in french translation of datetime-picker.md (#20543 by @lonk)
      • Add format attribute description to the progress component (#20641 by @cs1707)

    2.15.0

    2021-01-15

    Bug 修复

    • Select
      • 修复 placeholder 国际化 bug (#17644 by @nzh63)
    • Popconfirm
      • 修复 Popconfirm 国际化 bug by @iamkun
    • Drawer
      • 修复 focus bug (#20626 by @cs1707)
    • Image
      • 图片预览优化 (#20652 by @cs1707)

    优化

    • Doc
      • 更新法语文档 datetime-picker.md (#20543 by @lonk)
      • 更新 Progress 组件文档 (#20641 by @cs1707)
    Source code(tar.gz)
    Source code(zip)
  • v2.14.1(Nov 11, 2020)

    Bug fixes

    • Popover
      • Compatible with Vue 2.6 new v-slot syntax (#20424 by @iamkun)

    Optimization

    • I18n
      • Update Arabic translation (#20202 by @elkattan)
      • Update Uighur translation (#20177 by @IlhamTahir)

    Bug 修复

    • Popover
      • 兼容 Vue 2.6 新 v-slot 语法 (#20424 by @iamkun)

    优化

    • I18n
      • 更新阿拉伯语翻译 (#20202 by @elkattan)
      • 更新维吾尔语翻译 (#20177 by @IlhamTahir)
    Source code(tar.gz)
    Source code(zip)
  • v2.14.0(Oct 29, 2020)

    Breaking changes

    • Popconfirm
      • Rename event name to confirm, cancel (#20240 by @hugiron)"

    Bug fixes

    • Progress
      • Fix attribute error (#19985 by @Caaalabash)

    Optimization

    • I18n
      • Update Russian translation (#19451 by @yangirov)
      • Update Khmer translation (#20077 by @Sovai)
      • Update Ukrainian translation (#20344 by @MammutAlex)

    非兼容性更新

    • Popconfirm
      • 事件名称修改为 confirm, cancel (#20240 by @hugiron)"

    Bug 修复

    • Progress
      • 修复参数错误的问题 (#19985 by @Caaalabash)

    优化

    • I18n
      • 更新俄语翻译 (#19451 by @yangirov)
      • 更新高棉语翻译 (#20077 by @Sovai)
      • 更新乌克兰语翻译 (#20344 by @MammutAlex)
    Source code(tar.gz)
    Source code(zip)
  • v2.13.2(May 18, 2020)

    Bug fixes

    • Autocomplete
      • Fix change event bug (#19200 by @sxzz)
    • Image
      • Update error status (#19194 by @lhx6538665)

    Optimization

    • I18n
      • Update ru-RU popconfirm translation (#19220 by @Opppex)
      • Update vi translation (#19244 by @quangln2810)
      • Update Catalan and Spanish translations (#19296 by @Ismaaa)
      • Update Indonesia translation (#19320) by @therour)
      • Update Brazilian Portuguese translation (#19374 by @diegomengarda)

    Bug 修复

    • Autocomplete
      • 修复 'change event' 错误 (#19200 by @sxzz)
    • Image
      • 更新错误状态 (#19194 by @lhx6538665)

    Optimization

    • I18n
      • 更新 ru-RU popconfirm 翻译 (#19220 by @Opppex)
      • 更新 vi 翻译 (#19244 by @quangln2810)
      • 更新 Catalan 和 Spanish 翻译 (#19296 by @Ismaaa)
      • 更新 Indonesia 翻译 (#19320) by @therour)
      • 更新 Brazilian Portuguese 翻译 (#19374 by @diegomengarda)
    Source code(tar.gz)
    Source code(zip)
  • v2.13.1(Apr 13, 2020)

    New features

    • Autocomplete
      • Add change event (#17913 by @sxzz)

    Bug fixes

    • Autocomplete
      • Fix suggestion error when textarea (#18478 by @Roojay)
    • Carousel
      • Fix console typo bug (#18264 by @IceFox)
    • Image
      • Fix preview dose not show when preview list not contain src issue (#18975) (#19130 by @luckyCao)
      • Fix shortcut key not work at second time issue (#18983) (#19156 by @luckyCao)
      • Don't show image-viewer when preview is false (#18967 by @inooNgt)
    • Transfer
      • Fix incorrect line-height of el-transfer's first list item when it was used with el-form-item (#18917 by @Hanx)
    • InputNumber
      • Correctly compute inputNumberDisabled (#18439 by @ashuser-pendo)
    • Chore
      • Remove index intro (#19155 by @iamkun)
    • Doc
      • Popconfirm doc update (#18324 by @iamkun)
      • Fix step-strictly docs typo (#18705 by @dream2023)
      • Fix a type error in document of steps component (#17555 by @haoranyu)

    新特性

    • Autocomplete
      • 添加 change 事件 (#17913 by @sxzz)

    Bug 修复

    • Autocomplete
      • 修复类型为 textarea 时建议错误问题 (#18478 by @Roojay)
    • Carousel
      • 修复 console.warn 文案拼写错误 (#18264 by @IceFox)
    • Image
      • 修复当 preview-src-list 属性不包含 src 时图片预览大图展示为空的问题 (#18975) (#19130 by @luckyCao)
      • 修复第二次图片预览时快捷键失效问题 (#18983) (#19156 by @luckyCao)
      • 修复 preview-src-list 为空时点击图片会给 body 添加 overflow: scroll 的问题 (#18967 by @inooNgt)
    • Transfer
      • 修复和 Form 组件一起使用时错误的行高问题 (#18917 by @Hanx)
    • InputNumber
      • 正确计算 inputNumberDisabled (#18439 by @ashuser-pendo)
    • Chore
      • 更新首页文案 (#19155 by @iamkun)
    • Doc
      • 更新 Popconfirm 文档 (#18324 by @iamkun)
      • 修复 step-strictly 文档拼写问题 (#18705 by @dream2023)
      • 修复 Steps 组件文档问题 (#17555 by @haoranyu)
    Source code(tar.gz)
    Source code(zip)
  • v2.13.0(Nov 26, 2019)

    New features

    • Popconfirm
      • Add popconfirm component (#17548 by @iamkun)

    Bug fixes

    • BackTop
      • Use cubic bezier scrolling (by @lon)
    • DatePicker
      • Fix bug of only select min date of date range problem (#17191 by @smk0621)
    • Select
      • Fix select test cases by (@msidolphin)
    • Tree
      • Add font-size for the style of tree empty-text (#17094 by @spengjie)
    • Table
      • Column header can be costumed (#17291 by @ziyoung)
      • Update table header cell style (#17284 by @ziyoung)
      • Fix table header height after filter (#17348 by @ziyoung)
      • Fixed row-style with display not work (#17002 by @a631807682)
      • Fix header table not display (#17341 by @ziyoung)
    • Calendar
      • Import el-button and el-button-group (#17376 by @masongzhi)
    • MessageBox
      • Fix icon position error (#17410 by @nullptru)
    • TimePicker
      • Set the selection range after scrolling up or down (#16868 by @mattheyan)
    • Message
      • Fix close instace offsetHeight(#17564) (#17852 by @gzwgq222)
    • Form
      • Callback of validateField should be optional (#17314 by @CarterLi)
    • Cascader
      • Fix TypeScript 3.7 compatibility (#17881 by @CarterLi)
    • Menu
      • Fix router NavigationDuplicated error when using vue-router@^3.1.0 (#17269 by @iamkun)
    • Dropdown
      • Update type file (#17550 by @iamkun)
    • Progress
      • Add strokeLinecap prop (#17552 by @iamkun)
    • InfiniteScroll
      • Skip trigger event on invisible element (#17553 by @iamkun)
    • Image
      • Perfect picture preview behavior (#16985 by @luckyCao)
      • Fix shield the page when preview big image (#16796 by @luckyCao)
    • Drawer
      • Bugfix drawer-append-to-body-not-working (#16953 by @JeremyWuuuuu)
    • Select
      • Fix tag show value or empty issue (17199 by @luckyCao)
    • Scrollbar
      • Fix FireFox scroll bar width (#18091 by @iamkun)

    Optimization

    • I18n
      • Update sv-SE.js (#17926 by @FOLLGAD)
      • Update avatar component fr doc (#17762 by @blombard)
    • Docs
      • Fix time-select typo (#17250 by @wacky6)
      • Fix Drawer attribute accepted value typo in es (#17122 by @haoranyu)
      • Update Spanish changelog 2.12.0 (#17364 by @Gonzalo2310)
      • Fix Changelog typo (#17874 by @renlixin)
      • Fix Loading demo (#17862 by @MBearo)
      • Add input event in input Events Table (#18061 by @zhouxinyong)
      • Delete Input repeat change event (#18085 by @zhouxinyong)

    新特性

    • Popconfirm
      • 新增 Popconfirm 组件 (#17548 by @iamkun)

    Bug fixes

    • BackTop
      • 平滑过渡动画 (by @lon)
    • DatePicker
      • 修复选择最小日期的 bug (#17191 by @smk0621)
    • Select
      • 修复测试用例 (by @msidolphin)
    • Tree
      • 增加 font-size 样式 (#17094 by @spengjie)
    • Table
      • 头部可自定义 (#17291 by @ziyoung)
      • 更新头部样式 (#17284 by @ziyoung)
      • 修复时候 filter 之后高度问题 (#17348 by @ziyoung)
      • 修复 row-style 失效的 bug (#17002 by @a631807682)
      • 修复头部消失的 bug (#17341 by @ziyoung)
    • Calendar
      • 导入 el-button 和 el-button-group (#17376 by @masongzhi)
    • MessageBox
      • 修复图表位置 (#17410 by @nullptru)
    • TimePicker
      • 滚动后设置正确的位置 (#16868 by @mattheyan)
    • Message
      • 修复关闭的 offsetHeight(#17564) (#17852 by @gzwgq222)
    • Form
      • ValidateField 的回调应为可选项 (#17314 by @CarterLi)
    • Cascader
      • 修复 TypeScript 3.7 的兼容问题 (#17881 by @CarterLi)
    • Menu
      • 修复 NavigationDuplicated 在 vue-router@^3.1.0 的报错 (#17269 by @iamkun)
    • Dropdown
      • 更新类型文件 (#17550 by @iamkun)
    • Progress
      • 增加 strokeLinecap 属性 (#17552 by @iamkun)
    • InfiniteScroll
      • 跳过不可见元素触发 (#17553 by @iamkun)
    • Image
      • 优化用户体验 (#16985 by @luckyCao)
      • 优化大图片展示问题 (#16796 by @luckyCao)
    • Drawer
      • 修复 drawer-append-to-body 失效的 bug (#16953 by @JeremyWuuuuu)
    • Select
      • 修复空 tag 的 bug (17199 by @luckyCao)
    • Scrollbar
      • 修复 FireFox 双滚动条的 bug (#18091 by @iamkun)

    Optimization

    • I18n
      • 更新 sv-SE.js (#17926 by @FOLLGAD)
      • 更新 avatar 组件法语文档 (#17762 by @blombard)
    • Docs
      • 修复 time-select 文档错误 (#17250 by @wacky6)
      • 修复 Drawer 文档错误 (#17122 by @haoranyu)
      • 更新 Spanish changelog 2.12.0 (#17364 by @Gonzalo2310)
      • 修复 Changelog 文档错误 (#17874 by @renlixin)
      • 修复 Loading 示例 (#17862 by @MBearo)
      • 增加 input event 相关文档 (#18061 by @zhouxinyong)
      • 移除 Input repeat change event 相关文档 (#18085 by @zhouxinyong)
    Source code(tar.gz)
    Source code(zip)
  • v2.12.0(Aug 30, 2019)

    New features

    • Popover
      • Add close-delay prop (#16671 by @LachlanStuart)
    • Theme
      • Add Chrome Extension: Element Theme Extension (#16686 by @iamkun)
    • Icon
      • Add font-display to @font-face declaration (#16805 by @iamfaizalandyka)

    Bug fixes

    • Carousel
      • Fix onChange emit value (#16705 by @iamkun)
    • Notification
      • Fix modifying incoming option object (#16704 by @iamkun)
    • DatePicker
      • Add className for picker option (#16632 by @iamkun)
    • DateTimePicker
      • Fix time-spinner not scroll to right position (#16854 by @jesse-li)
    • Table
      • Prevent click handler after drag (#16850 by @ziyoung)
      • Fix chrome crash when set thead css display to none (#16956 by @luckyCao)
      • Fix wrong empty block height (#16861 by @ziyoung)
      • Not throw error when calling toggleExpansion (#16304 by @yyjjqq94)
      • Not trigger sort-change event when mounted (#17113 by @a631807682)
      • Fix setCurrentRow unable to clear highlight row (#16879 by @ziyoung)
      • Fix expand-row-keys not work when data is loaded asynchronously (#16899 by @ziyoung)
      • set toggleAllSelection as instance property (#17137 by @ziyoung)
    • Tree
      • Fix distance between label and checkbox (#16799 by @Hazlank)
    • Tabs
      • Fix incorrect TabItem's position (#16520 by @victorting)
      • Fix activated tab is out of visual range bug (#17033 by @nullptru)
    • Calendar
      • Fix weekdays i18n issue (#16772 by @ubitoffee)
      • fix locale error by @iamkun)
    • Cascader
      • Fix CascaderPanel display error (#16716 by @zhangHongEn)
      • Fix disable status and close button issue (#16224 by @yyjjqq94)
    • Input
      • Fix Korean composition event (#15069 by @MoonHyuk)
      • Fix click event of clear button not trigger when using v-loading (#16576 by @a631807682)
    • Select
      • Not toggle dropdown when filtering (#17205 by @luckyCao)
    • Transfer
      • Fix style error (#17206 by @iamkun)
    • Dialog
      • update sass var (#16365 by @haoranyu)
    • RadioGroup
      • Not produce invalid HTML in table if "is" attribute is specify (#17070 by @nullptru)
    • Divider
      • Support custom classes (#17078 by @island205)

    Optimization

    • Checkbox
      • Improve screen reader experience (#16575 by @tylertrotter)
    • Docs
      • Update changelog (#16773 by @SimonaliaChen)
      • Update contributing guide (#14800 by @sinchang)
      • Fix typo in Drawer docs (#16848 by @winkay)
      • Update custom theme (#16983 by @iamkun)
      • Add Esperanto translation (#16955 by @maxkoryukov)
      • Update input-number document about change event (#16316 by @luckyCao)
      • Update spanish doc 2.11.1 (#16961 by @Gonzalo2310)
    • I18n
      • Remove translation of 'year' in catalan language as in the other languages (#14722 by @oscaralbareda)
      • Update spanish changelog 2.10.0 and 2.10.1 (#16548 by @Gonzalo2310)
      • Update ar.js (#16653 by @l3op)
    • Test
      • Correct spelling error (#16672 by @boomler)
      • Refactor unit test to use data-uri (#16847 by @a631807682)
    • Types
      • Fix httprequest type (#16633 by @luckyCao)

    新特性

    • Popover
      • 添加 close-delay 属性 (#16671 by @LachlanStuart)
    • Theme
      • 增加 Chrome 插件: Element Theme Extension (#16686 by @iamkun)
    • Icon
      • 支持 font-display 属性的配置 (#16805 by @iamfaizalandyka)

    Bug fixes

    • Table
      • 在表头拖拽后阻止 click 事件的触发 (#16850 by @ziyoung)
      • 修复表头 display 为 none 造成浏览器崩溃的问题 (#16956 by @luckyCao)
      • 修复没有数据的时表格高度问题 (#16861 by @ziyoung)
      • 调用 toggleExpansion 不再抛出异常 (#16304 by @yyjjqq94)
      • 挂载时不再触发 sort-change 事件 (#17113 by @a631807682)
      • 修复 setCurrentRow 方法不生效的问题 (#16879 by @ziyoung)
      • 修复当数据异步加载时,expand-row-keys 不生效的问题 (#16899 by @ziyoung)
      • 把 toggleAllSelection 设置为 Table 示例的属性 (#17137 by @ziyoung)
    • Tree
      • 修复文字与复选框之间的距离 (#16799 by @Hazlank)
    • Tabs
      • 修复 TabItem 位置不正确的问题 (#16520 by @victorting)
      • 修复高亮的 Tab 不在可视区的问题 (#17033 by @nullptru)
    • Calendar
      • 修复日期的显示问题 (#16772 by @ubitoffee)
      • 修复在夏令时的显示问题 (#17208 by @iamkun)
    • Cascader
      • 修复 CascaderPanel 的显示问题 (#16716 by @zhangHongEn)
      • 禁用状态下,关闭按钮不显示 (#16224 by @yyjjqq94)
    • Input
      • 修复韩语输入问题 (#15069 by @MoonHyuk)
      • 触发清楚按钮的点击事件 (#16576 by @a631807682)
    • Select
      • 过滤时,不收起下拉框 (#17205 by @luckyCao)
    • Transfer
      • 修复样式问题 (#17206 by @iamkun)
    • Dialog
      • 添加 SCSS 变量 (#16365 by @haoranyu)
    • RadioGroup
      • is 指定时,不产生非法的 HTML 片段 (#17070 by @nullptru)
    • Divider
      • 支持自定义类 (#17078 by @island205)
    • Carousel
      • 修复 change 的触发时机 (#16705 by @iamkun)
    • Notification
      • 不修改传入的 option (#16704 by @iamkun)
    • DatePicker
      • 给 picker-option 添加 className 属性 (#16632 by @iamkun)
    • DateTimePicker
      • 修复时间选择滚动条的问题 (#16854 by @jesse-li)

    Optimization

    • Checkbox
      • 提高可访问性 (#16575 by @tylertrotter)
    • Docs
      • 更新 changelog (#16773 by @SimonaliaChen)
      • 更新贡献指南 (#14800 by @sinchang)
      • 修复 Drawer 文档中的拼写错误 (#16848 by @winkay)
      • 更新自定义主题 (#16983 by @iamkun)
      • 新增 Esperanto 翻译 (#16955 by @maxkoryukov)
      • 更新 input-number 文档 (#16316 by @luckyCao)
      • 更新 Spanish 文档 (#16961 #16548 by @Gonzalo2310)
    • I18n
      • 更新加泰罗尼亚语翻译 (#14722 by @oscaralbareda)
      • 更新阿拉伯语翻译 (#16653 by @l3op)
    • Test
      • 修复拼写错误 (#16672 by @boomler)
      • 优化 image 的单元测试 (#16847 by @a631807682)
    • Types
      • 修复 httprequest 的类型 (#16633 by @luckyCao)
    Source code(tar.gz)
    Source code(zip)
  • v2.11.1(Jul 26, 2019)

    Bug fixes

    • Image
      • Fix Image component SSR compatibility (#16737 by @luckyCao)
    • Chore
      • Update dart-sass compatibility by @LewisChennnnn)

    Bug 修复

    • Image
      • 修复 Image 组件 SSR 兼容性 (#16737 by @luckyCao)
    • Chore
      • 更新 dart-sass 的兼容性 by @LewisChennnnn)
    Source code(tar.gz)
    Source code(zip)
  • v2.11.0(Jul 25, 2019)

    New features

    • Drawer
      • Add drawer component (#16577 by @JeremyWuuuuu)

    Bug fixes

    • Checkbox
      • Enhance css selector (#16006 by @Hazlank)
    • Tree
      • Make el-tree generic (#15934 by @JeremyWuuuuu)
      • Set isCurrent prop to False (#15870 by @kkkisme)
    • Dropdown
      • Fix split-button caret default color (#15931 by @JuniorTour)
    • Cascader
      • Fix level 1 children is empty update problem (#16399 by @luckyCao)
      • Display correct header when range is specified (#16354 by @ziyoung)
      • Add sets default values when lazy is true (#16420 by @luckyCao)
      • Fix display errors (#15935 by @junyiz)
      • Expose getCheckedNodes and fix options change bug (#16709 by @SimonaliaChen)
    • Submenu
      • Fix prop append-to-body (#16289 by @a631807682)
    • Table
      • Fix tree table when updating data (#16481 by @island205)
    • Select
      • Fix memory leak issue (#16463 by @island205)
    • InfiniteScroll
      • Update naming & doc (#16698 by @iamkun)
    • Avatar
      • Fix image not center vertically issue (#16489 by @luckyCao)
    • Dialog
      • Add destroyOnClose attribute (#16455 by @ziyoung)
    • Image
      • Add big Image preview feature (#16333 by @luckyCao)

    Optimization

    • Docs
      • Fix dropdown demo (#16193 by @webxmsj)
      • Fix typo in table documents (#15971 by @howiefh)
    • I18n
      • Update translation of Thai language (#16689 by @ponkrit)
    • Chore
      • Update theme base api (#16607 by @iamkun)
      • Add form theme token (#16699 by @iamkun)
      • Mark ali inner user's access (#16609 by @iamkun)
      • Fix doc anchor bug (#16692 by @iamkun)

    新特性

    • Drawer
      • 新增抽屉组件 (#16577 by @JeremyWuuuuu)

    Bug 修复

    • Checkbox
      • 修复 CSS 样式问题 (#16006 by @Hazlank)
    • Tree
      • 更新类型定义为泛类型 (#15934 by @JeremyWuuuuu)
      • 修复设置节点 isCurrent 的为 false 的问题 (#15870 by @kkkisme)
    • Dropdown
      • 更新 split-button 默认颜色 (#15931 by @JuniorTour)
    • Cascader
      • 修复一级菜单更新问题 (#16399 by @luckyCao)
      • 更新显示正确的 header 的逻辑 (#16354 by @ziyoung)
      • 懒加载时设默认值 (#16420 by @luckyCao)
      • 修复显示问题 (#15935 by @junyiz)
      • 对外暴露 getCheckedNodes 和修复 option 问题 (#16709 by @SimonaliaChen)
    • Submenu
      • 修复 append-to-body 问题 (#16289 by @a631807682)
    • Table
      • 修复 tree table 数据更新问题 (#16481 by @island205)
    • Select
      • 修复内存泄漏问题 (#16463 by @island205)
    • InfiniteScroll
      • 更新命名和说明 (#16698 by @iamkun)
    • Avatar
      • 修复图片不居中的问题 (#16489 by @luckyCao)
    • Dialog
      • 增加 destroyOnClose 属性 (#16455 by @ziyoung)
    • Image
      • 增加大图预览 (#16333 by @luckyCao)

    优化

    • Docs
      • 修复 dropdown 示例 (#16193 by @webxmsj)
      • 修正笔误 (#15971 by @howiefh)
    • I18n
      • 更新泰文翻译 (#16689 by @ponkrit)
    • Chore
      • 更新基础 API 地址 (#16607 by @iamkun)
      • 增加 Form 的主题 token (#16699 by @iamkun)
      • 更新统计 (#16609 by @iamkun)
      • 修复文档锚点问题 (#16692 by @iamkun)
    Source code(tar.gz)
    Source code(zip)
  • v2.10.1(Jul 2, 2019)

    Bug fixes

    • Table
      • Fix sort icon (#15439 by @bezany)
      • Fix layout breaks when append slot exists (#16332 by @ziyoung)
      • Fix showOverflowTooltip not reactive (#16295 by @a631807682)
      • Register scrollbar in filter-panel (#16246 by @ziyoung)
    • Chore
      • Fix 2.9 docs (#16233 by @ziyoung)
      • Fix index page theme intro english css style issue (#16254 by @iamkun)

    Optimization

    • Tag
      • Compatible with IE (#16334 by @ziyoung)
    • Chore
      • Update Dingtalk Group QR image (#16236 by @iamkun)
    • Doc
      • Update online theme roller doc (#16244 by @iamkun)

    Bug 修复

    • Table
      • 排序 icon 问题修复 (#15439 by @bezany)
      • 修复 append slot 存在时布局错位问题 (#16332 by @ziyoung)
      • 修复 showOverflowTooltip 更新无效的问题 (#16295 by @a631807682)
      • 修复 FilterPanelScrollbar 未注册问题 (#16246 by @ziyoung)
    • Chore
      • 更新版本号,修复文档问题 (#16233 by @ziyoung)
      • 修复英文首页样式问题 (#16254 by @iamkun)

    优化

    • Tag
      • 兼容 IE (#16334 by @ziyoung)
    • Chore
      • 更新钉钉3群二维码 (#16236 by @iamkun)
    • Doc
      • 更新主题编辑器文档 (#16244 by @iamkun)
    Source code(tar.gz)
    Source code(zip)
  • v2.10.0(Jun 26, 2019)

    New features

    • I18n
      • Added Uzbek language (#15796 by @ogabek96)
    • Calendar
      • Add first-day-of-week attribute (#16047 by @ziyoung)
    • Avatar
      • Add avatar component (#16144 by @luckyCao)
    • Upload:
      • Add capability to customize thumbnail template (#13192 by @victorzhuk)

    Bug fixes

    • Tree
      • Not highlight tree node when currentKey is null (#15668 by @yyjjqq94)
      • Fix issue #15538 caused by two Tree sharing the same data (#15615 by @VanMess)
    • Upload
      • Update the parameter fileList type (#15716 by @underfin)
    • Table
      • Fix loading icon not display (#15868 by @ziyoung)
      • Fix background color of complex table when hovering (#15504 by @cnlon)
      • Fix current-row-key and select event bug (#15983 by @ziyoung)
      • Height accepts more units (#16013 by @ziyoung)
      • Fix reserve-selection not work (#16135 by @ziyoung)
    • Docs
      • Fix Divider attribute type in zh-cn (#15889 by @haoranyu)
    • Menu
      • Fixed submenu hidden bug after adding popper-append-to-body (#15391 by @PanJiaChen)
    • Select
      • Fix initialInputHeight (#15989 by @yyjjqq94)
      • Fix default-first-option behavior when typing Chinese (#15431 by @VanMess)
      • fix double import problem (#16215 by @lengband)
    • Message
      • Add type def for offset option (#16027 by @matjaz)
    • Timeline
      • Fix reverse broken (#16091 by @ziyoung)
    • Slider
      • Fix #15545 by adding explains about "input" event in Chinese (#15588 by @VanMess)
    • InfiniteScroll
      • Update package name (#16125 by @iamkun)
    • MessageBox
      • Fix  distinguishCancelAndClose action not same as docs bug (#15438 by @qingdengyue)
    • PopupManager
      • Fix z-index cannot be rewritten at first using (#15738 by @luckyCao)
    • Docs
      • Delete an incorrect closing html tag and empty block code (#16194 by @Alexeykhr)
    • Chore
      • Update test api host (#15807 by @iamkun)

    Optimization

    • Tree
      • Modify loop conditions to improve performance (#15699 by @KingJeason)
    • Theme
      • Refine GA track & Update footer link forward to online theme roller (#16007 by @island205)
    • Badge
      • Update badge prop check (#16198 by @iamkun)
    • Avatar
      • Update theme config var (#16202 by @luckyCao)
    • I18n
      • Update pt-br.js (#15776 by @gigioSouza)
      • Update Farsi translation (#15881 by @pamenary)
    • Docs
      • Add missing components in quickstart (#16063 by @pape2016)
      • Update french translation (#16208 by @blombard)
      • Add description $slots.default (#15444 by @Alexeykhr)
      • Update Spanish Doc 2.9.1 (#15840 by @Gonzalo2310)
      • Fix spelling mistakes in fr (#15837 by @blombard)
      • Update changelog 2.9.2 Spanish (#16185 by @Gonzalo2310)

    Breaking changes

    • Form
      • Remove success status (#16159 by @ziyoung)

    新特性

    • I18n
      • 支持乌兹别克语 (#15796 by @ogabek96)
    • Calendar
      • 支持 first-day-of-week 配置 (#16047 by @ziyoung)
    • Avatar
      • 新增 Avatar 组件 (#16144 by @luckyCao)
    • Upload:
      • 支持自定义缩略图模版 (#13192 by @victorzhuk)

    Bug 修复

    • Tree
      • currentKeynull 时取消对树节点的高亮 (#15668 by @yyjjqq94)
      • 修复多实例共享数据的问题 #15538 (#15615 by @VanMess)
    • Upload
      • 更新 fileList 的类型定义 (#15716 by @underfin)
    • Table
      • 修复加载 icon 不显示的问题 (#15868 by @ziyoung)
      • 修复复杂表格中 hover 行背景色问题 (#15504 by @cnlon)
      • 修复 current-row-key 和选择事件的问题 (#15983 by @ziyoung)
      • height 属性接受更多单位 (#16013 by @ziyoung)
      • 修复 reserve-selection 无效的问题 (#16135 by @ziyoung)
    • Menu
      • 修复 popper-append-to-body 设置后,子菜单无法收起的问题 (#15391 by @PanJiaChen)
    • Select
      • 修复 initialInputHeight 问题 (#15989 by @yyjjqq94)
      • 修复输入中文时 default-first-option 的行为问题 (#15431 by @VanMess)
      • import 重复 (#16215 by @lengband)
    • Message
      • 类型定义中添加 offset 属性 (#16027 by @matjaz)
    • Timeline
      • 修复逆序问题 (#16091 by @ziyoung)
    • Slider
      • 补充 input 事件文档 (#15588 by @VanMess)
    • InfiniteScroll
      • 更新包名 (#16125 by @iamkun)
    • MessageBox
      • 修复 distinguishCancelAndClose 行为与文档不符的问题 (#15438 by @qingdengyue)
    • PopupManager
      • 修复无法复写 z-index 的问题 (#15738 by @luckyCao)
    • Docs
      • 删除不必要的内容 (#16194 by @Alexeykhr)
      • 更正 Divider 属性类型 (#15889 by @haoranyu)
    • Chore
      • 更新测试 API 地址 (#15807 by @iamkun)

    优化

    • Tree -优化循环性能 (#15699 by @KingJeason)
    • Theme
      • 更新 GA 打点,修改页底地址链接到主题编辑器 (#16007 by @island205)
    • Badge
      • 更新类型定义 (#16198 by @iamkun)
    • Avatar
      • 更新主题变量配置 (#16202 by @luckyCao)
    • I18n
      • 更新葡萄牙语 (#15776 by @gigioSouza)
      • 更新波斯语 (#15881 by @pamenary)
    • Docs
      • 补充入门文档中的组件列表 (#16063 by @pape2016)
      • 更新法语文档 (#16208 by @blombard)
      • Alert 添加 默认插槽文档 (#15444 by @Alexeykhr)
      • 更新西班牙语文档 (#15840 by @Gonzalo2310)
      • 更新法语文档中的拼写错误 (#15837 by @blombard)
      • 更新 2.9.2 西班牙文档 (#16185 by @Gonzalo2310)

    非兼容性更新

    • Form
      • 移除输入框的成功状态 (#16159 by @ziyoung)
    Source code(tar.gz)
    Source code(zip)
  • v2.9.2(Jun 25, 2019)

  • v2.9.1(May 30, 2019)

    New features

    • Table
      • default-expand-all, expand-row-keys, toggle-row-expansion method and expand-change event are supported in Tree Table (#15709 by @ziyoung)

    Bug fixes

    • Table
      • Fix some bugs (#15709 by @ziyoung)
    • Theme
      • Update api host (#15784 by @iamkun)

    Optimization

    • Chore
      • Update InfiniteScroll type (#15794 by @iamkun)

    新特性

    • Table
      • Tree Table 支持 tree-props,default-expand-all,expand-row-keys 属性, toggle-row-expansion 方法,expand-change 事件 (#15709 by @ziyoung)

    Bug 修复

    • Table
      • 修复了一些问题 (#15709 by @ziyoung)
    • Theme
      • 更新接口域名 (#15784 by @iamkun)

    优化

    • Chore
      • 更新 InfiniteScroll 组件定义文件 (#15794 by @iamkun)
    Source code(tar.gz)
    Source code(zip)
  • v2.9.0(May 30, 2019)

    New features

    • Backtop
      • Add Backtop component (#15541 by @iamkun)
    • PageHeader
      • Add PageHeader component (#15714 by @ziyoung)
    • InfiniteScroll
      • Add InfiniteScroll directive (#15567 by @iamkun)
    • Cascader
      • Add multiple mode and filter-method (#15611 by @SimonaliaChen)
    • Message
      • Display in stack mode (#15639 by @island205)
    • Tag
      • Add prop effect (#15725 by @SimonaliaChen)
    • Tabs
      • Left align title when type is card (#15695 by @luckyCao)
    • DatePicker
      • Support literal strings (#15525 by @island205)
    • Image
      • Add support for transmit attrs and listeners (#15578 by @VanMess)
    • Theme
      • Add popup background (#15412 by @iamkun)
    • Chore
      • Update new 2.9.0 index page (#15682 by @iamkun)

    Bug fixes

    • Table
      • Fix sort-change behaviour when sort condition is null (#15012 by @joelxr)
    • Image
      • Fix ssr and object-fit compatibility (#15346 by @SimonaliaChen)
    • Input
      • Fix show-word-count style in el-form (#15359 by @lvjiaxuan)
      • Fix clear icon is not centered (#15354 by @YiiGuxing)
    • Calendar
      • Fix not correct day of week when the day is Sunday (#15399 by @qingdengyue)
      • Fix October disappear bug (#15394 by @qingdengyue)
    • Tabs
      • Fix basic tab nested in card tab padding error (#15461 by @SimonaliaChen)
    • Tag
      • Fix stop propagation problem (#15150 by @infjer)
    • Form
      • Fix input-group within form-item height error (#15457 by @SimonaliaChen)
      • Fix resetFields issue (15181 by @luckyCao)
    • Tooltip
      • Fix custom tabindex not work (#15619 by @SimonaliaChen )
    • Link
      • Fix link icon style class (#15752 by @iamkun)
    • Select
      • Revert set value to null when cleared (#15447 by @iamkun)
    • Loading
      • Fix dom not change when loading state change quickly (#15123 by @FAKER-A)
    • Switch
      • Label with el-switch repeating event (#15178 by @FAKER-A)
    • Slider
      • Fix style problem when clicking slider bar(#15561 by @luckyCao)
    • Radio
      • Fix issue 14808 (#14809 by @OverTree)
    • Form
      • Fix resetFields issue (15181 by @luckyCao)
    • Chore
      • Upgrade dependencies and fix demo bug (#15324 by ziyoung)
    • Type
      • Fix loading type definition (#15635 by @iamkun)
      • Fix Icon type (#15634 by @iamkun)
      • Fix Link type definition (#15402 by @iamkun)

    Optimization

    • Cascader
      • Refactor (#15611 by @SimonaliaChen)
    • Chore
      • Update make new component logic (by @iamkun)
    • Docs
      • Rename variable in docs (#15185 by @liupl)
      • Fix image attribute type and default value (#15423 by @haoranyu)
      • Fix form doc bug (#15228 by @SHERlocked93)

    新特性

    • Backtop
      • 新增 Backtop 组件 (#15541 by @iamkun)
    • PageHeader
      • 新增 PageHeader 组件 (#15714 by @ziyoung)
    • InfiniteScroll
      • 新增 InfiniteScroll 指令 (#15567 by @iamkun)
    • Cascader
      • 新增多选模式和 filter-method 方法 (#15611 by @SimonaliaChen)
    • Message
      • 信息依次展示 (#15639 by @island205)
    • Tag
      • 新增 effect 属性 (#15725 by @SimonaliaChen)
    • Tabs
      • 卡片模式下标题左对齐 (#15695 by @luckyCao)
    • DatePicker
      • 支持字符串常量 (#15525 by @island205)
    • Image
      • 支持 attrs 和 listeners (#15578 by @VanMess)
    • Theme
      • 新增 popup 背景配置 (#15412 by @iamkun)
    • Chore
      • 更新文档首页 (#15682 by @iamkun)

    Bug 修复

    • Table
      • 修复排序条件为空时的排序问题 (#15012 by @joelxr)
    • Image
      • 修复 ssr 问题和 object-fit 的兼容性 (#15346 by @SimonaliaChen)
    • Input
      • 修复 show-word-count 样式问题 (#15359 by @lvjiaxuan)
      • 修复删除图标样式 (#15354 by @YiiGuxing)
    • Calendar
      • 修复星期展示错误 (#15399 by @qingdengyue)
      • 修复十月展示问题 (#15394 by @qingdengyue)
    • Tabs
      • 修复 padding 问题 (#15461 by @SimonaliaChen)
    • Tag
      • 修复阻止冒泡问题 (#15150 by @infjer)
    • Form
      • 修复 form-item 的高度错误 (#15457 by @SimonaliaChen)
      • 修复 resetFields 问题 (15181 by @luckyCao)
    • Tooltip
      • 修复自定义 tabindex 不生效问题 (#15619 by @SimonaliaChen)
    • Link
      • 修复图标 class 问题 (#15752 by @iamkun)
    • Select
      • 回滚清除时,设置 value 为 null 的修改 (#15447 by @iamkun)
    • Loading
      • 修复 Dom 不更新的问题 (#15123 by @FAKER-A)
    • Switch
      • 修复事件重复触发问题 (#15178 by @FAKER-A)
    • Slider
      • 修复点击时样式问题 (#15561 by @luckyCao)
    • Radio
      • 修复 value 不更新的问题 (#14809 by @OverTree)
    • Form
      • 修复 resetFields 问题 (15181 by @luckyCao)
    • Chore
      • 更新依赖 (#15324 by ziyoung)
    • Type
      • 修复 Loading 定义文件 (#15635 by @iamkun)
      • 修复 Icon 定义文件 (#15634 by @iamkun)
      • 修复 Link 定义文件 (#15402 by @iamkun)

    优化

    • Cascader
      • 重构 (#15611 by @SimonaliaChen)
    • Chore
      • 更新新建组件的脚本 (by @iamkun)
    • Docs
      • 重新命名文档变量 (#15185 by @liupl)
      • 更新 Image 组件文档 (#15423 by @haoranyu)
      • 修复 Form 组件文档错误 (#15228 by @SHERlocked93)
    Source code(tar.gz)
    Source code(zip)
  • v2.8.2(May 30, 2019)

    Bug fixes

    • Icon
      • Update icon (#15272 by @iamkun)
    • Docs
      • Fix Form and Input doc style (#15273 by @ziyoung)

    Bug 修复

    • Icon
      • 更新 icon (#15272 by @iamkun)
    • 文档
      • 修复 Form 与 Input 文档样式 (#15273 by @ziyoung)
    Source code(tar.gz)
    Source code(zip)
  • v2.8.1(May 30, 2019)

    Bug fixes

    • Icon
      • Update icon of cascader and select (#15264 by @SimonaliaChen)
      • Update icon (#15258 #15268 by @iamkun)

    Optimization

    • Chore
      • Update build script (#15267 by @ziyoung)
    • Docs
      • Fix link underline color (#15265 by @iamkun)
    • Other
      • Fix migrating config not compatible with camel case props and events (#15260 by @SimonaliaChen)

    Bug 修复

    • Icon
      • 更新 Select 与 Cascader 的 icon (#15264 by @SimonaliaChen)
      • 更新 icon (#15258 by @iamkun)

    优化

    • Chore
      • 更新构建脚本 (#15267 by @ziyoung)
    • Docs
      • 修复 link 的样式 (#15265 by @iamkun)
    • 其他
      • migrating 配置兼容驼峰名称 (#15260 by @SimonaliaChen)
    Source code(tar.gz)
    Source code(zip)
  • v2.8.0(Apr 25, 2019)

    New features

    • Divider
      • Add divider component (#15055 by @island205)
    • Rate
      • Add custom colors and icon-classes by passing a object (#15051 by @SimonaliaChen)
    • Link
      • Add link component (#15052 by @iamkun)
    • Calendar
      • Add calendar component (#14908 by @ziyoung)
    • Icon
      • Add icon (#15214 by @iamkun)
    • Alert
      • Add dark theme (#15041 by @island205)
    • Image
      • Add image component (#15117 by @SimonaliaChen)
    • Collapse
      • CollapseItem can be disabled (#15076 by @ziyoung)
    • Carousel
      • Add direction attribute and support vertical direction (#15122 by @ziyoung)
    • Pagination
      • Add hide-on-single-page attribute (#15096 by @ziyoung)
    • Slider
      • Add marks attribute (#15133 by @luckyCao)
    • Input
      • Add show-word-count attribute (#15075 by @luckyCao)
    • InputNumber
      • Add step-strictly attribute (#15050 by @luckyCao)
    • Tooltip, Dropdown, Popover
      • Support tabindex attribute (#15167 by @ziyoung)

    Bug fixes

    • Notification
      • Fix title word break (#15008 by @iamkun)
    • Form
      • Fix switching the rules in el-form not work (#14985 by @luckyCao)
      • Fix label style (#14969 by @ziyoung)
      • Required FormItem displays asterisk when label is auto (#15144 by @ziyoung)
    • Pagination
      • Fix slot not updated (#14711 by @lucyhao)
    • Table
      • Fix load bug in lazy mode (#15101 by @ziyoung)
      • Fix cell width when colspan is grater than 1 (#15196 by @ziyoung)
      • Improve performance (#14868 by @ziyoung)
      • Don't emit triggers sort-change during initialization (#14625 by @PeanutWatson)
      • Equal behaviour for height and max-height (#14660 by @arthurdenner)
    • Dialog
      • Fix dialog body correctly break long words (#15027 by @iamkun)
    • Alert
      • update type definition (#15186 by @ziyoung)
    • Tabs
      • Fix issue where Promise rejection was hitting application (#14816 by @ffxsam)
      • Rerender when slot changes (#15238 by @ziyoung)
    • Message
      • Fix type definition (#14968 by @agoni1212)
    • Select
      • Fix error when value is undefined or null (#15022 by @luckyCao)
    • Tree
      • Delete current node after it removed (#14604 by @sinchang)
      • Improve performance (#14881 by @ChenZhuoSteve)
    • Dropdown
      • Fix style (#14907 by @doing123)
    • Slider
      • Fix broken keyboard a11y bug (#14792 by @erezsob)
    • Menu
      • ActiveIndex value shall be null if defaultIndex does not exist(#14074 by @hoythan)
    • Directive
      • RepeatClick: use Date.now() instead of new Date() (#14776 by @pavelmash)
    • Upload
      • Fix Upload transparent picture display style (#15039 by @iamkun)
    • Theme
      • Add zero border (#15256 by @iamkun)

    Optimization

    • Chore
      • Update changelog zh-cn (#14965 by @iamkun)
      • Hide demo description when it's empty (#15014 by @ziyoung)
      • Display dev server info by default by @iamkun)
      • Fix 2.6.0 changelog error (#15026 by @iamkun)
      • Update build config (#14821 by @abc3660170)
      • Add hmr (#15221 by @SimonaliaChen)
      • Use sourcemap in dev environment (#15087 by @ibufu) Docs
      • Rename variable in docs (#14602 #15003 #15094 #15105 by @liupl)
      • Fix upload doc error (#15023 by @iamkun)
      • Update Form custom validator doc (#15040 by @iamkun)
      • Update Tabs docs to display vertical tabs (#15053 by @iamkun)
      • Use eleme.cn as domain (#15139 by @ziyoung)
      • Fix Image route name (#15194 by @iamkun)
      • Remove duplicated fr translation (#15207 by @iamkun)

    Breaking changes

    • Rate
      • Fix decimal display support in disabled mode (#15089 by @haoranyu)
    • Select
      • Use placeholder option label to set placeholder in filter mode (#14989 by @ibufu)

    新特性

    • Divider
      • 新增 Divider 组件 (#15055 by @island205)
    • Rate
      • 支持通过对象自定义 colors 与 icon-classes 属性 (#15051 by @SimonaliaChen)
    • Link
      • 新增 Link 组件 (#15052 by @iamkun)
    • Calendar
      • 新增 Calendar 组件 (#14908 by @ziyoung)
    • Icon
      • 新增图标 (#15214 by @iamkun)
    • Alert
      • 新增高饱和度主题 (#15041 by @island205)
    • Image
      • 新增 Image 组件 (#15117 by @SimonaliaChen)
    • Collapse
      • CollapseItem 支持禁用 (#15076 by @ziyoung)
    • Carousel
      • 新增 direction 属性,支持垂直方向切换 (#15122 by @ziyoung)
    • Pagination
      • 新增 hide-on-single-page 属性 (#15096 by @ziyoung)
    • Slider
      • 新增 marks 属性 (#15133 by @luckyCao)
    • Input
      • 新增 show-word-count 属性 (#15075 by @luckyCao)
    • InputNumber
      • 新增 step-strictly 属性 (#15050 by @luckyCao)
    • Tooltip, Dropdown, Popover
      • 新增 tabindex 属性 (#15167 by @ziyoung)

    Bug fixes

    • Notification
      • 修复标题不换行的问题 (#15008 by @iamkun)
    • Form
      • 修复动态表单校验规则不生效的问题 (#14985 by @luckyCao)
      • 修复 label 的样式 (#14969 by @ziyoung)
      • 当 required 为 true 时,显示星号 (#15144 by @ziyoung)
    • Pagination
      • 修复 slot 未更新的问题 (#14711 by @lucyhao)
    • Table
      • 修复懒加载时加载数据的 bug (#15101 by @ziyoung)
      • 在合并单元格时,修复单元格的宽度计算不正确的问题 (#15196 by @ziyoung)
      • 提升表格的性能 (#14868 by @ziyoung)
      • 初始化时不再触发 sort-change 事件 (#14625 by @PeanutWatson)
      • 让 height 与 max-height 属性的行为保持一致 (#14660 by @arthurdenner)
    • Dialog
      • 修复内容不换行的问题 (#15027 by @iamkun)
    • Alert
      • 更新 typescript 定义文件 (#15186 by @ziyoung)
    • Tabs
      • Fix issue where Promise rejection was hitting application (#14816 by @ffxsam)
      • slot 改变时,重新渲染 (#15238 by @ziyoung)
    • Message
      • 修复 typescript 定义文件 (#14968 by @agoni1212)
    • Select
      • 修复当 value 为 undefined 或者 null 的报错 (#15022 by @luckyCao)
    • Tree
      • 当前节点被删除后,选中的节点也应该删除 (#14604 by @sinchang)
      • 提升性能 (#14881 by @ChenZhuoSteve)
    • Dropdown
      • 修复样式 (#14907 by @doing123)
    • Slider
      • 修复可访问性问题 (#14792 by @erezsob)
    • Menu
      • 如果 defaultIndex 不存在,activeIndex 应该为空 (#14074 by @hoythan)
    • Directive
      • RepeatClick: 使用 Date.now 提升性能 (#14776 by @pavelmash)
    • Upload
      • 修复 Upload 的背景颜色 (#15039 by @iamkun)
    • Theme
      • 添加无圆角变量 (#15256 by @iamkun)

    Optimization

    • Chore
      • 更新中文 changelog (#14965 by @iamkun)
      • 当 demo 描述为空时,不再显示 (#15014 by @ziyoung)
      • 显示 DevServer 的信息 (#15028 by @iamkun)
      • 修复 2.6 changelog 的 bug (#15026 by @iamkun)
      • 更新构建脚本 (#14821 by @abc3660170)
      • 本次开发时支持热更新 (#15221 by @SimonaliaChen)
      • 本地开发时,加载 sourcemap (#15087 by @ibufu) Docs
      • 重命名 demo 中的变量 (#14602 #15003 #15094 #15105 by @liupl)
      • 修复 upload 文档中的错误 (#15023 by @iamkun)
      • 更新 Form 文档 (#15040 by @iamkun)
      • 更新 Tabs 文档 (#15053 by @iamkun)
      • 使用 eleme.cn 作为新域名 (#15139 by @ziyoung)
      • 修复 Image 组件的路由名 (#15194 by @iamkun)
      • 删除多余的法语翻译 (#15207 by @iamkun)

    Breaking changes

    • Rate
      • 禁用情况下,显示小位数 (#15089 by @haoranyu)
    • Select
      • 过滤情况下,placeholder 为选中选项的 label (#14989 by @ibufu)
    Source code(tar.gz)
    Source code(zip)
  • v2.7.2(Apr 3, 2019)

    修复

    • Form
      • 修复 label-widthauto 的样式 (#14955 by @ziyoung)

    优化

    • Docs
      • 修复文档内图片链接错误 (#14957 by @iamkun)
    • Chore
      • 修复发布时 mkdir 异常 (#14952 by @iamkun)

    Bug fixes

    • Form
      • Fix auto label-width style (#14955 by @ziyoung)

    Optimization

    • Docs
      • Fix doc img link error (#14957 by @iamkun)
    • Chore
      • Fix deploy mkdir error (#14952 by @iamkun)
    Source code(tar.gz)
    Source code(zip)
Owner
饿了么前端
work hard, play harder
饿了么前端
A high quality UI Toolkit built on Vue.js 2.0

iView A high quality UI Toolkit built on Vue.js. Docs 3.x | 2.x | 1.x Features Dozens of useful and beautiful components. Friendly API. It's made for

iView 24k Jan 5, 2023
A template repository / quick start to build Azure Static Web Apps with a Node.js function. It uses Vue.js v3, Vue Router, Vuex, and Vite.js.

Azure Static Web App Template with Node.js API This is a template repository for creating Azure Static Web Apps that comes pre-configured with: Vue.js

Marc Duiker 6 Jun 25, 2022
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

English | 简体中文 | 日本語 | Spanish SPONSORED BY 活动服务销售平台 客户消息直达工作群 Introduction vue-element-admin is a production-ready front-end solution for admin inter

花裤衩 80.1k Dec 31, 2022
:eyes: Vue in React, React in Vue. Seamless integration of the two. :dancers:

vuera NOTE: This project is looking for a maintainer! Use Vue components in your React app: import React from 'react' import MyVueComponent from './My

Aleksandr Komarov 4k Dec 30, 2022
🎉 基于 vite 2.0 + vue 3.0 + vue-router 4.0 + vuex 4.0 + element-plus 的后台管理系统vue3-element-admin

vue3-element-admin ?? 基于 Vite 2.0 + Vue3.0 + Vue-Router 4.0 + Vuex 4.0 + element-plus 的后台管理系统 简介 vue3-element-admin 是一个后台前端解决方案,它基于 vue3 和 element-plu

雪月欧巴 84 Nov 28, 2022
Jenesius vue modal is simple library for Vue 3 only

Jenesius Vue Modal Jenesius vue modal is simple library for Vue 3 only . Site Documentation Installation npm i jenesius-vue-modal For add modals in yo

Архипцев Евгений 63 Dec 30, 2022
Mosha-vue-toastify - A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.

Mosha Vue Toastify A lightweight and fun Vue 3 toast or notification or snack bar or however you wanna call it library. English | 简体中文 Talk is cheap,

Baidi Liu 187 Jan 2, 2023
A plugin that can help you create project friendly with Vue for @vue/cli 4.5

vue-cli-plugin-patch A plugin that can help you create project friendly with Vue for @vue/cli 4.5. Install First you need to install @vue/cli globally

null 2 Jan 6, 2022
Veloce: Starter template that uses Vue 3, Vite, TypeScript, SSR, Pinia, Vue Router, Express and Docker

Veloce Lightning-fast cold server start Instant hot module replacement (HMR) and dev SSR True on-demand compilation Tech Stack Vue 3: UI Rendering lib

Alan Morel 10 Oct 7, 2022
💖 Toolkit for generating sponsors images 😄

SponsorKit Toolkit for generating sponsors images. Usage Create .env file with: ; Token requires the `read:user` and `read:org` scopes. SPONSORKIT_GIT

Anthony Fu 395 Jan 2, 2023
📓 The UI component explorer. Develop, document, & test React, Vue, Angular, Web Components, Ember, Svelte & more!

Build bulletproof UI components faster Storybook is a development environment for UI components. It allows you to browse a component library, view the

Storybook 75.9k Jan 9, 2023
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

vue-next This is the repository for Vue 3.0. Quickstart Via CDN: <script src="https://unpkg.com/vue@next"></script> In-browser playground on Codepen S

vuejs 34.6k Jan 9, 2023
Mobile app development framework and SDK using HTML5 and JavaScript. Create beautiful and performant cross-platform mobile apps. Based on Web Components, and provides bindings for Angular 1, 2, React and Vue.js.

Onsen UI - Cross-Platform Hybrid App and PWA Framework Onsen UI is an open source framework that makes it easy to create native-feeling Progressive We

null 8.7k Jan 4, 2023
AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js.

AT UI AT-UI is a modular front-end UI framework for developing fast and powerful web interfaces based on Vue.js. 中文 README Features Based on Vue A npm

null 2.3k Jan 4, 2023
The Intuitive Vue Framework

Build your next Vue.js application with confidence using Nuxt: a framework making web development simple and powerful. Links ?? Documentation: https:/

Nuxt 41.8k Jan 5, 2023
🐉 Material Component Framework for Vue

Supporting Vuetify Vuetify is a MIT licensed project that is developed and maintained full-time by John Leider and Heather Leider; with support from t

vuetify 36.2k Jan 3, 2023
🛠️ Standard Tooling for Vue.js Development

Vue CLI Vue CLI is the Standard Tooling for Vue.js Development. Documentation Docs are available at https://cli.vuejs.org/ - we are still working on r

vuejs 29.6k Jan 4, 2023
🗃️ Centralized State Management for Vue.js.

Vuex ?? HEADS UP! You're currently looking at Vuex 3 branch. If you're looking for Vuex 4, please check out 4.0 branch. Vuex is a state management pat

vuejs 27.9k Dec 30, 2022
NativeScript empowers you to access native api's from JavaScript directly. Angular, Vue, Svelte, React and you name it compatible.

NativeScript empowers you to access native APIs from JavaScript directly. The framework currently provides iOS and Android runtimes for rich mobile de

NativeScript 22k Jan 4, 2023