catalog: finalize port to new composability API + tweak dev-utils

This commit is contained in:
Patrik Oldsberg
2021-02-02 15:07:33 +01:00
parent d941f6187b
commit b37501a3d1
9 changed files with 73 additions and 48 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Add `children` option to `addPage`, which will be rendered as the children of the `Route`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Finalize migration to new composability API, with the plugin instance now exported `catalogPlugin`.