diff options
author | 2023-12-01 16:24:09 -0500 | |
---|---|---|
committer | 2023-12-01 16:24:09 -0500 | |
commit | 6686e03a75ab9d9224badf631a65af020587b241 (patch) | |
tree | 78c2c8ed168ceda512419d6e254a3c60f22f2e6d | |
parent | b59be6759c2f25d699db2ff36a2b125d82c8db2c (diff) | |
download | astro-6686e03a75ab9d9224badf631a65af020587b241.tar.gz astro-6686e03a75ab9d9224badf631a65af020587b241.tar.zst astro-6686e03a75ab9d9224badf631a65af020587b241.zip |
Update the Toolbar rename changeset
-rw-r--r-- | .changeset/lemon-crews-juggle.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.changeset/lemon-crews-juggle.md b/.changeset/lemon-crews-juggle.md index b404f7348..d838bdbaa 100644 --- a/.changeset/lemon-crews-juggle.md +++ b/.changeset/lemon-crews-juggle.md @@ -4,6 +4,6 @@ Renames Dev Overlay to Dev Toolbar -The previously named Dev Overlay is now known as the Astro Dev Toolbar. Additionally what were called Plugins are now Toolbar Apps. This updates our references to reflect. +The previously named experimental Dev Overlay is now known as the Astro Dev Toolbar. Plugins have been renamed as Toolbar Apps. This updates our references to reflect. -As there were a lot of APIs that used these names, the existing APIs are left in place, and aliases for the new Toolbar based names are included as well, which is what will be documented. +To not break existing APIs, aliases for the Toolbar-based names have been created. The previous API names will continue to function but will be deprecated in the future. All documentation has been updated to reflect Toolbar-based names. |