From c540b3526461a87c3693a9c19c17ca4430164ab8 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 18 Jan 2023 23:49:14 +0000 Subject: [PATCH] Releasing version 3.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c9c215c..80a8feed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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). +## [3.1.0] - 2023-01-18 +### Changed: +- Changed event flushing on page close to be based on page visibility. This should increase compatibility with the bfcache. +- Updated `launchdarkly-js-sdk-common` to version 5.0.1 for improved documentation generation. + ## [3.0.0] - 2022-12-07 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." diff --git a/package.json b/package.json index 40696e96..86be204d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-js-client-sdk", - "version": "3.0.0", + "version": "3.1.0", "description": "LaunchDarkly SDK for JavaScript", "author": "LaunchDarkly ", "license": "Apache-2.0",