Skip to content

Commit dbbc633

Browse files
committed
fix: vue-i18n v8 EOL (#2060)
* fix: vue-i18n v8 eol * fix: update lifecycle figure
1 parent f724222 commit dbbc633

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+1209
-14463
lines changed

β€ŽREADME.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,22 @@ Vue I18n is part of the Vue Ecosystem and Intlify Project is an open source proj
103103
<br/>
104104

105105
## Status: [![CI](https://github.com/intlify/vue-i18n/actions/workflows/ci.yml/badge.svg)](https://github.com/intlify/vue-i18n/actions/workflows/ci.yml)
106-
- v10: stable (About maintenance status, see the [here](https://vue-i18n.intlify.dev/guide/maintenance.html))
106+
- v11: stable (About maintenance status, see the [here](https://vue-i18n.intlify.dev/guide/maintenance.html))
107107
- [Documentation](https://vue-i18n.intlify.dev/)
108-
- If you use Vue I18n v8 for Vue 2, see this [repository](https://github.com/kazupon/vue-i18n)
109108

110109
## Quickstart
111110

112-
- Via CDN: `<script src="https://unpkg.com/vue-i18n@9"></script>`
111+
- Via CDN: `<script src="https://unpkg.com/vue-i18n@11"></script>`
113112
- In-browser playground on [CodeSandbox](https://codesandbox.io/s/vue-i18n-9-template-h28c0)
114113
- Add it to an existing Vue Project:
115114
```bash
116-
npm install vue-i18n@9
115+
npm install vue-i18n@11
117116
```
118117

119-
## Changes from Vue I18n v8
118+
## Vue I18n v8
120119

121-
Please consult the [Migration Guide](https://vue-i18n.intlify.dev/guide/migration/breaking.html).
120+
Vue I18n v8 has reached EOL and is no longer actively maintained. Upgrade to Vue I18n v9 or later.
122121

123-
## πŸ™‹β€β™‚οΈ About support for v9 and earlier
124-
- v7 and v8: we will follow Vue v2 maintenance lifespan
125122

126123
## 🍭 Examples
127124

β€Ždocs-old/.vuepress/components/sponsor-button.vue

-23
This file was deleted.

β€Ždocs-old/.vuepress/config.js

-305
This file was deleted.
Binary file not shown.
-2.54 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)