Skip to content

Commit 184d3d0

Browse files
Prepare stable version
1 parent b386f21 commit 184d3d0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.12.1 (August 2, 2024)
2+
- Updated @splitsoftware/splitio package to version 10.27.0 and some transitive dependencies for vulnerability fixes.
3+
14
1.12.0 (May 10, 2024)
25
- Updated @splitsoftware/splitio package to version 10.26.0 that includes minor updates:
36
- Added support for targeting rules based on semantic versions (https://semver.org/).
@@ -81,7 +84,7 @@
8184

8285
1.6.0 (June 30, 2022)
8386
- Updated @splitsoftware/splitio dependency to version 10.20.0, which includes:
84-
- Added a new config option to control the tasks that listen or poll for updates on feature flags and segments, via the new config sync.enabled . Running online Split will always pull the most recent updates upon initialization, this only affects updates fetching on a running instance. Useful when a consistent session experience is a must or to save resources when updates are not being used.
87+
- Added a new config option to control the tasks that listen or poll for updates on feature flags and segments, via the new config `sync.enabled`. Running online Split will always pull the most recent updates upon initialization, this only affects updates fetching on a running instance. Useful when a consistent session experience is a must or to save resources when updates are not being used.
8588
- Updated telemetry logic to track the anonymous config for user consent flag set to declined or unknown.
8689
- Updated submitters logic, to avoid duplicating the post of impressions to Split cloud when the SDK is destroyed while its periodic post of impressions is running.
8790

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-react",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "A React library to easily integrate and use Split JS SDK",
55
"main": "lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)