Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 1.02 KB

Changelog

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.

[Unreleased]

0.4.0-beta1

  • 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

0.3.0-beta1

  • 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 the OptimizelyExperiment and OptimizelyFeature components

0.2.0-beta1

  • Introduce server side rendering capability. See README for more information on how to implement.

0.1.1-beta1

  • Fix formatting errors in README

0.1.0-beta1

  • Beta release of the ReactSDK