From 47b4e578c0d4aec8336e886cd237c179eb3f03dd Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 29 Aug 2024 13:07:04 +0200 Subject: [PATCH] changesets: changeset update for createApp move Signed-off-by: Patrik Oldsberg --- .changeset/four-parents-buy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/four-parents-buy.md b/.changeset/four-parents-buy.md index fc925cf6d1..ac216c3c08 100644 --- a/.changeset/four-parents-buy.md +++ b/.changeset/four-parents-buy.md @@ -3,3 +3,5 @@ --- **BREAKING**: The `createSpecializedApp` function now creates a bare-bones app without any of the default app structure or APIs. To re-introduce this functionality if you need to use `createSpecializedApp` you can install the `app` plugin from `@backstage/plugin-app`. + +In addition, the `createApp` and `CreateAppFeatureLoader` exports are now deprecated as they are being moved to `@backstage/frontend-defaults`, which should be used instead.