-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(api-environment): remove outdated text content
resolved #1068
- Loading branch information
Showing
5 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 `[email protected]` 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 `[email protected]` 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 `[email protected]` 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 `[email protected]` 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 `[email protected]` 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 | ||
|