diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b91faca83a..b4004a2270 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,9 +1,7 @@ { extends: ['config:base', 'schedule:weekly', 'group:allNonMajor'], labels: ['dependencies'], - pin: false, rangeStrategy: 'bump', - node: false, packageRules: [ { depTypeList: ['peerDependencies'], diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 7b5c3376a2..e4f101a471 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -1,5 +1,30 @@ ## Changelog +### 2.3.8 + +_2023-07-14_ + +#### Bug fixes + +- Correct sass map has-key parameter (#13132 by @wonderl17) +- Components [date-picker] One input affect the other input (#12181 by @HeftyKoo) +- Components [virtual-list] Resetting the vertical scrollbar state (#13319 by @huangguangfa) +- Components [tree] fix node can drop inner (#9770 by @init-qy) +- Style [progress] linecap value of track is consistent with path (#13395 by @btea) +- Theme-chalk [form] remove default width of Input in inline form (#13375 by @tolking) +- Components [checkbox] default after border color is transparent (#13402 by @chenxch) +- Components [table] multiple line ellipsis tooltip takes effect (#12805 by @btea) +- Style [select] tooltip positioning is incorrect (#13424 by @wuzhidexiaoming) +- Tree content checkbox height larger than item height, close #13396 (#13446 by @YunYouJun) +- Types in exports (#13443 by @zhuying547) +- Add more exports types (#13498 by @sxzz) +- Components [color-picker] fix incorrect cursor position (#13516 by @kooriookami) +- Components [input] lose focus when click suffix icon (#13264 by @tolking) +- Style(theme-chalk): [table] fix th font weight (#13556 by @kaine0923) +#### Refactors + +- Components [select] override the class using computed (#13302 by @wzc520pyfm) + ### 2.3.7 _2023-06-21_ diff --git a/README.md b/README.md index 50137500dd..264864acd7 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ You can also try Element Plus out with the components built-in playground. + + + + + diff --git a/docs/.vitepress/config/sponsors.ts b/docs/.vitepress/config/sponsors.ts index 5bebb492d2..144eb3ca79 100644 --- a/docs/.vitepress/config/sponsors.ts +++ b/docs/.vitepress/config/sponsors.ts @@ -1,4 +1,13 @@ -export const rightRichTextSponsors = [] +export const rightRichTextSponsors = [ + { + name: 'MISBoot', + img: '/images/sponsors/MISBoot.png', + url: 'https://www.misboot.com/?from=element-plus', + slogan: 'Low-code platform for rapid development', + slogan_cn: '低代码开发平台,应用可视化快速开发', + slogan_index: '低代码开发平台,应用快速开发', + }, +] export const rightLogoSmallSponsors = [ { diff --git a/docs/.vitepress/vitepress/components/globals/vp-api-typing.vue b/docs/.vitepress/vitepress/components/globals/vp-api-typing.vue index 4cb88fafa5..136c11f72d 100644 --- a/docs/.vitepress/vitepress/components/globals/vp-api-typing.vue +++ b/docs/.vitepress/vitepress/components/globals/vp-api-typing.vue @@ -28,7 +28,7 @@ const detail = computed(() => apiTypingLocale[lang.value].detail) />