chore: Update changelog 2.8.8 (#18918)

chore: update changelog 2.8.8
This commit is contained in:
Element 2024-11-15 18:21:56 +08:00 committed by GitHub
parent 755f62bb1d
commit f180e0c236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,40 @@
## Changelog ## Changelog
### 2.8.8
_2024-11-15_
#### Features
- Components [select-v2] add `append-to` prop (#18798 by @btea)
- Components [skeleton] `throttle` supports values as object (#17041 by @chenweiyi)
- Components [select] add `offset` and `show-arrow` prop (#18837 by @DDDDD12138)
- Components [description-item] add labelWidth prop (#18673 by @Lakphy)
#### Bug fixes
- Utils[vue] ensure `flattedChildren` traverse component's subTree (#18649 by @ddeerdevil)
- Components [select] prevent keyboard from deleting disabled option (#18752 by @cszhjh)
- Theme-chalk sass `!global assignments` deprecation warning (#18711 by @warmthsea)
- Components [picker] fix popup not opening when editable is false (#18767 by @DDDDD12138)
- Components [mention] keyboard control options not work as expected (#18751 by @btea)
- Components [segmented] invisible active indicator after clearing selection (#18818 by @DDDDD12138)
- Components [mention] ref dom array order error when list changes (#18787 by @warmthsea)
- Components [table] `table-layout:auto` fixed column misalignment (#18736 by @btea)
- Components [table] failed to insert tooltip when show-overflow-tooltip is enabled (#18317 by @xingyixiang)
- Components [select] getValueIndex empty error (#18867 by @warmthsea)
- Components [select & select-v2] status-icon is invalid (#18101 by @WangYJEE)
- Components [pagination] input style loss (#18878 by @ToyCat93)
- Components time-picker disabled-[hours/minutes/seconds] (#13364 by @StephenKe) (#14216)
- Components numpadEnter does not work like the Enter (#18855 by @tolking)
- Components [select-v2] resolve overlap of tags and placeholder (#18388 by @tuskermanshu)
- Components [table] repeat setting the height style (#16054 by @betavs)
#### Refactors
- Improvement: [select] optimize the effect of keyboard switching options (#18773 by @btea)
- Components [select] simplify code (#18810 by @makedopamine)
### 2.8.7 ### 2.8.7
_2024-11-01_ _2024-11-01_