Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Releases: TrueCar/react-launch-darkly

Release 4.1.0

30 Mar 18:41
3d67c4c
Compare
Choose a tag to compare

[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

23 Apr 20:08
30fd813
Compare
Choose a tag to compare

[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

23 Apr 18:04
d6c5e1b
Compare
Choose a tag to compare

[4.0.0] - 2019-4-23

Changed

  • In FeatureFlag, call FeatureFlagRenderer and therefore initialRenderCallback, if initialRenderCallback is present, even if LD config has not been passed to the LaunchDarkly context provider.

Fixed

  • The above change makes initialRenderCallback work as intended

Release 3.1.1

17 Apr 17:09
Compare
Choose a tag to compare

[3.1.1] - 2019-4-17

Changed

  • Resolves default export deprecation warning from ldclient-js: #91

Release 3.1.0

01 Feb 20:05
e93d0f2
Compare
Choose a tag to compare

[3.1.0] - 2019-02-01

Added

  • Expose feature from the LaunchDarkly client: #90

Release 3.0.0

10 Jan 19:19
Compare
Choose a tag to compare

[3.0.0] - 2019-01-10

Added

  • Add track feature: #86

Changed

  • Set ldclient-js as a peer dependency to allow projects to control minor versions within their own repo: #84

Release 2.0.1

16 Oct 22:57
Compare
Choose a tag to compare

[2.0.1] - 2018-10-16

Fixed

  • Fix safari stack size exceeded bug with identify use: #83. Thanks to @msied for reporting the issue and fixing it!

Release 2.0.0

24 Sep 21:57
439f3ff
Compare
Choose a tag to compare

[2.0.0] - 2018-09-24

Changed

Release 1.4.0

06 Jun 15:45
66d3ec0
Compare
Choose a tag to compare

[1.4.0] - 2018-06-06

Added

  • identify function - see #65 resolves #60

Release 1.3.1

29 Mar 00:14
a14e2b3
Compare
Choose a tag to compare

[1.3.1] - 2018-03-28

Changed

  • Pinned version of ldclient-js to 1.1.12: #61