Deprecate withApis in @backstage/frontend-plugin-api

Moved withApis to @backstage/core-compat-api and deprecated the export
in @backstage/frontend-plugin-api, pointing users to the new location.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-05 10:19:10 +01:00
parent d0b53e39fd
commit b15a685e52
7 changed files with 85 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@backstage/core-compat-api': patch
---
Added `withApis`, which is a Higher-Order Component for providing APIs as props to a component via `useApiHolder`.
@@ -0,0 +1,5 @@
---
'@backstage/frontend-plugin-api': patch
---
Deprecated `withApis`, use the `withApis` export from `@backstage/core-compat-api` instead.