launchdarkly-react-client-sdk
Advanced tools
Comparing version 2.19.0 to 2.20.0
@@ -5,2 +5,6 @@ # Change log | ||
## [2.20.0] - 2020-07-17 | ||
### Changed: | ||
- Updated `launchdarkly-js-client-sdk` version to 2.18.0, which adds the [`disable-sync-event-post`](https://launchdarkly.github.io/js-client-sdk/interfaces/_launchdarkly_js_client_sdk_.ldoptions.html#disablesynceventpost) option. | ||
## [2.19.0] - 2020-07-15 | ||
@@ -7,0 +11,0 @@ ### Added: |
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"description": "LaunchDarkly SDK for React", | ||
@@ -59,3 +59,3 @@ "author": "LaunchDarkly <team@launchdarkly.com>", | ||
"dependencies": { | ||
"launchdarkly-js-client-sdk": "2.17.6", | ||
"launchdarkly-js-client-sdk": "2.18.0", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -62,0 +62,0 @@ "uuid": "^3.3.2" |
77297
+ Addedlaunchdarkly-js-client-sdk@2.18.0(transitive)
- Removedlaunchdarkly-js-client-sdk@2.17.6(transitive)