From 5c3c6bf183ec43f0f953ff904d3dbf5fee4eb701 Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Wed, 4 Dec 2024 16:23:20 -0300 Subject: [PATCH] Update changelog entry --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 4c02a5a..1e64f26 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 2.0.1 (December 4, 2024) + - Updated @splitsoftware/splitio package to version 11.0.3 that includes some improvements and bugfixes. - Updated internal handling of the `updateOnSdkTimedout` param to remove the wrong log "[ERROR] A listener was added for SDK_READY_TIMED_OUT on the SDK, which has already fired and won't be emitted again". - Updated implementation of `SplitFactoryProvider` component to support React Strict Mode (Related to https://github.com/splitio/react-client/issues/221). - Bugfixing - Fixed an issue with the `updateOn***` object parameters of the `useSplitClient` and `useSplitTreatments` hooks, and their components and HOCs alternatives, which were not defaulting to `true` when a non-boolean value was provided.