Skip to content

Release 2.8.1

Compare
Choose a tag to compare
@optibot optibot released this 07 Mar 19:56
· 86 commits to master since this release
500a3f9

[2.8.1] - March 7, 2022

Enhancements

  • fixed issue #49: Return type of createInstance was OptimizelyReactSDKClient which is the implementation class. Changed it to the ReactSDKClient interface instead (#148).

  • fixed issue #121:ActivateListenerPayload and TrackListenerPayload types were exported from @optimizely/optimizely-sdk but were missing from @optimizely/react-sdk exports. (#150).

Bug fixes

  • Fixed issue #134 of the React SDK crashing when the internal Optimizely client returns as a null value. PR #149