Merge pull request #7932 from backstage/jhaals/core-plugin-api-no-name

core-plugin-api: Deprecate use of extensions without name
This commit is contained in:
Fredrik Adelöw
2021-11-11 10:11:30 +01:00
committed by GitHub
14 changed files with 44 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Add name option to `createCardExtension` to remove deprecation warnings for extensions without name. Name will be required for extensions in a future release of `core-plugin-api` and therefore also in `createCardExtension`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-bazaar': patch
---
Name extension to remove deprecation warning
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': patch
---
Deprecate use of extensions without name. Adds a warning to the developer console to prompt integrators to provide names for extensions.