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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user