From 15afdd994df1871904c2ac445a1f73366b29c3e3 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 19 May 2026 11:22:38 +0200 Subject: [PATCH] Fix plugin-app changeset to describe legacy nav-item support Page-based nav discovery is unchanged; the app nav change is backward compatibility after NavItemBlueprint removal. Signed-off-by: Patrik Oldsberg Co-authored-by: Cursor --- .changeset/remove-nav-item-blueprint-plugin-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.