diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 7ec1923f9b..e5740a40f1 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,6 +1,36 @@ ## Changelog +### 2.9.7 + +_2025-03-21_ + +#### Features + +- Components [alert] add `icon` slot (#20034 by @xinconan) +- Components [table-column] preserve expanded content (#19899 by @EralChen) +- Components [image-viewer] export `setActiveItem` in slot (#20190 by @warmthsea) +- Components [input-tag] add `saveOnBlur` prop (#20158 by @QFifteen) + +#### Bug fixes + +- Components [select] typed value causes `default-first-option` to fail (#19806 by @noki-maker) +- Components [affix] scroll event value sync (#20108 by @markbiu) +- Components [message-box] `ElMessageBoxOptions` type missing `modalClass` (#20135 by @a3660980) +- Components [upload] drag file add isDirectory attribute (#20012 by @btea) +- Components [table] the selection column conflicts with setting both `showOverflowTooltip` and `align='center'` styles (#20157 by @webvs2) +- Components [el-select-v2] use `:model-value` without changes (#20149 by @stillgg) +- Components [empty] remove static ID attributes from SVG (#19764 by @d--j) +- Components [time-picker] custom format causes highlight errors (#20161 by @sheepzh) +- I18n update ms.ts (#20186 by @aliuddinabdrauf) +- Style(components): [cascader] add collapse-tag margin (#19890 by @wjp980108) +- Style(components): [select, picker] improve clear-icon hover color (#20127 by @warmthsea) + +#### Refactors + +- Components [time-select] using built-in constants (#20079 by @cleaverlove) +- Components [description, input] use the component name constant (#20107 by @FungYuu) + ### 2.9.6 _2025-03-07_