Merge pull request #33392 from backstage/rugvip/fix-api-review-items-1-3-5

frontend-plugin-api, frontend-app-api: API review cleanup
This commit is contained in:
Patrik Oldsberg
2026-03-17 12:46:03 +01:00
committed by GitHub
12 changed files with 95 additions and 60 deletions
@@ -0,0 +1,5 @@
---
'@backstage/frontend-app-api': patch
---
Removed `@backstage/core-plugin-api` leakage from the public API surface. All types such as `ApiHolder` and `ConfigApi` are now imported from `@backstage/frontend-plugin-api`.
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': minor
---
Renamed `PluginOptions` to `CreateFrontendPluginOptions` and deprecated the old name. Removed `ResolvedExtensionInputs` from the main entry point; it is still available as an inline type in extension factory signatures.