From 3f174ca524717bf3df1ef9fde14274f90eb733b9 Mon Sep 17 00:00:00 2001 From: Element Date: Fri, 18 Apr 2025 23:34:16 +0800 Subject: [PATCH] chore: Update changelog 2.9.8 (#20481) chore: update changelog 2.9.8 --- CHANGELOG.en-US.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index e5740a40f1..6d430270e6 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,6 +1,50 @@ ## Changelog +### 2.9.8 + +_2025-04-18_ + +#### Features + +- I18n added Lao (lo) language (#20245 by @Xaypanya) +- Components [dialog] expose `handleClose` (#20323 by @btea) +- Components [segmented] add aliases for custom options (#20319 by @kooriookami) +- Components [popover] add trigger-keys prop for keyboard control of popover display (#20264 by @betavs) +- Components [image] `progress` slot higher priority (#20353 by @btea) +- Components [select-v2] add `suffix-icon` prop with default ArrowDown (#20370 by @cn-xufei) +- Components [card] add `header-class` and `footer-class` for slots (#20408 by @Dsaquel) +- Components [notification] add `closeIcon` option with default Close (#20402 by @cn-xufei) +- Components [menu] expose updateActiveIndex (#20430 by @Liao-js) + +#### Bug fixes + +- Locale update ru.ts (#20225 by @btea) +- Components [date-picker] config format manual change value invalid (#20223 by @btea) +- Components [autocomplete] modelValue is null compatible (#20288 by @momei-LJM) +- Components [select, select-v2] blur validate not executed (#20232 by @HaceraI) +- Utils nuxt build error (#20325 by @warmthsea) +- Components [tree] ensure no checked nodes in regular tree (#20311 by @Dsaquel) +- Components [message] fix consecutive closeAll method calls (#20334 by @DDDDD12138) +- Components [watermark] content not fully displayed (#20348 by @betavs) +- Theme-chalk [description] remove useless font-weight declaration (#20338 by @Dsaquel) +- Components [message-box] `message` overflow `container` (#20347 by @zzjiaxiang) +- Locale el-upload and el-message-box Unified Chinese prompts (#20366 by @mjsong07) +- Components [table] prevent child node selection loss during table data modification (#20322 by @comp-squirrel) +- Components [slider] emit change event on slider marker down (#20383 by @betavs) +- Components [scrollbar] stop click when click scrollbar (#20316 by @Dsaquel) +- Components [tabs] ensure correct event order (#20384 by @DDDDD12138) +- Components [select] import `scrollbarEmits` path error (#20415 by @btea) +- Component resolve 'cursor' style loss caused by 'pointer-events: none' (#19464 by @DDDDD12138) +- Components [el-select-v2] u-tag sync with :model-value (#20306 by @stillgg) +- Components [date-picker] memory leak with vue 3.4+ (#20451 by @makedopamine) +- Chore(style): [table] remove duplicate defined style code (#20216 by @Putia3) +- Style(components): [date-picker] adjust panel border block & modify css variables (#20337 by @comp-squirrel) +#### Refactors + +- Components [message] use message type constants (#20355 by @w2xi) +- Components [message] deprecate the center option (#20296 by @betavs) + ### 2.9.7 _2025-03-21_