From 519b8e059b39bfaf7024f35a9a24a8a0e16215d3 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 16 Aug 2024 14:51:40 +0200 Subject: [PATCH] changesets: add changesets for new legacy converters Signed-off-by: Patrik Oldsberg --- .changeset/silent-camels-walk.md | 5 +++++ .changeset/thirty-balloons-end.md | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changeset/silent-camels-walk.md create mode 100644 .changeset/thirty-balloons-end.md diff --git a/.changeset/silent-camels-walk.md b/.changeset/silent-camels-walk.md new file mode 100644 index 0000000000..244a615335 --- /dev/null +++ b/.changeset/silent-camels-walk.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-react': patch +--- + +Added utilities for converting existing entity card and content extensions to the new frontend system. This is in particular useful when used in combination with the new `convertLegacyPlugin` utility from `@backstage/core-compat-api`. diff --git a/.changeset/thirty-balloons-end.md b/.changeset/thirty-balloons-end.md new file mode 100644 index 0000000000..f6e252988e --- /dev/null +++ b/.changeset/thirty-balloons-end.md @@ -0,0 +1,5 @@ +--- +'@backstage/core-compat-api': patch +--- + +Added new utilities for converting legacy plugins and extensions to the new system. The `convertLegacyPlugin` option will convert an existing plugin to the new system, although you need to supply extensions for the plugin yourself. To help out with this, there is also a new `convertLegacyPageExtension` which converts an existing page extension to the new system.