launchdarkly-react-client-sdk
Advanced tools
Comparing version 2.14.0 to 2.15.0
@@ -5,2 +5,15 @@ # Change log | ||
## [2.15.0] - 2019-11-06 | ||
### Changed: | ||
- Changed the behavior of the warning message that is logged on failing to establish a streaming connection. Rather than the current behavior where the warning message appears upon each failed attempt, it will now only appear on the first failure in each series of attempts. Also, the message has been changed to mention that retries will occur. ([#182](https://github.com/launchdarkly/js-client-sdk/issues/182)) | ||
### Fixed: | ||
- The `beforeunload` event handler no longer calls `close` on the client, which was causing the SDK to become unusable if the page did not actually close after this event fired (for instance if the browser navigated to a URL that launched an external application, or if another `beforeunload` handler cancelled leaving the page). Instead, it now only flushes events. There is also an `unload` handler that flushes any additional events that might have been created by any code that ran during the `beforeunload` stage. ([#181](https://github.com/launchdarkly/js-client-sdk/issues/181)) | ||
- Removed uses of `Object.assign` that caused errors in Internet Explorer unless a polyfill for that function was present. These were removed earlier in the 2.1.1 release, but had been mistakenly added again. | ||
- Removed development dependency on `typedoc` which caused some vulnerability warnings. | ||
### Deprecated: | ||
- The `samplingInterval` configuration property is deprecated and will be removed in a future version. The intended use case for the `samplingInterval` feature was to reduce analytics event network usage in high-traffic applications. This feature is being deprecated in favor of summary counters, which are meant to track all events. | ||
## [2.14.0] - 2019-09-12 | ||
@@ -7,0 +20,0 @@ ### Added: |
{ | ||
"name": "launchdarkly-react-client-sdk", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "LaunchDarkly SDK for React", | ||
@@ -29,5 +29,5 @@ "author": "LaunchDarkly <team@launchdarkly.com>", | ||
"type": "git", | ||
"url": "git://github.com/launchdarkly/js-client-sdk.git" | ||
"url": "git://github.com/launchdarkly/react-client-sdk.git" | ||
}, | ||
"homepage": "https://github.com/launchdarkly/js-client-sdk/tree/master/packages/launchdarkly-react-client-sdk", | ||
"homepage": "https://github.com/launchdarkly/react-client-sdk", | ||
"devDependencies": { | ||
@@ -57,7 +57,6 @@ "@testing-library/jest-dom": "^4.1.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typedoc": "0.14.2", | ||
"typescript": "^3.6.2" | ||
}, | ||
"dependencies": { | ||
"launchdarkly-js-client-sdk": "^2.13.0", | ||
"launchdarkly-js-client-sdk": "2.15.1", | ||
"lodash.camelcase": "^4.3.0", | ||
@@ -64,0 +63,0 @@ "uuid": "^3.3.2" |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
60351
24
0
+ Added@babel/polyfill@7.6.0(transitive)
+ Addedbase64-js@1.3.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedlaunchdarkly-js-client-sdk@2.15.1(transitive)
+ Addedlaunchdarkly-js-sdk-common@2.14.1(transitive)
+ Addedregenerator-runtime@0.13.11(transitive)
+ Addeduuid@3.3.2(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedescape-string-regexp@4.0.0(transitive)
- Removedlaunchdarkly-js-client-sdk@2.24.2(transitive)
- Removedlaunchdarkly-js-sdk-common@3.8.2(transitive)