Skip to content

22.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Dec 19:54
dcc0c1d

Changed

  • BREAKING: The controller now reads feature flags directly from RemoteFeatureFlagController via the messenger instead of using the getFeatureFlags callback (#550)
    • Clients must configure the following as allowed actions in the controller messenger:
      • RemoteFeatureFlagController:getState
      • ErrorReportingService:captureException (for reporting validation errors to Sentry)
    • Clients must configure RemoteFeatureFlagController:stateChange as an allowed event
    • The getFeatureFlags constructor option is now deprecated and ignored