Skip to content

Commit 71fc362

Browse files
Merge pull request #760 from splitio/remove_unload_event_handler
Prepare release v10.23.1
2 parents 321f617 + 6837fcd commit 71fc362

File tree

7 files changed

+265
-286
lines changed

7 files changed

+265
-286
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"rules": {
4848
"no-restricted-syntax": ["error", "ForOfStatement", "ForInStatement", "ArrayPattern"],
49-
"compat/compat": ["error", "defaults, not ie < 10, not node < 6"],
49+
"compat/compat": ["error", "defaults, ie 10, node 6"],
5050
"no-throw-literal": "error",
5151
"import/no-default-export": "error",
5252
"import/no-self-import": "error"

CHANGES.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
10.23.1 (September 22, 2023)
2+
- Updated @splitsoftware/splitio-commons package to version 1.9.1. This update removes the handler for 'unload' DOM events, that can prevent browsers from being able to put pages in the back/forward cache for faster back and forward loads (Related to issue https://github.com/splitio/javascript-client/issues/759).
3+
14
10.23.0 (July 18, 2023)
25
- Updated @splitsoftware/splitio-commons package to version 1.8.4 that includes minor improvements:
36
- Updated streaming architecture implementation to apply feature flag updates from the notification received which is now enhanced, improving efficiency and reliability of the whole update system.
47

58
10.22.6 (July 6, 2023)
69
- Updated some transitive dependencies for vulnerability fixes.
710
- Updated @splitsoftware/splitio-commons package to version 1.8.3 that includes the following bug fix:
8-
- Bugfix - The `destroy` method has been updated to immediately flag the SDK client as destroyed, to prevent access to the storage when `getTreatment` and `track` methods are called after the SDK is destroyed.
11+
- Bugfixing - The `destroy` method has been updated to immediately flag the SDK client as destroyed, to prevent access to the storage when `getTreatment` and `track` methods are called after the SDK is destroyed.
912

1013
10.22.5 (May 15, 2023)
1114
- Updated @splitsoftware/splitio-commons package to version 1.8.2 that includes minor improvements.

0 commit comments

Comments
 (0)