diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 1763129b7e..14b544aca3 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,53 @@ ## Changelog +### 2.2.7 + +_2022-07-01_ + +#### Features + +- Components close all messages of the specified type (#8415 by @Lete114) +- Components [message-box] add autofocus attribute (#8445 by @YunYouJun) +- Components [autocomplete] expose blur event (#8364 by @tolking) + +#### Bug fixes + +- Components [tabs] fix change acitve cannot scroll in view (#8332 by @xiahouwei) +- Components [select] collapse-tags-tooltip drop first item (#8344 by @chenxch) +- Components [message-box] the focus error when used ElMessageBox (#8336 by @LinZhanMing) +- Components [autocomplete] the popup still appears after select (#8350 by @tolking) +- Components [tooltip] not disappear when change (#8301 by @sunnyCoCosun) +- Components [space] missing empty string size (#8039 by @HeftyKoo) +- Components [message]: offset (#8379 by @sxzz) +- Components [select] multiple init height (#8423 by @chenxch) +- Theme-chalk [pagination] style if selected value is disabled (#8447 by @ryuhangyeong) +- Components [select] fix select dropdown width (#8396 by @Cheerwhy) (#8435) +- Components [select-v2] fix select-v2 dropdown width (#8442 by @Cheerwhy) +- Components [popover] fix dark mode background color (#8133 by @holazz) +- Components [color-picker] can't select predefine value (#8205 by @btea) +- Components [radio] Divide attrs into label and input (#8476 by @chenxch) +- Components [tabs] name is number 0 become a string (#8469 by @chenxch) +- Style(components): [transfer] modify import order (#8345 by @holazz) + +#### Refactors + +- Components [image-viewer] simplify emits type checking (#8329 by @ryuhangyeong) +- Components [dialog] using addUnit in the use-dialog (#8304 by @ryuhangyeong) +- Components [switch] deprecate value prop (#8335 by @sxzz) +- Components [upload] use JSX in Unit test (#8268 by @sxzz) +- Components [descriptions] use JSX in Unit test (#8351 by @ryuhangyeong) +- Components [message] fix typings and switch to script setup (#8378 by @sxzz) +- Components [switch] switch to script-setup syntax (#7792 by @chenxch) +- Components [space] refactor (#8386 by @holazz) +- Components [slider] use JSX in Unit test (#8225 by @holazz) +- Components [popover] switch to script-setup syntax (#8273 by @holazz) +- Add ts-nocheck and check all files (#8401 by @sxzz) +- Components [space] use JSX in Unit test (#8433 by @holazz) +- Components [popconfirm] changed button type (#8436 by @ryuhangyeong) +- Components [drawer] replace with addUnit (#8463 by @ryuhangyeong) +- Components [only-child] simplify conditions (#8480 by @ryuhangyeong) +- Components [transfer] switch to script-setup syntax (#8343 by @holazz) + ### 2.2.6 _2022-06-17_