Element Versions Save

A Vue.js 2.0 UI Toolkit for Web

v2.15.4

2 years ago

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)

v2.15.3

2 years ago

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)

v2.15.2

2 years ago

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)

v2.15.1

3 years ago

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)

v2.15.0

3 years ago

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)

v2.14.1

3 years ago

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)

v2.14.0

3 years ago

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)

v2.13.2

3 years ago

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)

v2.13.1

4 years ago

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)

v2.13.0

4 years ago

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)