From ccee3d7c7d34fc66854029f27f6cc89de7dcf3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E6=BA=AA?= <84778445+yuxi-ovo@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:18:53 +0800 Subject: [PATCH] docs(api-environment): remove outdated text content (#18856) --- docs/guide/api-environment-frameworks.md | 4 ++-- docs/guide/api-environment-instances.md | 4 ++-- docs/guide/api-environment-plugins.md | 4 ++-- docs/guide/api-environment-runtimes.md | 4 ++-- docs/guide/api-environment.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/guide/api-environment-frameworks.md b/docs/guide/api-environment-frameworks.md index 6a41a31ed7edae..07172abc3ad135 100644 --- a/docs/guide/api-environment-frameworks.md +++ b/docs/guide/api-environment-frameworks.md @@ -1,14 +1,14 @@ # Environment API for Frameworks :::warning Experimental -Initial work for this API was introduced in Vite 5.1 with the name "Vite Runtime API". This guide describes a revised API, renamed to Environment API. This API will be released in Vite 6 as experimental. You can already test it in the latest `vite@6.0.0-beta.x` version. +Environment API is experimental. We'll keep the APIs stable during Vite 6 to let the ecosystem experiment and build on top of it. We're planning to stabilize these new APIs with potential breaking changes in Vite 7. Resources: - [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs. - [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed. -Please share with us your feedback as you test the proposal. +Please share your feedback with us. ::: ## Environments and frameworks diff --git a/docs/guide/api-environment-instances.md b/docs/guide/api-environment-instances.md index 7a03f74df5bf5d..0fa43ac94d91a3 100644 --- a/docs/guide/api-environment-instances.md +++ b/docs/guide/api-environment-instances.md @@ -1,14 +1,14 @@ # Using `Environment` instances :::warning Experimental -Initial work for this API was introduced in Vite 5.1 with the name "Vite Runtime API". This guide describes a revised API, renamed to Environment API. This API will be released in Vite 6 as experimental. You can already test it in the latest `vite@6.0.0-beta.x` version. +Environment API is experimental. We'll keep the APIs stable during Vite 6 to let the ecosystem experiment and build on top of it. We're planning to stabilize these new APIs with potential breaking changes in Vite 7. Resources: - [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs. - [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed. -Please share with us your feedback as you test the proposal. +Please share your feedback with us. ::: ## Accessing the environments diff --git a/docs/guide/api-environment-plugins.md b/docs/guide/api-environment-plugins.md index 2271d1e13fb2f7..9b14207b720248 100644 --- a/docs/guide/api-environment-plugins.md +++ b/docs/guide/api-environment-plugins.md @@ -1,14 +1,14 @@ # Environment API for Plugins :::warning Experimental -Initial work for this API was introduced in Vite 5.1 with the name "Vite Runtime API". This guide describes a revised API, renamed to Environment API. This API will be released in Vite 6 as experimental. You can already test it in the latest `vite@6.0.0-beta.x` version. +Environment API is experimental. We'll keep the APIs stable during Vite 6 to let the ecosystem experiment and build on top of it. We're planning to stabilize these new APIs with potential breaking changes in Vite 7. Resources: - [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs. - [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed. -Please share with us your feedback as you test the proposal. +Please share your feedback with us. ::: ## Accessing the current environment in hooks diff --git a/docs/guide/api-environment-runtimes.md b/docs/guide/api-environment-runtimes.md index adf37d31ebbea1..56a6aab512fbfb 100644 --- a/docs/guide/api-environment-runtimes.md +++ b/docs/guide/api-environment-runtimes.md @@ -1,14 +1,14 @@ # Environment API for Runtimes :::warning Experimental -Initial work for this API was introduced in Vite 5.1 with the name "Vite Runtime API". This guide describes a revised API, renamed to Environment API. This API will be released in Vite 6 as experimental. You can already test it in the latest `vite@6.0.0-beta.x` version. +Environment API is experimental. We'll keep the APIs stable during Vite 6 to let the ecosystem experiment and build on top of it. We're planning to stabilize these new APIs with potential breaking changes in Vite 7. Resources: - [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs. - [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed. -Please share with us your feedback as you test the proposal. +Please share your feedback with us. ::: ## Environment factories diff --git a/docs/guide/api-environment.md b/docs/guide/api-environment.md index fd63475f39bda8..6a47aef7e6bd27 100644 --- a/docs/guide/api-environment.md +++ b/docs/guide/api-environment.md @@ -1,14 +1,14 @@ # Environment API :::warning Experimental -Initial work for this API was introduced in Vite 5.1 with the name "Vite Runtime API". This guide describes a revised API, renamed to Environment API. This API will be released in Vite 6 as experimental. You can already test it in the latest `vite@6.0.0-beta.x` version. +Environment API is experimental. We'll keep the APIs stable during Vite 6 to let the ecosystem experiment and build on top of it. We're planning to stabilize these new APIs with potential breaking changes in Vite 7. Resources: - [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs. - [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed. -Please share with us your feedback as you test the proposal. +Please share your feedback with us. ::: ## Formalizing Environments