@kameleoon/react-sdk 10.19.0 → 10.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.19.1 (2025-12-24)
4
+
5
+ ### Patch Changes
6
+
7
+ - Stability and performance improvements
8
+ - Updated dependencies
9
+ - @kameleoon/javascript-sdk@4.17.1
10
+
3
11
  ## 10.19.0 (2025-12-17)
4
12
 
5
13
  ### Features
6
14
 
7
15
  - Fixed an issue where **[Kameleoon Data](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/react-js-sdk/#data-types)** was retained beyond the configured **[`targetingDataCleanupInterval`](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/react-js-sdk/#configuration-parameters)** if the **[Data API](https://developers.kameleoon.com/apis/data-api-rest/all-endpoints/post-visit-events/)** encountered internal errors. Expired data is now reliably removed in accordance with the cleanup interval.
8
16
  - Updated evaluation and tracking logic to comply with GDPR requirements when consent is not given:
9
- - If behavior is **partially blocked**, the default variation will be returned.
10
- - If behavior is **completely blocked**, an exception will be thrown.
17
+ - If behavior is **partially blocked**, the default variation will be returned.
18
+ - If behavior is **completely blocked**, an exception will be thrown.
11
19
 
12
20
  ### Patch Changes
13
21