Navigation Menu

Skip to content

2.2.7

Compare
Choose a tag to compare
@element-bot element-bot released this 01 Jul 05:14
· 1531 commits to master since this release
b2823ba

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