Skip to content

Commit c540b35

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 3.1.0
1 parent ad95b56 commit c540b35

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the LaunchDarkly client-side JavaScript SDKs will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [3.1.0] - 2023-01-18
6+
### Changed:
7+
- Changed event flushing on page close to be based on page visibility. This should increase compatibility with the bfcache.
8+
- Updated `launchdarkly-js-sdk-common` to version 5.0.1 for improved documentation generation.
9+
510
## [3.0.0] - 2022-12-07
611
The latest version of this SDK supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts."
712

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-js-client-sdk",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)