Update changeset to patch and add patches entry

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-20 12:38:50 +01:00
parent d63fe7023f
commit cfefdc5f0e
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
---
'@backstage/plugin-scaffolder': minor
'@backstage/plugin-scaffolder': patch
---
Migrated the scaffolder plugin's new frontend system (NFS) definition to use the `SubPageBlueprint` pattern with tabbed navigation. The plugin now renders a parent page with sub-pages for Templates, Tasks, Actions, Template Editor, and Templating Extensions, matching the pattern used by the Settings plugin. Each sub-page handles its own internal routing, including parameterized routes for template wizard and task detail views. The legacy frontend system compatibility is preserved.
Fixed the layout of the scaffolder plugin in the new frontend system to use the new page layout.
+1
View File
@@ -0,0 +1 @@
Fix scaffolder plugin page layout in the new frontend system