mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-03 03:38:41 +08:00
chore: Update changelog 2.5.6 (#15863)
* chore: update changelog 2.5.6 * Update CHANGELOG.en-US.md --------- Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com>
This commit is contained in:
parent
725f1e08cd
commit
4fa54dde2d
@ -1,5 +1,25 @@
|
||||
## Changelog
|
||||
|
||||
### 2.5.6
|
||||
|
||||
_2024-02-18_
|
||||
|
||||
#### Features
|
||||
|
||||
- Style add og-image & apply lint (#15588 by @yeonjulee1005)
|
||||
- Components [select] & [select-v2] add fallbackPlacements prop (#15765 by @Fuphoenixes)
|
||||
- Docs preview page jumps to github with pr number (#15854 by @btea)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [carousel] improve a11y (#15579 by @cloydlau)
|
||||
- Components [number-input] cannot scroll the container when the mouse pointer over an input (#15211 by @makedopamine)
|
||||
- Components [tree-select] always focus when using filters (#15768 by @yujinpan)
|
||||
- Components [table] row has rowspan when hover it only has background on the first row of this rowspan (#15529 by @dowinweb)
|
||||
- Docs toc link overflow (#15276 by @heygsc)
|
||||
- Components [scrollbar] multiple rendering (#15822 by @xingyixiang)
|
||||
- Components [select-v2] Tags not update when options sync added (#15838 by @kooriookami)
|
||||
|
||||
### 2.5.5
|
||||
|
||||
_2024-02-03_
|
||||
@ -8,38 +28,38 @@ _2024-02-03_
|
||||
|
||||
- Fix lodash import error (#15773 by @tolking)
|
||||
|
||||
|
||||
### 2.5.4
|
||||
|
||||
_2024-02-02_
|
||||
|
||||
#### Features
|
||||
|
||||
- Components [dialog] Dialog can drag overflow the viewport (#15643 by @kooriookami)
|
||||
- Components [message-box] MessageBox can drag overflow the viewport (#15674 by @kooriookami)
|
||||
- Play custom namespace (#15677 by @btea)
|
||||
- Components [check-tag] add type prop (#15727 by @kooriookami)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [table] The namespace of the showOverflowTooltip is invalid. (#15627 by @xingyixiang)
|
||||
- Components [select] Remote search does not show menu when it has options and no query (#15683 by @wen403)
|
||||
- Docs overlay error caused by sidebar (#15694 by @heygsc)
|
||||
- Components [select] Fix value with value-key not selected (#15681 by @kooriookami)
|
||||
- Components [tour] buttonProps & isSameProps errors (#15680 by @Fuphoenixes)
|
||||
- Components [select] el-option-group error when el-option in a component (#15703 by @Fuphoenixes)
|
||||
- Components [drawer] click allow focus out (#11965 by @tolking)
|
||||
- Components [menu] Add menu-item margin when calculating `calcSliceIndex` (#15699 by @zhixiaotong)
|
||||
- Components [upload] Add crossorigin property (#15524 by @wkasunsampath)
|
||||
- Components [tabs] slot name use kebab-case style (#15733 by @chenxch)
|
||||
|
||||
### 2.5.3
|
||||
|
||||
_2024-01-22_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select & select-v2] select can't delete input val (#15607 by @wzc520pyfm)
|
||||
|
||||
### 2.5.4
|
||||
|
||||
_2024-02-02_
|
||||
|
||||
#### Features
|
||||
|
||||
- Components [dialog] Dialog can drag overflow the viewport (#15643 by @kooriookami)
|
||||
- Components [message-box] MessageBox can drag overflow the viewport (#15674 by @kooriookami)
|
||||
- Play custom namespace (#15677 by @btea)
|
||||
- Components [check-tag] add type prop (#15727 by @kooriookami)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [table] The namespace of the showOverflowTooltip is invalid. (#15627 by @xingyixiang)
|
||||
- Components [select] Remote search does not show menu when it has options and no query (#15683 by @wen403)
|
||||
- Docs overlay error caused by sidebar (#15694 by @heygsc)
|
||||
- Components [select] Fix value with value-key not selected (#15681 by @kooriookami)
|
||||
- Components [tour] buttonProps & isSameProps errors (#15680 by @Fuphoenixes)
|
||||
- Components [select] el-option-group error when el-option in a component (#15703 by @Fuphoenixes)
|
||||
- Components [drawer] click allow focus out (#11965 by @tolking)
|
||||
- Components [menu] Add menu-item margin when calculating `calcSliceIndex` (#15699 by @zhixiaotong)
|
||||
- Components [upload] Add crossorigin property (#15524 by @wkasunsampath)
|
||||
- Components [tabs] slot name use kebab-case style (#15733 by @chenxch)
|
||||
|
||||
### 2.5.3
|
||||
|
||||
_2024-01-22_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select & select-v2] select can't delete input val (#15607 by @wzc520pyfm)
|
||||
|
||||
### 2.5.2
|
||||
|
||||
@ -144,52 +164,52 @@ _2024-01-10_
|
||||
- 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
|
||||
|
||||
_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
|
||||
|
||||
_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.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
|
||||
|
||||
_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
|
||||
|
||||
@ -289,39 +309,39 @@ _2023-09-14_
|
||||
|
||||
Fix release error. The changelog is the same as 2.3.13.
|
||||
|
||||
|
||||
### 2.3.13
|
||||
|
||||
_2023-09-14_
|
||||
|
||||
#### Features
|
||||
|
||||
- Components [el-pagination] add teleported prop (#14072 by @boomboy4)
|
||||
- Components [image-viewer] Add rotate event when rotating images (#14138 by @HADB)
|
||||
- Components [upload] support async data (#14015 by @jianjunyuu)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select] gurad value type error (#14074 by @sseinHu)
|
||||
- Components [collapse] allow nested inputs in ElCollapseItem (#14061 by @kinggq)
|
||||
- Components [rate] bind the textColor property (#14092 by @yj-liuzepeng)
|
||||
- Components [table] add tabindex to tbody to fix #13991 (#14020 by @FrankFang)
|
||||
- Components [form] improve types (#14062 by @ModyQyW)
|
||||
- Components [select] fix hover index error when creating option (#12635 by @wzc520pyfm)
|
||||
- I18n improve Dutch(nl) translation (#14164 by @JBtje)
|
||||
- Components [color-picker] first click should be trigger (#14209 by @wonderl17)
|
||||
- Docs [date-picker] `calendar-change` event parameter type error (#14237 by @btea)
|
||||
- Docs [upload] fix the version of supporting async data (#14242 by @HADB)
|
||||
- Components [collapse] fix accessibility issues (#13832 by @Karolis-Stoncius)
|
||||
- Components [date-picker] month range should emit `calendar-change` (#14262 by @Justineo)
|
||||
- Components [input] missing autofocus types (#14246 by @HeftyKoo)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Components [upload] reuse revkoeObjectURL function (#14126 by @HeftyKoo)
|
||||
- Components [collapse] replace `keypress` with `keydown` (#14137 by @btea)
|
||||
- Components [date-picker] add aria-labels to date picker btns (#14149 by @Karolis-Stoncius)
|
||||
- Components [date-picker] basic-date-table (#10344 by @jw-foss)
|
||||
|
||||
### 2.3.13
|
||||
|
||||
_2023-09-14_
|
||||
|
||||
#### Features
|
||||
|
||||
- Components [el-pagination] add teleported prop (#14072 by @boomboy4)
|
||||
- Components [image-viewer] Add rotate event when rotating images (#14138 by @HADB)
|
||||
- Components [upload] support async data (#14015 by @jianjunyuu)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select] gurad value type error (#14074 by @sseinHu)
|
||||
- Components [collapse] allow nested inputs in ElCollapseItem (#14061 by @kinggq)
|
||||
- Components [rate] bind the textColor property (#14092 by @yj-liuzepeng)
|
||||
- Components [table] add tabindex to tbody to fix #13991 (#14020 by @FrankFang)
|
||||
- Components [form] improve types (#14062 by @ModyQyW)
|
||||
- Components [select] fix hover index error when creating option (#12635 by @wzc520pyfm)
|
||||
- I18n improve Dutch(nl) translation (#14164 by @JBtje)
|
||||
- Components [color-picker] first click should be trigger (#14209 by @wonderl17)
|
||||
- Docs [date-picker] `calendar-change` event parameter type error (#14237 by @btea)
|
||||
- Docs [upload] fix the version of supporting async data (#14242 by @HADB)
|
||||
- Components [collapse] fix accessibility issues (#13832 by @Karolis-Stoncius)
|
||||
- Components [date-picker] month range should emit `calendar-change` (#14262 by @Justineo)
|
||||
- Components [input] missing autofocus types (#14246 by @HeftyKoo)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Components [upload] reuse revkoeObjectURL function (#14126 by @HeftyKoo)
|
||||
- Components [collapse] replace `keypress` with `keydown` (#14137 by @btea)
|
||||
- Components [date-picker] add aria-labels to date picker btns (#14149 by @Karolis-Stoncius)
|
||||
- Components [date-picker] basic-date-table (#10344 by @jw-foss)
|
||||
|
||||
### 2.3.11
|
||||
|
||||
@ -331,45 +351,45 @@ _2023-08-26_
|
||||
|
||||
- Revert "refactor(components): [form-label-wrap] use getStyle method (… (#14106 by @btea)
|
||||
|
||||
|
||||
### 2.3.10
|
||||
|
||||
_2023-08-25_
|
||||
|
||||
#### Features
|
||||
|
||||
- Ci enable provenance (#13799 by @btea)
|
||||
- Ci enable provenance (#13901 by @btea)
|
||||
- Components [card] add body class (#11869 by @uxuip)
|
||||
- Components [cascader] add max-collpase-tags prop (#13386 by @chenweiyi)
|
||||
- Components added aria-level attributes for dialog and drawer headers; Fixed input-number's aria-valuenow being null (#13822 by @Karolis-Stoncius)
|
||||
- Components [select] add aria-label to select's input (#13932 by @Karolis-Stoncius)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [tree] the issue with retrieving childrenKey (#13798 by @yj-liuzepeng)
|
||||
- Components [select] fix set value error(#13872 by @cc-hearts) (#13879)
|
||||
- Docs [table-v2.md] corrected en-US grammar, spelling, readability (#13900 by @MilesTails01)
|
||||
- Components [autocomplete] tooltip offset (#12216 by @MrWeilian)
|
||||
- Components fix the problem that chrome 72 table doesnotdisplaydata (#10640 by @LiZheGuang)
|
||||
- Components [table] add table selection checkbox aria-labels (#13908 by @Karolis-Stoncius)
|
||||
- Components [upload] fix empty array error (#13490 by @youpinyao)
|
||||
- Components [select] backspace delete disabled option (#11995 by @MrWeilian)
|
||||
- Components [tree-v2] modify the condition for when the value of currentKey is 0 (#13935 by @yj-liuzepeng)
|
||||
- Components [table-v2] calculate the width of MainTable in the same way (#13584 by @makedopamine)
|
||||
- Components [radio checkbox] fix click event triggered twice (#13936 by @FrontEndDog)
|
||||
- Components fix the attribute conflict (#13504 by @kamesan012)
|
||||
- Components [dropdown] adjust onItemLeave trigger (#13212 by @tolking)
|
||||
- Components [select] fix the logic of updating selected data (#13374 by @inottn)
|
||||
- Components [date-picker] fix the logic of checking the date range (#13377 by @inottn)
|
||||
- Components [date-picker] correct onCalendarChange param type (#13976 by @evanryuu)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Components [form-label-wrap] use getStyle method (#13913 by @tiansQAQ)
|
||||
- Components [table] reuse rAF (#13918 by @btea)
|
||||
- [date-picker] rename time-arrow-control (#13651 by @btea)
|
||||
- Components [upload] remove useless useSlot (#14053 by @HeftyKoo)
|
||||
|
||||
### 2.3.10
|
||||
|
||||
_2023-08-25_
|
||||
|
||||
#### Features
|
||||
|
||||
- Ci enable provenance (#13799 by @btea)
|
||||
- Ci enable provenance (#13901 by @btea)
|
||||
- Components [card] add body class (#11869 by @uxuip)
|
||||
- Components [cascader] add max-collpase-tags prop (#13386 by @chenweiyi)
|
||||
- Components added aria-level attributes for dialog and drawer headers; Fixed input-number's aria-valuenow being null (#13822 by @Karolis-Stoncius)
|
||||
- Components [select] add aria-label to select's input (#13932 by @Karolis-Stoncius)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [tree] the issue with retrieving childrenKey (#13798 by @yj-liuzepeng)
|
||||
- Components [select] fix set value error(#13872 by @cc-hearts) (#13879)
|
||||
- Docs [table-v2.md] corrected en-US grammar, spelling, readability (#13900 by @MilesTails01)
|
||||
- Components [autocomplete] tooltip offset (#12216 by @MrWeilian)
|
||||
- Components fix the problem that chrome 72 table doesnotdisplaydata (#10640 by @LiZheGuang)
|
||||
- Components [table] add table selection checkbox aria-labels (#13908 by @Karolis-Stoncius)
|
||||
- Components [upload] fix empty array error (#13490 by @youpinyao)
|
||||
- Components [select] backspace delete disabled option (#11995 by @MrWeilian)
|
||||
- Components [tree-v2] modify the condition for when the value of currentKey is 0 (#13935 by @yj-liuzepeng)
|
||||
- Components [table-v2] calculate the width of MainTable in the same way (#13584 by @makedopamine)
|
||||
- Components [radio checkbox] fix click event triggered twice (#13936 by @FrontEndDog)
|
||||
- Components fix the attribute conflict (#13504 by @kamesan012)
|
||||
- Components [dropdown] adjust onItemLeave trigger (#13212 by @tolking)
|
||||
- Components [select] fix the logic of updating selected data (#13374 by @inottn)
|
||||
- Components [date-picker] fix the logic of checking the date range (#13377 by @inottn)
|
||||
- Components [date-picker] correct onCalendarChange param type (#13976 by @evanryuu)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Components [form-label-wrap] use getStyle method (#13913 by @tiansQAQ)
|
||||
- Components [table] reuse rAF (#13918 by @btea)
|
||||
- [date-picker] rename time-arrow-control (#13651 by @btea)
|
||||
- Components [upload] remove useless useSlot (#14053 by @HeftyKoo)
|
||||
|
||||
### 2.3.9
|
||||
|
||||
@ -460,23 +480,23 @@ _2023-06-21_
|
||||
- Style(theme-chalk): remove unreferenced modules (#12974 by @zwgwf)
|
||||
- Style(theme-chalk): change input-number hover style (#13120 by @yj-liuzepeng)
|
||||
- Style(theme-chalk): change border-left:0 to border-left-color:transparent (#13107 by @zhengsixsix)
|
||||
|
||||
### 2.3.6
|
||||
|
||||
_2023-06-02_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [popper] prioritise user's popper-style (#12833 by @Lionad-Morotar)
|
||||
- Components [select-v2] Fix border color error (#12755 by @baiwusanyu-c)
|
||||
- Components [notification] fix props.zIndex lose efficacy bug (#12474 by @Ganlvin)
|
||||
- Components [select] optimize the triggering of blur event (#11524 by @tolking)
|
||||
- Components [table] maxHeight shark (#12349 by @chenxch)
|
||||
- Components [steps] preserve the order of subcomponents (#12896 by @makedopamine)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Components [message-box] remove useRestoreActive (#11646 by @tolking)
|
||||
|
||||
### 2.3.6
|
||||
|
||||
_2023-06-02_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [popper] prioritise user's popper-style (#12833 by @Lionad-Morotar)
|
||||
- Components [select-v2] Fix border color error (#12755 by @baiwusanyu-c)
|
||||
- Components [notification] fix props.zIndex lose efficacy bug (#12474 by @Ganlvin)
|
||||
- Components [select] optimize the triggering of blur event (#11524 by @tolking)
|
||||
- Components [table] maxHeight shark (#12349 by @chenxch)
|
||||
- Components [steps] preserve the order of subcomponents (#12896 by @makedopamine)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Components [message-box] remove useRestoreActive (#11646 by @tolking)
|
||||
|
||||
### 2.3.5
|
||||
|
||||
@ -618,37 +638,37 @@ _2023-03-12_
|
||||
- Style(components): [select-v2] input-icon margin-left (not first) (#11830 by @wangcch)
|
||||
- Chore(components): [pagination] accessibility improvement (#11817 by @tolking)
|
||||
- Style(theme-chalk): [rate] size (#11920 by @chenxch)
|
||||
|
||||
### 2.2.36
|
||||
|
||||
_2023-03-08_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select] Filter duplicate emits of "update options" (#11884 by @godxiaoji)
|
||||
- Components [table] useZIndex is called outside setup (#11895 by @Mario34) (#11900)
|
||||
- Components [select] filter all ElOption item labels (#11909 by @godxiaoji)
|
||||
- Components [global-config] global injection (#11899 by @jw-foss)
|
||||
|
||||
### 2.2.35
|
||||
|
||||
_2023-03-07_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select] console warning (#11868 by @jw-foss)
|
||||
- Components [global-config] (#11866 by @jw-foss)
|
||||
- Components [overlay] namespace issue (#11881 by @jw-foss)
|
||||
|
||||
### 2.2.34
|
||||
|
||||
_2023-03-06_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [table-v2] class of column is not valid (#11815 by @tolking)
|
||||
- Components [tree-select] cache data update incorrect (#11225 by @yujinpan)
|
||||
- Components [global-config] (#11847 by @jw-foss)
|
||||
|
||||
### 2.2.36
|
||||
|
||||
_2023-03-08_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select] Filter duplicate emits of "update options" (#11884 by @godxiaoji)
|
||||
- Components [table] useZIndex is called outside setup (#11895 by @Mario34) (#11900)
|
||||
- Components [select] filter all ElOption item labels (#11909 by @godxiaoji)
|
||||
- Components [global-config] global injection (#11899 by @jw-foss)
|
||||
|
||||
### 2.2.35
|
||||
|
||||
_2023-03-07_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select] console warning (#11868 by @jw-foss)
|
||||
- Components [global-config] (#11866 by @jw-foss)
|
||||
- Components [overlay] namespace issue (#11881 by @jw-foss)
|
||||
|
||||
### 2.2.34
|
||||
|
||||
_2023-03-06_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [table-v2] class of column is not valid (#11815 by @tolking)
|
||||
- Components [tree-select] cache data update incorrect (#11225 by @yujinpan)
|
||||
- Components [global-config] (#11847 by @jw-foss)
|
||||
|
||||
### 2.2.33
|
||||
|
||||
@ -686,16 +706,16 @@ _2023-03-03_
|
||||
- Components [steps] (#10427 by @Simon-He95)
|
||||
- Chore(components): [table] fix table config typo (#11700 by @wonderl17)
|
||||
- Style(components): [breadcrumb] item use inline-flex (#11683 by @chenxch)
|
||||
|
||||
### 2.2.32
|
||||
|
||||
_2023-02-19_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [table] fix an undefined reference in table-layout (#11204 by @jaa134)
|
||||
- Components [cascader] add focus and blur event when set filterable (#11273 by @btea)
|
||||
- Components [dropdown] unmounted error (#11649 by @chenxch)
|
||||
|
||||
### 2.2.32
|
||||
|
||||
_2023-02-19_
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [table] fix an undefined reference in table-layout (#11204 by @jaa134)
|
||||
- Components [cascader] add focus and blur event when set filterable (#11273 by @btea)
|
||||
- Components [dropdown] unmounted error (#11649 by @chenxch)
|
||||
|
||||
### 2.2.31
|
||||
|
||||
@ -725,29 +745,29 @@ _2023-02-17_
|
||||
|
||||
- Components [empty] (#11494 by @ryuhangyeong)
|
||||
- Components [menu] add deprecated mark to popperAppendToBody (#11509 by @tolking)
|
||||
|
||||
### 2.2.30
|
||||
|
||||
_2023-02-10_
|
||||
|
||||
#### Features
|
||||
|
||||
- Components [statistic] (#11420 by @chenxch)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select] recalculate input height when display change (#11374 by @makedopamine)
|
||||
- Components [input] use v-if throw exception (#11187 by @acyza)
|
||||
- Components [tree] update refNode type (#11421 by @btea)
|
||||
- Components [dropdown] (#11431 by @jw-foss)
|
||||
- Theme-chalk [table] the cell missing padding style (#11456 by @tolking)
|
||||
- Components fix virtual list scroll&wheel handler (#11472 by @Rapliangle)
|
||||
- Components [virtual-list] scroll issue (#11475 by @jw-foss)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Tokens use Symbol as injection key (#11251 by @Naeemo)
|
||||
- Locale change short months naming (#11326 by @ADISAKBOONMARK)
|
||||
|
||||
### 2.2.30
|
||||
|
||||
_2023-02-10_
|
||||
|
||||
#### Features
|
||||
|
||||
- Components [statistic] (#11420 by @chenxch)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [select] recalculate input height when display change (#11374 by @makedopamine)
|
||||
- Components [input] use v-if throw exception (#11187 by @acyza)
|
||||
- Components [tree] update refNode type (#11421 by @btea)
|
||||
- Components [dropdown] (#11431 by @jw-foss)
|
||||
- Theme-chalk [table] the cell missing padding style (#11456 by @tolking)
|
||||
- Components fix virtual list scroll&wheel handler (#11472 by @Rapliangle)
|
||||
- Components [virtual-list] scroll issue (#11475 by @jw-foss)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Tokens use Symbol as injection key (#11251 by @Naeemo)
|
||||
- Locale change short months naming (#11326 by @ADISAKBOONMARK)
|
||||
|
||||
### 2.2.29
|
||||
|
||||
@ -779,26 +799,26 @@ _2023-02-03_
|
||||
- Components [image] use standard wheel event (#11107 by @Naeemo)
|
||||
- Components [backtop] use scrollTo with smooth (#11103 by @Naeemo)
|
||||
- Components [popper] rename the component name to ElPopper (#11383 by @tolking)
|
||||
|
||||
### 2.2.28
|
||||
|
||||
_2022-12-30_
|
||||
|
||||
#### Features
|
||||
|
||||
- Hooks [use-popper] (#10983 by @jw-foss)
|
||||
- Components [table] overflow tooltip supports `enterable` and customization (#10984 by @plainheart)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [input-number] fix args order (#11020 by @sleepyShen1989)
|
||||
- Components [cascader] placeholder is not displayed correctly (#11031 by @btea)
|
||||
- Docs some wrong examples in the document (#11072 by @asdjgfr)
|
||||
- Element-plus exposing ElSubMenu component (#11100 by @tolking)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Components [cascader] use script-setup syntax (#11013 by @chenxch)
|
||||
|
||||
### 2.2.28
|
||||
|
||||
_2022-12-30_
|
||||
|
||||
#### Features
|
||||
|
||||
- Hooks [use-popper] (#10983 by @jw-foss)
|
||||
- Components [table] overflow tooltip supports `enterable` and customization (#10984 by @plainheart)
|
||||
|
||||
#### Bug fixes
|
||||
|
||||
- Components [input-number] fix args order (#11020 by @sleepyShen1989)
|
||||
- Components [cascader] placeholder is not displayed correctly (#11031 by @btea)
|
||||
- Docs some wrong examples in the document (#11072 by @asdjgfr)
|
||||
- Element-plus exposing ElSubMenu component (#11100 by @tolking)
|
||||
|
||||
#### Refactors
|
||||
|
||||
- Components [cascader] use script-setup syntax (#11013 by @chenxch)
|
||||
|
||||
### 2.2.27
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user