Skip to content

2.2.20

Compare
Choose a tag to compare
@element-bot element-bot released this 06 Nov 02:32
· 1064 commits to master since this release
3c43836

2.2.20

2022-11-06

Features

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