Element Plus Versions Save

🎉 A Vue.js 3 UI Library made by Element team

2.5.3

3 months ago

2.5.3

2024-01-22

Bug fixes

  • Components [select & select-v2] select can't delete input val (#15607 by @wzc520pyfm)

2.5.2

3 months ago

2.5.2

2024-01-19

Features

  • Components [select-v2] Add header and footer slots (#15519 by @kooriookami)

  • Components [checkbox] Checkbox can uncheck exceed max value (#15513 by @kooriookami)

  • Components [select & select-v2] Add loading slot (#15540 by @kooriookami)

  • Components [tour] target prop add more type (#15578 by @Fuphoenixes)

Bug fixes

  • Ci Replace jest-coverage-report-action with vitest-coverage-report-action (#15435 by @FrontEndDog)

  • Components [select select-v2] fix input click event (#15462 by @kooriookami)

  • Components [image-viewer] Maximum recursive updates exceeded error (#15483 by @Fuphoenixes)

  • Docs popover offset default value error (#15502 by @FrontEndDog)

  • Components [collapse] SSR hydration error caused by random ID (#15500 by @tolking)

  • Fix doc sidebar error z-index (#15498 by @0song)

  • Components [image-viewer] Fix crossorigin (#15511 by @kooriookami)

  • Components [select] style break change in multiple collapseTags (#15460 by @Fuphoenixes)

  • Components [input] resolve input attributes issue for textarea (#15514 by @YoungDan-hero)

  • Components [select-v2] the select option style is incorrect (#15501 by @btea)

  • Components [tree] setCheckedNodes incorrectly checked node (#15377 by @btea)

  • Components [autocomplete] SSR hydration error caused by random ID (#15523 by @tolking)

  • Components [dropdown] SSR hydration error caused by random ID (#15532 by @tolking)

  • Components [cascader-panel] SSR hydration error caused by ID (#15533 by @tolking)

  • Components [select] Fix input key event (#15544 by @kooriookami)

  • Components [space] Fix gap style (#15560 by @kooriookami)

Refactors

  • Components [table] The overflowTooltip of the table is implemented by the Eltooltip component. (#15470 by @xingyixiang)

  • Components [drawer] use setup (#15556 by @wzc520pyfm)

2.5.1

4 months ago

2.5.1

2024-01-11

Bug fixes

  • Components [select] remove redundant named slots (#15441 by @xiaoxian521)

  • Components [select] Fix value bind object and trigger twice in form label (#15449 by @kooriookami)

  • Components [select] exposes blur invalid (#15450 by @xiaoxian521)

2.5.0

4 months ago

2.5.0

2024-01-10

Features

  • Docs add translations for doc search (#15180 by @plainheart)

  • I18n add Arabic(ar-eg) translation for Egypt and middle east (#15125 by @HaniOurEdu)

  • Components [menu] add popper-classsubMenuTimeout props (#15193 by @zhixiaotong)

  • Components [autocomplete] add loading slot (#15206 by @zhixiaotong)

  • Components tour component (#14952 by @Fuphoenixes)

  • Components [tree] export TreeInstance (#15293 by @btea)

  • Components [form] FormContext adds the getField method (#14930 by @cloudcome)

  • Element-plus Support last 2 versions of browsers (#15313 by @kooriookami)

  • Components [table] add filterClassName props in TableColumn (#15389 by @xiaoxian521)

Bug fixes

  • Components [tree] filter expand loaded node (#15150 by @btea)

  • Docs algolia search (#15173 by @chenxch)

  • Components [tree] node drag error when using custom allowDrop method (#15005 by @CherishTheYouth)

  • Components [input] input-style rendering error (#15174 by @btea)

  • Docs fix doc search option doesn't update after switching language (#15181 by @plainheart)

  • Docs replace fonts.loli.net with original fonts.googleapis.com (#15182 by @plainheart)

  • Components [input] remove unnecessary properties (#15220 by @ryuhangyeong)

  • Components [date-picker] handleFocusPicker delay (#15197 by @chenxch)

  • Components [collapse] emit value type check error (#15242 by @btea)

  • Style [col] media sm max-wdith 768 to 767 (#15085 by @chenxch)

  • Components [date-picker] add first click demo (#15252 by @chenxch)

  • Docs fix tip text overflows when no result (#15295 by @plainheart)

  • Components [input-number] Displayed values is different from modelValue when use model-value (#15184 by @FrontEndDog)

  • Components [select-v2] clear icon invalid when status-icon is set (#15306 by @btea)

  • Components [link] add target attribute and relevant docs (#15266 by @yj-liuzepeng)

  • Components [message] type is not working after customizing icon (#15233 by @betavs)

  • Style [tour] fixed the closebtn's hover style when type is primary (#15309 by @Fuphoenixes)

  • Components [input] remove useless contants (#15351 by @pzzyf)

  • Build [date-picker] type prop error in web-types.json (#15376 by @btea)

  • Components [menu] set teleported, parent menu popper not closed (#15342 by @xiaoxian521)

  • Ci GITHUB_TOKEN is empty in publish-npm-nightly.yml (#15382 by @xiaoxian521)

  • Components [tree-select] case-insensitive when filterable (#14617 by @hellomrbigshot)

  • Build build web-types.json compatible with windows (#15379 by @btea)

  • Components [loading] complete destroy vLoading directive unmounted (#15393 by @xiaoxian521)

  • Components fixed total column without background color (#15336 by @SeaAster)

  • Components [image, image-viewer] Add crossorigin property (#15406 by @wkasunsampath)

  • Components [input] the cursor is misplaced when type setting number (#15341 by @yuchiXiong)

  • Style(theme-chalk): replace word-break with overflow-wrap (#15190 by @kooriookami)

  • Style(components): [menu] Collapse mode active color (#15343 by @chenxch)

  • Chore(build): [ElTour & ElTourStep & ElPopover] update global types (#15401 by @xiaoxian521)

Refactors

  • Components [input] get maxlength and minlength from props instead of attrs (#15212 by @FrontEndDog)

  • Components [carousel] class optimization in code (#14954 by @wzc520pyfm)

  • Docs [tour] use ButtonInstance and format code (#15304 by @btea)

  • Components [tour] replace rect with path (#15315 by @btea)

  • Components [select & select-v2] Refactor components (#15352 by @kooriookami)

  • Perf(components): [menu] popper close any levels in menu-trigger:hover (#15383 by @xiaoxian521)

2.4.4

5 months ago

2.4.4

2023-12-15

Features

  • Components [menu] add popperOffset and ellipsisIcon props(#14923 by @zhixiaotong) (#15051)
  • Components [switch] (in)active icon slot (#15078 by @xing403)
  • Components [pagination] add change event (#14828 by @xingyixiang)
  • Components [el-menu] allow user to hide menu when clicking outside (#14742 by @cuongle-hdwebsoft)

Bug fixes

  • Components [select-v2] popup height is not accurate (#15012 by @Jevin0) (#15014)
  • Components [date-picker] the time panel is closed without losing focus (#14748 by @CherishTheYouth)
  • Components [watermark] mutationObserver should work (#14822 by @Fuphoenixes)
  • Components [watermark] Support for lower versions of Firefox (#14993 by @godxiaoji)
  • Docs Algolia highlight error (#14831 by @FrontEndDog)
  • Components [table-v2] cell, header-cell, empty slots not displayed (#15016 by @FrontEndDog)
  • Components [table] header slot not displayed (#15035 by @FrontEndDog)
  • Components [data-picker] use renderSlot simplified code (#15036 by @FrontEndDog)
  • Components [table] tooltipOptions.showAfter is not effective (#14741 by @xingyixiang)
  • Ci git workflows not work (#15092 by @FrontEndDog)
  • Components [input-number] Fix not trigger change event and incorrect value display (#15066 by @kooriookami)
  • Components [collapse-transition] collapse get el exists height (#14801 by @Innei)
  • Components [date-picker] tagName judgement error (#15079 by @ivan0525)
  • Build fix built component source contains unsafe file path (#15152 by @plainheart)

2.4.3

5 months ago

2.4.3

2023-11-27

Features

  • Components [card] adds footer slot (#10357 by @faga295)
  • Components [dialog] append dialog to any element (#14317 by @Karolis-Stoncius)
  • Docs add 2023 figma ui kit (#14922 by @YunYouJun)
  • Components [select] add header and footer slot (#14876 by @Cheerwhy)

Bug fixes

  • Components [select] style error in multiple collapseTags (#14602 by @Fuphoenixes)
  • Components [date-picker] add the vertical-align attribute to d… (#14798 by @yj-liuzepeng)
  • Docs [watermark] adjusting the text color in dark mode (#14871 by @btea)
  • Components [tree] default slots not displayed (#14939 by @FrontEndDog)

2.4.2

6 months ago

2.4.2

2023-11-03

Features

  • Components [select-v2] add props attribute (#14536 by @tolking)

  • I18n add Swahili(sw) translation (#14660 by @Manonicu)

  • Components [watermark] add font textAlign and textBaseline (#14567 by @IceyWu)

Bug fixes

  • Components [select] Fix border and shadow color error (#12757 by @baiwusanyu-c)

  • Components [message-box] uncaught on draggable (#14618 by @betavs)

  • Components [select-v2] label error when value not in the options (#14656 by @tolking)

  • Components [rate] Fix the background rate when decimal (#14622 by @cc-hearts)

  • Components [dialog] fix el-dialog z-index bug (#14373 by @nothing-sy)

  • Components [dialog] consistent imports of lodash

  • Components [tree-select] v-model invalid when source changes (#14603 by @yujinpan)

  • Components [table] tooltipOptions.showAfter is not effective (#13175 by @xingyixiang)

  • Revert "fix(components): [table] tooltipOptions.showAfter is not effe… (#14735 by @btea)

2.4.1

7 months ago

2.4.1

2023-10-18

Features

  • Components [switch] add label attribute for accessibility (#14319 by @Karolis-Stoncius)

Bug fixes

  • Components inconsistent style rounded button (#14552 by @cuongle-hdwebsoft)

  • Components prevent carousel from auto playing (#14553 by @cuongle-hdwebsoft)

  • Components [watermark] missing the CSS file (#14564 by @tolking)

  • Theme-chalk menu horizontal popover height, close #14566 (#14573 by @YunYouJun)

  • Components [select] input height calculation error (#14565 by @tolking)

2.4.0

7 months ago

2.4.0

2023-10-13

Features

  • Components watermark component (#14236 by @TomatoDroid)

  • Add menu horizontal height for img center (#14307 by @YunYouJun)

  • Components [tabs] add addIcon slot (#12970 by @btea)

  • Components [form-item]Label attribute for judging modification (#14344 by @Xaw-xu)

  • Components [color-picker] add focus and blur event (#14244 by @tolking)

  • Docs theme switch use startViewTransition api (#14489 by @btea)

  • Feat(components): [date-picker] add dateFormat and timeFormat props (#14330 by @FrontEndDog)

  • Components [select] accessibility enhancement (#14503 by @tolking)

  • Components [image-viewer] add minScale and maxScale (#14120 by @IceyWu)

Bug fixes

  • Components [menu] export MenuInstance (#14284 by @HeftyKoo)

  • Components [carousel] Watch items causing state loss(#13010 by @SaberA1ter) (#13011)

  • Components [collapse] fix triggering form action when inside it (#14308 by @Karolis-Stoncius)

  • Docs [form] label-position type error (#14312 by @btea)

  • Components row-class-name bgColor can not cover fixed column (#14225 by @StephenKe)

  • Components [tabs] Fix some events accidentally firing (#14224 by @Mario34)

  • Cannot find type definition file for element-plus/global (#13698 by @mioxs)

  • Components [description] use withDirectives add custom directive (#14299 by @btea)

  • Components fix: update timepicker options when changing locale (#14287 by @cuongle-hdwebsoft)

  • Components [popper] invalid when props z-index is zero (#14375 by @betavs)

  • Theme-chalk table tr bg in dark mode (#14443 by @YunYouJun)

  • Components [date-picker] slot compatible with Vue3.3.x (#14354 by @FrontEndDog)

  • Components [select-v2] read properties of null (#14321 by @FrontEndDog)

  • Play apply esbuild plugin to tsx component (#14480 by @btea)

  • Components [color-picker] exposed show method wrong behavior (#14064 by @wonderl17)

  • Components [table] table-layout auto fixed by sticky (#11742 by @MrWeilian)

  • Components [carousel] two length transform optimize (#12174 by @MrWeilian)

  • Components inline style doesn't use the custom sass setting value (#14117 by @kamesan012)

  • Components [table] fix summary row cells on table with layout auto not aligned with data cells (#14315 by @FrontEndDog)

  • Components [upload] icon style abnormal (#14471 by @betavs)

  • Components [table] show-summary style error when table-layout=auto (#14523 by @tolking)

  • Components [checkbox] indeterminate checkbox a11y fix (#14322 by @Karolis-Stoncius)

  • Components [sub-menu] style error in collapsed state (#13135 by @Lucky-Ya-Q)

  • Components [menu] remove excess inline styles (#13693 by @tolking)

  • Components [text] not support multi-line ellipsis (#11976 by @gimjin)

  • Chore(MessageBox): unused keyframe (#14335 by @zhousg)

  • Chore(components): [table] fix typo (#14473 by @FrontEndDog)

Refactors

  • Descriptions improve types (#14313 by @makedopamine)

  • Components [tabs] enhance instance type (#14352 by @HeftyKoo)

  • Components [select] use utils function (#14345 by @btea)

  • Components [checkbox] set the label default value to undefined (#14011 by @btea)

  • Components!: [select-v2] value-key is used for object select (#13263 by @tolking)

2.3.14

8 months ago

2.3.14

2023-09-14

Fix release error. The changelog is the same as 2.3.13.