From 1688a6e077f23f12a5909ebcb90b447417ae62ba Mon Sep 17 00:00:00 2001 From: Element Date: Sun, 6 Nov 2022 10:18:01 +0800 Subject: [PATCH] chore: Update changelog 2.2.20 (#10452) chore: update changelog 2.2.20 --- CHANGELOG.en-US.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 1c3cfc26a2..9d815d7d78 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,50 @@ ## Changelog +### 2.2.20 + +_2022-11-06_ + +#### Features + +- Components [dropdown] add props for teleported API (#10012 by @consultation-applio) +- Docs vite-press new component (#10346 by @jw-foss) +- Docs api typing shortcuts (#10353 by @jw-foss) +- Docs [components] additions (#10374 by @jw-foss) + +#### Bug fixes + +- Components [select-v2] empty value should be undefined (#10189 by @holazz) +- Components [popover] abnormal style when effect is dark (#10190 by @holazz) +- Components [table] fixed column supported in grouped header (#10096 by @tinyfind) +- Components [popper] enable the adaptive configuration (#10104 by @tolking) +- Components [select] blur trigger remote event should pass string (#10218 by @btea) +- Components [form] throw non-validation error (#10255 by @holazz) +- Components [checkbox] circular reference (#10278 by @btea) +- Components [input-number] increase and decrease error (#10067 by @gjfei) +- Components [tooltip] remove deprecated api (#10264 by @chenxch) +- Components [cascader] consistent component height (#10214 by @holazz) +- Components [date-picker] monthRange mode switching month sync (#10292 by @chenxch) +- Components [upload] add uid for file handleStart (#9876 by @init-qy) +- Components [carousel] missing root ref (#10312 by @holazz) +- Utils [vnode] flattedChildren support subTree (#10298 by @chenxch) +- Components [tree-v2] add missing icon (#10340 by @init-qy) +- Components [tree-v2] default icon render test (#10342 by @init-qy) +- Docs [autocomplete] (#10426 by @jw-foss) +- Components [cascader] remove extra space in the search text (#10439 by @holazz) +- Docs [autocomplete] [affix] (#10443 by @jw-foss) +- Component [table] can't select row children (#10221 by @faga295) + +#### Refactors + +- Components [calendar] (#10163 by @jw-foss) +- Components [carousel] (#10188 by @jw-foss) +- Components [carousel-item] (#10219 by @jw-foss) +- Components [tabs] simplify logic with hooks (#10224 by @holazz) +- Components [select] use util function (#10286 by @btea) +- Components [collapse] (#10289 by @jw-foss) +- Components [input] export instance type (#10368 by @chenxch) +- Docs tooltip plugin (#10440 by @tolking) + ### 2.2.19 _2022-10-21_