Merge pull request #3149 from spotify/rugvip/ff

core-api: refactor and slim down the FeatureFlagsApi
This commit is contained in:
Patrik Oldsberg
2020-10-29 16:58:52 +01:00
committed by GitHub
16 changed files with 290 additions and 383 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-api': minor
---
Refactored the FeatureFlagsApi to make it easier to re-implement. Existing usage of particularly getUserFlags can be replaced with isActive() or save().