Skip to content

2.2.0

Compare
Choose a tag to compare
@eli-darkly eli-darkly released this 22 Jun 21:24
e2253bc

[2.2.0] - 2018-06-22

Added:

  • New event goalsReady (and new method waitUntilGoalsReady, which returns a Promise based on that event) indicates when the client has loaded goals-- i.e. when it is possible for pageview events and click events to be triggered.

Fixed:

  • Fixed a bug where calling variation would throw an error if the client was bootstrapped from local storage and there were no flags in local storage yet, and the initial HTTP request for flags from LaunchDarkly had not yet completed. (thanks, mpcowan!)