Split plugin-app into its own changeset

Keep legacy nav-item compatibility note on plugin-app only; other
plugins get a changeset focused on page title/icon for sidebar entries.

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:20:28 +02:00
parent fe72a38768
commit 2ba8c10106
2 changed files with 5 additions and 3 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app': patch
---
The app nav extension still accepts legacy `nav-item` extensions for backward compatibility with older plugin versions.
@@ -1,5 +1,4 @@
---
'@backstage/plugin-app': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-search': patch
'@backstage/plugin-home': patch
@@ -13,5 +12,3 @@
---
Removed separate nav item extensions. Sidebar entries are now provided via `title` and `icon` on each plugin's page extension.
The app nav extension still accepts legacy `nav-item` extensions for backward compatibility with older plugin versions.