Merge pull request #3605 from backstage/mob/routin

core-api: add another set of composability plumbing
This commit is contained in:
Patrik Oldsberg
2020-12-08 12:20:17 +01:00
committed by GitHub
13 changed files with 580 additions and 385 deletions
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/core-api': patch
---
Deprecated the `ConcreteRoute`, `MutableRouteRef`, `AbsoluteRouteRef` types and added a new `RouteRef` type as replacement.
Deprecated and disabled the `createSubRoute` method of `AbsoluteRouteRef`.
Add an as of yet unused `params` option to `createRouteRef`.