Merge pull request #9341 from backstage/rugvip/todo-test

todo: switch to routable extension + add test
This commit is contained in:
Patrik Oldsberg
2022-02-07 10:33:14 +01:00
committed by GitHub
8 changed files with 82 additions and 38 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
The `plugin:diff` command no longer validates the existence of any of the files within `dev/` or `src/`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-todo': minor
---
**BREAKING**: The `EntityTodoContent` is now a routable extension. This means it must be rendered within a route, but that's most likely already the case for most apps. The mount point `RouteRef` is available via `todoPlugin.routes.entityContent`.