更新日志

Element Plus 团队在正常情况下使用 每周 发布策略, 但关键的 bug 修复将需要热修复,所以实际发布版本 可能 每周超过 1 次。

在这个页面上,你只能看到我们最近更新的 30 条 更新日志 更新日志 - 图1

发布者 element-bot

2022/9/2 下午6:29:14

打开链接更新日志 - 图2

2.2.16

2022-09-02

Features

Bug fixes

  • Theme-chalk fix datepicker sidebar of panel is covered by footer (#9352 by @Duncanxyz)

  • Components [date-picker] add flat polyfill (#9465 by @sxzz)

  • Components [upload] onExceed is not called (#9145 by @makedopamine)

  • Components [upload] onPreview not work when picture list type (#9448 by @holazz)

  • Components [time-select] inherit disabled from form (#9242 by @Tsong-LC)

  • Components [affix] expose updateRoot (#9159 by @CodeListener)

  • Deps update dependency @floating-ui/dom to v1 (#9000 by @renovate[bot])

  • Components [notification] custom icon not work (#9498 by @holazz)

  • Utils fix iconPropType (#9506 by @holazz)

  • Components [cascader] collapse-tags-tooltip drop first item (#9503 by @ryuhangyeong)

  • Components [table-v2] fix style import (#9510 by @holazz)

  • Components [dialog] bind $attrs (#9455 by @holazz)

  • Components [date-picker] only td tags with content can be select (#9537 by @btea)

  • Components [table] fix sort-change event behavior (#4640 by @cokemine)

  • Components [slider] trigger change event correctly (#9553 by @holazz)

  • Components [select-v2] emit(‘blur’) does not carry parameter (#9547 by @sechi747)

  • Components [table] el-table__placeholder class disappear(#9527 by @wiidede) (#9529)

  • Components [table-v2] cell slots invalid (#9531 by @chenxch)

  • Components [select] update finished calculating optionsInDropdown (#9475 by @Tsong-LC)

  • Components [input] formatted values are out of sync (#9501 by @chenxch)

  • Directives [repeat-click] Interval time is too short for single clicks (#9466 by @opuu)

  • Components [tabs] nav offset error when use both number and string (#9222 by @tolking)

  • Components [select] support dynamic value for option (#9220 by @buqiyuan)

  • Issue #8278 (#8331 by @StephenKe)

  • [el-date-picker] fix DatePicker render error (#7017 by @soandsoprogrammer)

  • Components [form] reset field validate invalid (#7166 by @btea)

  • Components [el-form] clear validate after reset fields

  • Components [el-menu] compatible menu.value is null (#9566 by @xiaoxian521)

  • Components [page-header] fix styles introduced on demand (#9564 by @LiZhequ)

  • Components [pagination] add validate-event (#9563 by @tolking)

  • Components [loading] prevent click through (#5822 by @weidehai)

  • Components [tree-v2] updated when pass dynamic defaultCheckedKeys (#8228 by @webfansplz)

  • Components [tree-select] expand-on-click-node not work (#8973 by @holazz)

  • Components [table] toggleRowExpansion typing (#9512 by @wiidede)

  • Components [tree] fix setCurrentKey setCurrentNode emit (#8881 by @gjfei)

  • Components [select] fix typo (#9578 by @Tsong-LC)

  • Components [transfer] child component don’t validate (#9403 by @Tsong-LC)

  • Components [date-picker] Component ElInput validateEvent pass true (#9402 by @Tsong-LC)

  • Components [table-v2] header-cell slots invalid (#9585 by @btea)

  • UseTree.ts修复tree-v2组件开启accordion模式后展开不了的问题 (#9591 by @qinhuangdaoooo)

  • Style(components): [select, select-v2] adjust style (#9496 by @daonatural)

  • Fix Table using load to click to expand will trigger multiple load callbacks (#9397 by @qq282126990)

  • Perf(components): [table] export table defaults (#8393 by @xiaoxian521)

  • Perf(hooks): [use-namespace] simplify code (#9298 by @holazz)

Refactors