Clarify plugin-app changeset message in isolation

Explain page-based nav discovery and legacy nav-item compatibility together.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Patrik Oldsberg
2026-05-19 11:21:23 +02:00
parent 2ba8c10106
commit 177a1c1af6
@@ -2,4 +2,4 @@
'@backstage/plugin-app': patch
---
The app nav extension still accepts legacy `nav-item` extensions for backward compatibility with older plugin versions.
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.