-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prepare 2.15.0 release #5
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* applying the readme template * clarifying text * wrapper => sdk * clarify relationship to js sdk * re-ordered the changelog header
* reinstate 2.12.5 and 2.13.0 * lint errors * adding a missing file
…vate into yus/ch43034/make-react-sdk-support-bootstrapping-natively
* reinstate 2.12.5 and 2.13.0 * lint errors * adding a missing file * doc comments * cleanup * fix lint errors * fix lint errors * fix lint errors * undo a commit * undo a commit * add typedoc build (#6) * add typedoc build * add makefile * exclude test code * doc comment fixes * more code doc cleanup * minor doc update
…ded more information comparing asyncCreateLDProvider and withLDProvider to typedoc.
…vate into yus/ch43034/make-react-sdk-support-bootstrapping-natively
…pport-bootstrapping-natively [ch43034] React sdk support for bootstrapping natively
# Conflicts: # CHANGELOG.md # package-lock.json # package.json
…nt-sdk-urls Update homepage and git repo url to point to the new react sdk page
* update js-sdk-common + misc build improvements * update dependency * fix typedoc build logic
bwoskow-ld
approved these changes
Nov 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[2.15.0] - 2019-11-06
Changed:
Fixed:
beforeunload
event handler no longer callsclose
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 anotherbeforeunload
handler cancelled leaving the page). Instead, it now only flushes events. There is also anunload
handler that flushes any additional events that might have been created by any code that ran during thebeforeunload
stage. (#181)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.typedoc
which caused some vulnerability warnings.Deprecated:
samplingInterval
configuration property is deprecated and will be removed in a future version. The intended use case for thesamplingInterval
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.