Skip to content

Releases: element-plus/element-plus

2.5.4

02 Feb 07:54
3d9db5d
Compare
Choose a tag to compare

2.5.4

2024-02-02

Features

Bug fixes

2.5.3

22 Jan 14:46
104a712
Compare
Choose a tag to compare

2.5.3

2024-01-22

Bug fixes

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

2.5.2

19 Jan 07:51
e08758d
Compare
Choose a tag to compare

2.5.2

2024-01-19

Features

Bug fixes

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

11 Jan 08:55
3635bde
Compare
Choose a tag to compare

2.5.1

2024-01-11

Bug fixes

2.5.0

10 Jan 12:08
36c686a
Compare
Choose a tag to compare

2.5.0

2024-01-10

Features

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

15 Dec 12:44
01b2d5a
Compare
Choose a tag to compare

2.4.4

2023-12-15

Features

Bug fixes

2.4.3

27 Nov 09:25
4f6abb9
Compare
Choose a tag to compare

2.4.3

2023-11-27

Features

Bug fixes

2.4.2

03 Nov 09:21
6c9da6a
Compare
Choose a tag to compare

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

18 Oct 04:58
d6a8fd0
Compare
Choose a tag to compare

2.4.1

2023-10-18

Features

Bug fixes

2.4.0

13 Oct 07:38
8d0ccbc
Compare
Choose a tag to compare

2.4.0

2023-10-13

Features

Bug fixes

Refactors