All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added logOnlyEventDispatcher, which can be used to disable sending all events to Optimizely's results backend
- Added support for ref forwarding and copying of non-React statics in withOptimizely HOC
- Remove js-web-sdk dependency, add optimizely-sdk dependency.
- Refactor to use ReactSDKClient as the interface between the core Optimizely SDK and the React SDK
- Add support for re-rendering after user or datafile updates, via the
autoUpdate
prop on theOptimizelyExperiment
andOptimizelyFeature
components
- Introduce server side rendering capability. See README for more information on how to implement.
- Fix formatting errors in README
- Beta release of the ReactSDK