From 4823831bf6f6877e99e32a52f04e8d6c392f4b98 Mon Sep 17 00:00:00 2001 From: David Festal Date: Wed, 5 Mar 2025 17:18:10 +0100 Subject: [PATCH] Add changeset Signed-off-by: David Festal --- .changeset/eight-jeans-shop.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/eight-jeans-shop.md diff --git a/.changeset/eight-jeans-shop.md b/.changeset/eight-jeans-shop.md new file mode 100644 index 0000000000..004e75038f --- /dev/null +++ b/.changeset/eight-jeans-shop.md @@ -0,0 +1,7 @@ +--- +'@backstage/frontend-plugin-api': minor +'@backstage/frontend-defaults': minor +'@backstage/frontend-app-api': patch +--- + +Introduced a `createFrontendFeatureLoader()` function, as well as a `FrontendFeatureLoader` interface, to gather several frontend plugins, modules or feature loaders in a single exported entrypoint and load them, possibly asynchronously. This new feature, very similar to the `createBackendFeatureLoader()` already available on the backend, supersedes the previous `CreateAppFeatureLoader` type which has been deprecated.