Add changeset

Signed-off-by: David Festal <dfestal@redhat.com>
This commit is contained in:
David Festal
2025-03-05 17:18:10 +01:00
parent f6a8a06beb
commit 4823831bf6
+7
View File
@@ -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.