mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user