Merge pull request #26653 from backstage/rugvip/bindings-fix

{core,frontend}-app-api: fix route binding prio + disable through code
This commit is contained in:
Patrik Oldsberg
2024-09-12 17:55:45 +03:00
committed by GitHub
8 changed files with 132 additions and 17 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/core-app-api': minor
'@backstage/frontend-app-api': patch
---
Added the ability to explicitly disable routes through the `bindRoutes` option by passing `false` as the route target. This also fixes a bug where route bindings in config were incorrectly prioritized above the ones in code in certain situations.