Releases: ElemeFE/element
Releases · ElemeFE/element
2.12.0
New features
- Popover
- Add close-delay prop (#16671 by @LachlanStuart)
- Theme
- Icon
- Add font-display to @font-face declaration (#16805 by @iamfaizalandyka)
Bug fixes
- Carousel
- Notification
- DatePicker
- DateTimePicker
- 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
- 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
- Transfer
- Dialog
- RadioGroup
- 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
新特性
- Popover
- 添加 close-delay 属性 (#16671 by @LachlanStuart)
- Theme
- 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
- 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
- Transfer
- Dialog
- RadioGroup
- Divider
- 支持自定义类 (#17078 by @island205)
- Carousel
- Notification
- DatePicker
- DateTimePicker
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
2.11.1
Bug fixes
- Image
- Chore
- Update dart-sass compatibility by @LewisChennnnn)
Bug 修复
- Image
- Chore
- 更新 dart-sass 的兼容性 by @LewisChennnnn)
2.11.0
New features
- Drawer
- Add drawer component (#16577 by @JeremyWuuuuu)
Bug fixes
- Checkbox
- Tree
- 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
- Avatar
- Dialog
- Image
Optimization
- Docs
- I18n
- Chore
新特性
- Drawer
- 新增抽屉组件 (#16577 by @JeremyWuuuuu)
Bug 修复
- Checkbox
- Tree
- Dropdown
- 更新 split-button 默认颜色 (#15931 by @JuniorTour)
- Cascader
- Submenu
- 修复 append-to-body 问题 (#16289 by @a631807682)
- Table
- 修复 tree table 数据更新问题 (#16481 by @island205)
- Select
- 修复内存泄漏问题 (#16463 by @island205)
- InfiniteScroll
- Avatar
- Dialog
- Image
优化
2.10.1
Bug fixes
- Table
- Chore
Optimization
- Tag
- Chore
- Doc
Bug 修复
- Table
- Chore
优化
2.10.0
New features
- I18n
- Calendar
- Avatar
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)
Bug fixes
- Tree
- Upload
- Table
- Docs
- Menu
- Fixed submenu hidden bug after adding popper-append-to-body (#15391 by @PanJiaChen)
- Select
- Message
- Timeline
- Slider
- InfiniteScroll
- MessageBox
- Fix distinguishCancelAndClose action not same as docs bug (#15438 by @qingdengyue)
- PopupManager
- Docs
- Delete an incorrect closing html tag and empty block code (#16194 by @Alexeykhr)
- Chore
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
- Avatar
- I18n
- 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
新特性
- I18n
- Calendar
- Avatar
- Upload:
- 支持自定义缩略图模版 (#13192 by @victorzhuk)
Bug 修复
- Tree
- Upload
- Table
- Menu
- 修复
popper-append-to-body
设置后,子菜单无法收起的问题 (#15391 by @PanJiaChen)
- 修复
- Select
- Message
- Timeline
- Slider
- InfiniteScroll
- MessageBox
- 修复
distinguishCancelAndClose
行为与文档不符的问题 (#15438 by @qingdengyue)
- 修复
- PopupManager
- Docs
- Chore
优化
- Tree
-优化循环性能 (#15699 by @KingJeason) - Theme
- 更新 GA 打点,修改页底地址链接到主题编辑器 (#16007 by @island205)
- Badge
- Avatar
- I18n
- Docs
非兼容性更新
2.9.2
Bug fixes
- Chore
- Fix TS definitions file (#15805 by @NateScarlet)
Bug 修复
- Chore
- 修复 TS 定义文件 (#15805 by @NateScarlet)
2.9.1
New features
- Table
Bug fixes
Optimization
新特性
- Table
Bug 修复
优化
2.9.0
New features
- Backtop
- PageHeader
- InfiniteScroll
- 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
- DatePicker
- Support literal strings (#15525 by @island205)
- Image
- Theme
- Chore
Bug fixes
- Table
- 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
- 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
- Select
- Loading
- Switch
- Slider
- Radio
- Form
- Fix resetFields issue (15181 by @luckyCao)
- Chore
- Upgrade dependencies and fix demo bug (#15324 by ziyoung)
- Type
Optimization
- Cascader
- Refactor (#15611 by @SimonaliaChen)
- Chore
- Update make new component logic (by @iamkun)
- Docs
新特性
- Backtop
- PageHeader
- InfiniteScroll
- Cascader
- 新增多选模式和 filter-method 方法 (#15611 by @SimonaliaChen)
- Message
- 信息依次展示 (#15639 by @island205)
- Tag
- 新增 effect 属性 (#15725 by @SimonaliaChen)
- Tabs
- DatePicker
- 支持字符串常量 (#15525 by @island205)
- Image
- Theme
- Chore
Bug 修复
- Table
- 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
- Form
- 修复 form-item 的高度错误 (#15457 by @SimonaliaChen)
- 修复 resetFields 问题 (15181 by @luckyCao)
- Tooltip
- 修复自定义 tabindex 不生效问题 (#15619 by @SimonaliaChen)
- Link
- Select
- Loading
- Switch
- Slider
- Radio
- Form
- 修复 resetFields 问题 (15181 by @luckyCao)
- Chore
- 更新依赖 (#15324 by ziyoung)
- Type
优化
- Cascader
- 重构 (#15611 by @SimonaliaChen)
- Chore
- 更新新建组件的脚本 (by @iamkun)
- Docs
2.8.2
2.8.1
Bug fixes
- Icon
- Update icon of cascader and select (#15264 by @SimonaliaChen)
- Update icon (#15258 #15268 by @iamkun)
Optimization
- Chore
- Docs
- 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)