Skip to content

Releases: optimizely/react-sdk

Release 1.1.0

30 Jan 18:03
7a51e33
Compare
Choose a tag to compare

[1.1.0] - January 30th, 2020

New Features

  • Added a new API to get project configuration static data.
    • Call getOptimizelyConfig() to get a snapshot of project configuration static data.
    • It returns an OptimizelyConfig instance which includes a datafile revision number, all experiments, and feature flags mapped by their key values.
    • Added caching for getOptimizelyConfig - OptimizelyConfig object will be cached and reused for the lifetime of the datafile.
    • For details, refer to our documentation page: https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-react.

Release 1.0.1

18 Nov 18:58
ebeebd7
Compare
Choose a tag to compare

[1.0.1] - November 18th, 2019

Fixed

  • Javascript SDK Client version was being sent in dispatched events. Changed it to send React SDK client version.
  • Updated @optimizely/optimizely-sdk to 3.3.2. Includes a better default logger for React Native and a fix for an error message logged when a user is bucketed to empty space.
  • Replaced usage of react-broadcast with the native React Context API

Release 1.0.0

27 Sep 21:39
2ebf9f3
Compare
Choose a tag to compare

[1.0.0] - September 27th, 2019

Initial release