2.2.0
2022-05-09
Breaking changes
Button
type="text"
has been removed frombutton
, now you can do this, for more detail see Documentation
--- <el-button type="text"/>
+++ <el-button text />
Features
-
Components [slider] aria keyboard controls and attrs (#7389 by @opengraphica)
-
Docs use home svg layers for dark (#7408 by @YunYouJun)
-
Add custom mix function for colors (#7459 by @YunYouJun)
-
Components [form-item] auto attach labels to inputs (#7450 by @opengraphica)
-
Components [button] update text button (#7515 by @JeremyWuuuuu)
-
Components [auto-resizer] new component (#7541 by @JeremyWuuuuu)
Bug fixes
-
Components [el-select-v2] clear created options (#7305 by @josonho)
-
Components [autocomplete] fetch-suggestions support AsyncFunction (#7315 by @chenxch)
-
Deps update dependency @rollup/plugin-commonjs to v22 (#7452 by @renovate[bot])
-
Components [descriptions] style (#7474 by @kooriookami)
-
Components [select]label is not shown when value is a object (#7054 by @exherb)
-
Theme-chalk dark mode details (#7460 by @YunYouJun)
-
Table/dropdown/step dark details (#7483 by @YunYouJun)
-
Components [select] The problem that the size changes and the height does not change (#7471 by @chenxch)
-
Components [input] when textarea resize is both, the wordLimit position inaccurate (#7445 by @buqiyuan)
-
Components [pickers] text button issue (#7530 by @JeremyWuuuuu)
-
Components [popconfirm] text button type (#7526 by @JeremyWuuuuu)
-
Components [popper] appendToBody API deprecation (#7534 by @JeremyWuuuuu)
-
Components [virtual-table] horizontal scroll (#7538 by @JeremyWuuuuu)
-
Theme-chalk datetime picker time panel bg (#7543 by @YunYouJun)
-
Docs fix Cross hovering (#7558 by @kooriookami)
-
Components input internal autofill border color (#7561 by @YunYouJun)
-
Components [el-tree-v2]prop
icon
support Component. fix [#7517] (#7518 by @JobinJia) -
Tree-select nodeKey default selected (#7172 by @chenxch) (#7181)
-
Component cascader searching placeholder does not disappear (#7540 by @anflower)
-
Components select v2 remote method trigger reset value when blur (#7569 by @YunYouJun)
Refactors
-
Theme-chalk scss css var namespace (#7344 by @YunYouJun)
-
Use svg for guide & resources (#7399 by @YunYouJun)
-
Components!: remove deprecated warning (#7528 by @JeremyWuuuuu)
-
Components [popconfirm] refactor to script-setup (#7522 by @sxzz)