From 0d11e22f27cbe38c811eb5116c3ed856316022c8 Mon Sep 17 00:00:00 2001 From: Element Date: Tue, 15 Mar 2022 19:52:26 +0800 Subject: [PATCH] chore: update changelog 2.1.3 (#6654) --- CHANGELOG.en-US.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 3ddf99ab75..fa80d09671 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,30 @@ ## Changelog +### 2.1.3 + +_2022-03-15_ + +#### Features + +- Components [loading] export directive alias (#6629 by @sxzz) +- Components [el-result] warn users using subTitle as slots (#6651 by @JeremyWuuuuu) + +#### Bug fixes + +- Components [pagination] button bg color (#6628 by @YunYouJun) +- Deps update dependency @vueuse/core to v8 (#6605 by @renovate[bot]) +- Theme-chalk [drawer] bg color (#6631 by @YunYouJun) +- Theme-chalk [mixins] use set-css-var-value to transpile text (#6630 by @YunYouJun) +- Form item instance was not destroyed (#6641 by @JeremyWuuuuu) +- Components [result] rename slot's name from 'subTitle' to 'sub-title' (#6636 by @freedomlang) +- Docs fix wrong link in README.md (#6649 by @Serendipity96) +- Selet-v2 value-key mode selected style and onClonse bug (#6602 by @chenxch) + +#### Refactors + +- Docs adjust style details & fix pages width (#6624 by @YunYouJun) +- Build move to internal package (#6585 by @sxzz) + ### 2.1.2 _2022-03-14_