|
30 | 30 | - 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. |
31 | 31 |
|
32 | 32 | 1.5.0 (June 13, 2022) |
33 | | - - Bugfixing - Fixed issue with useTreatments hooks, to return control treatments without evaluating splits when the SDK client is not ready or is destroyed, to avoid not ready impressions and warning log. |
| 33 | + - Bugfixing - Fixed issue with useTreatments hooks, to return control treatments without evaluating feature flags when the SDK client is not ready or is destroyed, to avoid not ready impressions and warning log. |
34 | 34 | - Updated @splitsoftware/splitio dependency to version 10.19.1, which includes: |
35 | 35 | - Added `scheduler.telemetryRefreshRate` property to SDK configuration, and deprecated `scheduler.metricsRefreshRate` property. |
36 | 36 | - Updated SDK telemetry storage, metrics and updater to be more effective and send less often. |
|
74 | 74 | 1.2.3 (February 8, 2021) |
75 | 75 | - Updated React peer dependency range to include React@17.x.x. |
76 | 76 | - Added `memoize-one` dependency for basic memoization utilities. |
77 | | - - Bugfixing - Optimizing splits evaluation via memoization in order to remove `shouldComponentUpdate` method of `SplitTreatments` component and avoid stopping render propagation (issue #42). |
| 77 | + - Bugfixing - Optimizing feature flags evaluation via memoization in order to remove `shouldComponentUpdate` method of `SplitTreatments` component and avoid stopping render propagation (issue #42). |
78 | 78 |
|
79 | 79 | 1.2.2 (December 15, 2020) |
80 | 80 | - Updated @splitsoftware/splitio dependency to version 10.15.2. |
81 | | - - Updated internal validation to avoid errors when passing an invalid list of split names to `SplitTreatments` component and `useTreatments` hook. |
| 81 | + - Updated internal validation to avoid errors when passing an invalid list of feature flag names to `SplitTreatments` component and `useTreatments` hook. |
82 | 82 | - Updated node-fetch and init dev dependencies for vulnerability fixes |
83 | 83 |
|
84 | 84 | 1.2.1 (Oct 7, 2020) |
85 | | - - Updated @splitsoftware/splitio dependency to version 10.15.0, which uses the optimized impressions sending and supports filtering the splits to be synced. Learn more in our javascript-client changelog or documentation. |
| 85 | + - Updated @splitsoftware/splitio dependency to version 10.15.0, which uses the optimized impressions sending and supports filtering the feature flags to be synced. Learn more in our javascript-client changelog or documentation. |
86 | 86 | - Updated some NPM dependencies mostly for vulnerability fixes. |
87 | 87 |
|
88 | 88 | 1.2.0 (July 23, 2020) |
|
0 commit comments