Skip to content

Commit 4199b5f

Browse files
authored
docs: add maintenance status (#2044)
* docs: add maintenance status * docs: update * docs: update roadmap
1 parent d345681 commit 4199b5f

File tree

8 files changed

+1108
-3
lines changed

8 files changed

+1108
-3
lines changed

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
public-hoist-pattern[]='@vue/*'
2-
strict-peer-dependencies=false
2+
strict-peer-dependencies=false

docs/.vitepress/config.mts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function nav() {
6767
},
6868
{
6969
text: 'Version',
70-
items: [{ text: 'v8.x', link: 'https://kazupon.github.io/vue-i18n/' }]
70+
items: [{ text: 'Maintenance Status', link: '/guide/extra/maintenance' }, { text: 'v8.x', link: 'https://kazupon.github.io/vue-i18n/' }]
7171
},
7272
{
7373
text: 'Changelog',
@@ -224,6 +224,10 @@ function sidebarGuide() {
224224
text: 'Extra Topics',
225225
collapsible: true,
226226
items: [
227+
{
228+
text: 'Maintenance Status',
229+
link: '/guide/extra/maintenance'
230+
},
227231
{
228232
text: 'Different Distribution files',
229233
link: '/guide/extra/dist'

docs/guide/extra/maintenance.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Maintenance Status
2+
3+
Vue I18n and related intlify packages has a lifecycle.
4+
5+
The following is the maintenance status for each version:
6+
7+
<img src="/lifecycle2024.svg" alt="Vue I18n Maintenance Status" />
8+
9+
> [!IMPORTANT]
10+
The lifecycle of Vue I18n v10 has not yet been decided. It will be decided after the release of Vue I18n v11.
11+
12+
> [!NOTE]
13+
The lifecycle period after v10 may change depending on the frequency of major releases.

docs/guide/introduction.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ const members = [
3737

3838
# What is Vue I18n?
3939

40+
:::tip NOTE
41+
If you would like to know more about the maintenance status of each version of Vue I18n, please see [here](./extra/maintenance).
42+
:::
43+
4044
:::tip NOTE
4145
Already know Vue I18n v8.x and just want to learn about what’s new in Vue I18n v9? Check out the [Migration Guide](./migration/breaking)!
4246
:::

0 commit comments

Comments
 (0)