added changesets

This commit is contained in:
Patrik Oldsberg
2021-02-22 01:04:10 +01:00
parent c7fd1c6a2e
commit 3a58084b65
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/core-api': patch
'@backstage/core': patch
---
The `FlatRoutes` components now renders the not found page of the app if no routes are matched.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/core-api': patch
'@backstage/core': patch
---
Created separate `AppContext` type to be returned from `useApp` rather than the `BackstageApp` itself. The `AppContext` type includes but deprecates `getPlugins`, `getProvider`, `getRouter`, and `getRoutes`. In addition, the `AppContext` adds a new `getComponents` method which providers access to the app components.