Skip to content

2.0.6

Compare
Choose a tag to compare
@element-bot element-bot released this 11 Mar 12:01
· 2460 commits to master since this release
2d50c88

2.0.6

2022-03-11

Features

Bug fixes

  • Deps update all non-major dependencies (#6448 by @renovate[bot])

  • Components [el-select] optimize prefix size & selected style (#6267 by @msidolphin)

  • Components [el-table] defaultSort not working (#6322 by @msidolphin)

  • [el-table] fixed columns display when horizontal cannot scroll (#6320 by @msidolphin)

  • Components [el-checkbox] modelValue (#6168 by @gjfei) (#6169)

  • Components[select] (#6446 by @gjfei) (#6474)

  • Components [el-collapse] collapse item key pressing jumping (#6462 by @JeremyWuuuuu)

  • Components [message] offset error (#6497 by @Alanscut)

  • Components[select] namespace (#6486 by @gjfei)

  • Components el-select-allow-dynamically-update-options (#6473 by @gjfei)

  • Components [el-tooltip] close the dropdown after set disabled (#6467 by @Alanscut)

  • Docs improve component typings (#6524 by @sxzz)

  • Workflow coverage (#6518 by @sxzz)

  • Components [upload] fileList prop should sync uploadFiles (#6492 by @exherb)

  • Components [rate] fix disbaledVoidIcon typo (#6456 by @Shana-AE)

  • Components [select] display error when setting persistent to false (#6522 by @Alanscut)

  • Components [el-input] pass input-style props to input-wrapper (#6506 by @zt123123)

  • Components [el-table] escape special html characters (#6520 by @msidolphin)

  • Components [autocomplete] fix shaking at first open (#6342 by @freedomlang)

  • Components [el-upload] jitter when remove file in the list (#6505 by @msidolphin)

  • Components [el-menu] icon is not to the right of the text (#6268 by @Alanscut)

  • Test(components): [select] click icon twice (#6471 by @Alanscut)

  • Chore(project): add escape-html as dependency for main entry (#6534 by @JeremyWuuuuu)

Refactors