frontend-app-api: halfway implementation of app preparation split

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-03-11 21:20:10 +01:00
parent fc08a9b4dd
commit 904841dd84
@@ -1,6 +1,6 @@
"@backstage/frontend-app-api": patch
"@backstage/frontend-defaults": patch
---
'@backstage/frontend-app-api': patch
'@backstage/frontend-defaults': patch
---
Adds `prepareSpecializedApp` as a new two-phase app wiring API for rendering a sign-in page before full app finalization. The existing `createSpecializedApp` API is now deprecated and backed by `prepareSpecializedApp().finalize()`, while `createApp` has been updated to use the same prepare/finalize flow.