diff --git a/.changeset/fine-ears-yell.md b/.changeset/fine-ears-yell.md new file mode 100644 index 0000000000..a1c3e06d41 --- /dev/null +++ b/.changeset/fine-ears-yell.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-app-react': minor +--- + +Added `AppRootWrapperBlueprint` that replaces the blueprint with the same name that was deprecated in `@backstage/frontend-plugin-api`. These blueprints are not directly interchangeable the new one exported from this package can only be used in `app` plugin modules and is restricted from use in other plugins. diff --git a/.changeset/moody-wasps-travel.md b/.changeset/moody-wasps-travel.md new file mode 100644 index 0000000000..fdb46dcc2d --- /dev/null +++ b/.changeset/moody-wasps-travel.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-app': patch +--- + +Implemented support for the new `PluginWrapperBlueprint` from `@backstage/frontend-plugin-api` and `AppRootWrapperBlueprint` from the new `@backstage/plugin-app-react` library. diff --git a/.changeset/violet-otters-share.md b/.changeset/violet-otters-share.md new file mode 100644 index 0000000000..daed39f98c --- /dev/null +++ b/.changeset/violet-otters-share.md @@ -0,0 +1,5 @@ +--- +'@backstage/frontend-plugin-api': patch +--- + +Added `PluginWrapperBlueprint`, which can install components that will wrap all plugin elements. The `AppRootWrapperBlueprint` has also been deprecated and should be replaced either with the new plugin wrapper, or for app overrides, the new blueprint with the same name from `@backstage/plugin-app-react`.