Merge pull request #33141 from backstage/rugvip/deprecate-withApis-frontend-plugin-api

Deprecate `withApis` in `@backstage/frontend-plugin-api`
This commit is contained in:
Patrik Oldsberg
2026-03-05 13:50:53 +01:00
committed by GitHub
10 changed files with 171 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.