core-plugin-api: deprecate old routing types and introduce AnyRouteRefParams + report fixes

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-10-12 19:59:29 +02:00
parent 5b665a3810
commit cb6db75bc2
8 changed files with 93 additions and 20 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': patch
---
Deprecated several types related to the routing system that are scheduled to be removed, as well as several fields on the route ref types themselves.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': minor
---
Introduced `AnyRouteRefParams` as a replacement for `AnyParams`, which is now deprecated.