Skip to content

Commit ccee3d7

Browse files
authored
docs(api-environment): remove outdated text content (#18856)
1 parent 88e49aa commit ccee3d7

5 files changed

+10
-10
lines changed

docs/guide/api-environment-frameworks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Environment API for Frameworks
22

33
:::warning Experimental
4-
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.
4+
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.
55

66
Resources:
77

88
- [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs.
99
- [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed.
1010

11-
Please share with us your feedback as you test the proposal.
11+
Please share your feedback with us.
1212
:::
1313

1414
## Environments and frameworks

docs/guide/api-environment-instances.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Using `Environment` instances
22

33
:::warning Experimental
4-
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.
4+
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.
55

66
Resources:
77

88
- [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs.
99
- [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed.
1010

11-
Please share with us your feedback as you test the proposal.
11+
Please share your feedback with us.
1212
:::
1313

1414
## Accessing the environments

docs/guide/api-environment-plugins.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Environment API for Plugins
22

33
:::warning Experimental
4-
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.
4+
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.
55

66
Resources:
77

88
- [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs.
99
- [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed.
1010

11-
Please share with us your feedback as you test the proposal.
11+
Please share your feedback with us.
1212
:::
1313

1414
## Accessing the current environment in hooks

docs/guide/api-environment-runtimes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Environment API for Runtimes
22

33
:::warning Experimental
4-
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.
4+
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.
55

66
Resources:
77

88
- [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs.
99
- [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed.
1010

11-
Please share with us your feedback as you test the proposal.
11+
Please share your feedback with us.
1212
:::
1313

1414
## Environment factories

docs/guide/api-environment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Environment API
22

33
:::warning Experimental
4-
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.
4+
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.
55

66
Resources:
77

88
- [Feedback discussion](https://github.com/vitejs/vite/discussions/16358) where we are gathering feedback about the new APIs.
99
- [Environment API PR](https://github.com/vitejs/vite/pull/16471) where the new API were implemented and reviewed.
1010

11-
Please share with us your feedback as you test the proposal.
11+
Please share your feedback with us.
1212
:::
1313

1414
## Formalizing Environments

0 commit comments

Comments
 (0)