From a08c32ced2c6a8c32acc4944b13f8fc57305baaf Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 22 Dec 2020 18:53:36 +0100 Subject: [PATCH] Create dull-seals-march.md --- .changeset/dull-seals-march.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/dull-seals-march.md diff --git a/.changeset/dull-seals-march.md b/.changeset/dull-seals-march.md new file mode 100644 index 0000000000..714c5c5cad --- /dev/null +++ b/.changeset/dull-seals-march.md @@ -0,0 +1,6 @@ +--- +'@backstage/core-api': patch +'@backstage/core': patch +--- + +Add `BackstageRoutes` component to replace the top-level `Routes` component from `react-router` within apps, removing the need for manually appending `/*` to paths or sorting routes.