launchdarkly-react-client-sdk
Advanced tools
Comparing version 2.16.1 to 2.16.2
@@ -5,2 +5,6 @@ # Change log | ||
## [2.16.2] - 2019-12-17 | ||
### Fixed: | ||
- Turned off the default setting of the `wrapperName` property because the LaunchDarkly service does not support it yet; it was causing CORS errors. | ||
## [2.16.1] - 2019-12-17 | ||
@@ -22,4 +26,2 @@ ***The 2.16.0 release was unpublished due to a packaging error. This is a rerelease containing the same changes but fixing the packaging.*** | ||
## [2.16.0] - 2019-12-16 | ||
@@ -26,0 +28,0 @@ ***This release was broken and has been removed.*** |
@@ -70,3 +70,3 @@ "use strict"; | ||
return __generator(this, function (_a) { | ||
allOptions = __assign({ wrapperName: 'React' }, options); | ||
allOptions = __assign({}, options); | ||
ldClient = launchdarkly_js_client_sdk_1.initialize(clientSideID, user, allOptions); | ||
@@ -73,0 +73,0 @@ return [2 /*return*/, new Promise(function (resolve) { |
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "2.16.1", | ||
"version": "2.16.2", | ||
"description": "LaunchDarkly SDK for React", | ||
@@ -5,0 +5,0 @@ "author": "LaunchDarkly <team@launchdarkly.com>", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63784