@kameleoon/react-sdk 10.19.0 → 10.19.2

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,38 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.19.2 (2026-01-26)
4
+
5
+ > [!WARNING]
6
+ > If you're upgrading from a version earlier than 10.15.0 and run into any unexpected build or SDK-related issues, please reach out to the Kameleoon Support Team. We're here to ensure your transition is smooth and will promptly address any concerns.
7
+
8
+ ### Patch Changes
9
+
10
+ - Stability and performance improvements
11
+ - Updated dependencies
12
+ - @kameleoon/javascript-sdk@4.17.2
13
+
14
+ ## 10.19.1 (2025-12-24)
15
+
16
+ > [!WARNING]
17
+ > If you're upgrading from a version earlier than 10.15.0 and run into any unexpected build or SDK-related issues, please reach out to the Kameleoon Support Team. We're here to ensure your transition is smooth and will promptly address any concerns.
18
+
19
+ ### Patch Changes
20
+
21
+ - Stability and performance improvements
22
+ - Updated dependencies
23
+ - @kameleoon/javascript-sdk@4.17.1
24
+
3
25
  ## 10.19.0 (2025-12-17)
4
26
 
27
+ > [!WARNING]
28
+ > If you're upgrading from a version earlier than 10.15.0 and run into any unexpected build or SDK-related issues, please reach out to the Kameleoon Support Team. We're here to ensure your transition is smooth and will promptly address any concerns.
29
+
5
30
  ### Features
6
31
 
7
32
  - 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
33
  - 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.
34
+ - If behavior is **partially blocked**, the default variation will be returned.
35
+ - If behavior is **completely blocked**, an exception will be thrown.
11
36
 
12
37
  ### Patch Changes
13
38