diff --git a/.changeset/remove-nav-item-blueprint-plugin-app.md b/.changeset/remove-nav-item-blueprint-plugin-app.md index 34929e83bd..6e5cfd4e24 100644 --- a/.changeset/remove-nav-item-blueprint-plugin-app.md +++ b/.changeset/remove-nav-item-blueprint-plugin-app.md @@ -2,4 +2,4 @@ '@backstage/plugin-app': patch --- -Updated the built-in app nav to discover sidebar entries from page extensions, following the removal of `NavItemBlueprint` in `@backstage/frontend-plugin-api`. Legacy `nav-item` extensions are still accepted so older plugins keep working until they migrate. +Following the removal of `NavItemBlueprint` in `@backstage/frontend-plugin-api`, the built-in app nav was updated to keep accepting legacy `nav-item` extensions so older plugins continue to work until they migrate.