changesets: added changeset for FeatureFlagsApi refactoring

This commit is contained in:
Patrik Oldsberg
2020-10-28 22:46:21 +01:00
parent 1f010f7828
commit cbab5bbf8a
+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().