From 53a0a90785a21518f478204553f687bfaaa89a9c Mon Sep 17 00:00:00 2001 From: Emiliano Sanchez Date: Thu, 11 Jan 2024 17:39:15 -0300 Subject: [PATCH] Update changelog entry --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index a69655e..dd1026b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,6 @@ 1.11.0 (January 15, 2023) - Added new `SplitFactoryProvider` component as replacement for the now deprecated `SplitFactory` component. - This new component is a fixed version of the `SplitFactory` component, which is not handling the SDK initialization side-effects in the `componentDidMount` and `componentDidUpdate` methods (commit phase), causing some issues like the SDK not being reinitialized when component props change (issue #148). + This new component is a fixed version of the `SplitFactory` component, which is not handling the SDK initialization side-effects in the `componentDidMount` and `componentDidUpdate` methods (commit phase), causing some issues like the SDK not being reinitialized when component props change (Related to issue #11 and #148). The new component also supports server-side rendering. See our documentation for more details: https://help.split.io/hc/en-us/articles/360038825091-React-SDK#server-side-rendering (Related to issue #11 and #109). - Updated internal code to remove a circular dependency and avoid warning messages with tools like PNPM (Related to issue #176).