From 90c38e9621959bff6a5a516e1194abd39405b9fd Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Tue, 10 Sep 2024 12:56:59 +0900 Subject: [PATCH] docs: prepare for v10 release --- docs/guide/advanced/lite.md | 5 ----- docs/guide/installation.md | 10 ---------- docs/guide/migration/breaking10.md | 4 ---- 3 files changed, 19 deletions(-) diff --git a/docs/guide/advanced/lite.md b/docs/guide/advanced/lite.md index 2781f0e3e..63c817090 100644 --- a/docs/guide/advanced/lite.md +++ b/docs/guide/advanced/lite.md @@ -1,10 +1,5 @@ # Small size subset of Vue I18n -:::warning NOTICE -`petite-vue-i18n` **is not still GA. -It will be GA with the release of Vue I18n v10. -::: - `petite-vue-i18n` is an alternative distribution of Vue I18n, which provides only minimal features. ## What is the difference from Vue I18n ? diff --git a/docs/guide/installation.md b/docs/guide/installation.md index bd5054859..57e9794ed 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -68,13 +68,3 @@ You can also use a specific version/tag via URLs like - -## Nightly version - -Add the following line to the `dependencies` in `package.json`: - -```json -"vue-i18n": "npm:@vue-i18n-nightly" -``` - -And then run `npm install` or `yarn install` or `pnpm install`. diff --git a/docs/guide/migration/breaking10.md b/docs/guide/migration/breaking10.md index ed704b117..1464956ea 100644 --- a/docs/guide/migration/breaking10.md +++ b/docs/guide/migration/breaking10.md @@ -1,9 +1,5 @@ # Breaking Changes in v10 -:::warning NOTICE -Vue I18n v10 **is still an alpha version**. -::: - ## Default enable for JIT compilation **Reason**: CSP problems can be solved and dynamic resources can be supported