Skip to content

2.3.9

Compare
Choose a tag to compare
@element-bot element-bot released this 04 Aug 08:53
· 572 commits to master since this release
8b083b4

2.3.9

2023-08-04

Features

  • Components [switch] add custom action icon prop (#13746 by @btea)

Bug fixes

  • Components [input] fix textarea disabled box-shadow (#13632 by @shigma)

  • Components [collapse-transition] fixed transition canceled bug (#13358 by @kaine0923)

  • Components [tree] fix expand-icon.is-leaf prevent click event (#13616 by @matto49)

  • Components [focus-trap] Fixed the function that removed the listener (#13158 by @qiYuei)

  • Components [table] add filteredValue watcher (#13121 by @wonderl17)

  • Components [autocomplete] improve a11y (#12647 by @init-qy)

  • Components [select] fix for confusing click behaviour (#13664 by @wuzhidexiaoming)

  • Theme-chalk [menu] the popup menu has 2px border at the bottom (#13695 by @tolking)

  • Components [row] align="top" is not working properly (#13550 by @yj-liuzepeng)

  • Components [cascader] reactive size change (#12294 by @MrWeilian)

  • Components [collapse-transition] remove redundant code (#13715 by @mhpsy)

  • Hooks [use-focus-controller] remove unnecessary role attributes (#13749 by @tolking)

  • Components [date-picker] disable button if now is disabled (#13655 by @btea)

  • Components [el-table] rangeWidth dealing with loss of precision (#12938 by @lxy030988)

  • Components [cascader] checkbox sync error (#11462 by @acyza)

  • Components [avatar] set img tag's width attribute (#13844 by @yj-liuzepeng)

  • Components [select] abnormal focus when click tags (#13699 by @tolking)

  • Components [select] clearIcon did not work with form statusIcon (#13533 by @init-qy)

Refactors