Merge pull request #8212 from backstage/mob/deprecate-register

core-plugin-api: Deprecate Plugin register and output
This commit is contained in:
Johan Haals
2021-11-24 13:23:44 +01:00
committed by GitHub
10 changed files with 244 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core-plugin-api': patch
---
Deprecated `register` option of `createPlugin` and the `outputs` methods of the plugin instance.
Introduces the `featureFlags` property to define your feature flags instead.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-cost-insights': patch
---
Supply featureFlags using featureFlag config option.