Merge pull request #20535 from backstage/mob/external-routes

frontend-*-api: add support for route bindings
This commit is contained in:
Patrik Oldsberg
2023-10-11 19:59:50 +02:00
committed by GitHub
17 changed files with 130 additions and 27 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Plugins can now be assigned `routes` and `externalRoutes` when created.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Added the `bindRoutes` option to `createApp`.