mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
@@ -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
|
||||
|
||||
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user