docs: add upgrade changes link (#15844)

docs: add Upgrade Changes Link
This commit is contained in:
kooriookami
2024-02-11 19:57:39 +08:00
committed by GitHub
parent c6d5bce185
commit d6dca5dec6
2 changed files with 4 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ onMounted(async () => {
<ElSelect
:model-value="currentRelease.name"
:placeholder="changelog['select-version']"
style="min-width: 200px"
style="width: 200px"
@change="onVersionChange"
>
<ElOption

View File

@@ -13,6 +13,8 @@ lang: en-US
Element Plus team uses **weekly** release strategy under normal circumstance, but critical bug fixes would require hotfix so the actual release number **could be** more than 1 per week.
On this page you can only see the latest 30 records of our [changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md).
On this page you can only see the latest 30 records of our [Changelog](https://github.com/element-plus/element-plus/blob/dev/CHANGELOG.en-US.md).
You can see the [Upgrade Changes](https://github.com/element-plus/element-plus/issues/15834) after version `2.5.0`.
<VpChangelog />