This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
Releases: TrueCar/react-launch-darkly
Releases · TrueCar/react-launch-darkly
Release 4.1.0
[4.1.0] - 2019-03-30
Changes
Update dependency ldclient-js to latest.
Fixes
Incorporate fixes launchdarkly/js-client-sdk#147 which address synchronous XHRs at page close (unrelated to this library's usage of launch darkly, but relevant to their analytics).
Release 4.0.1
[4.0.1] - 2019-4-23
Fixed
- When calling
initialRenderCallback
without user and clientId, we shouldn't attempt to initialize/call the LD client
Release 4.0.0
[4.0.0] - 2019-4-23
Changed
- In
FeatureFlag
, callFeatureFlagRenderer
and thereforeinitialRenderCallback
, ifinitialRenderCallback
is present, even if LD config has not been passed to theLaunchDarkly
context provider.
Fixed
- The above change makes
initialRenderCallback
work as intended
Release 3.1.1
Release 3.1.0
Release 3.0.0
Release 2.0.1
Release 2.0.0
[2.0.0] - 2018-09-24
Changed
- Replace
react-broadcast
dependency with Reacts new context API available as ofv16.3.0
- See https://github.com/TrueCar/react-launch-darkly#dependencies for details on requirements for the new React version. Change implemented by: #72. Thanks to @georgeciubotaru for the PR!