@kameleoon/react-sdk 10.18.1 → 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,11 +1,34 @@
|
|
|
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
|
+
|
|
11
|
+
## 10.19.0 (2025-12-17)
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
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.
|
|
16
|
+
- Updated evaluation and tracking logic to comply with GDPR requirements when consent is not given:
|
|
17
|
+
- If behavior is **partially blocked**, the default variation will be returned.
|
|
18
|
+
- If behavior is **completely blocked**, an exception will be thrown.
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @kameleoon/javascript-sdk@4.17.0
|
|
24
|
+
|
|
3
25
|
## 10.18.1 (2025-10-23)
|
|
4
26
|
|
|
5
27
|
> [!WARNING]
|
|
6
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.
|
|
7
29
|
|
|
8
30
|
### Patch Changes
|
|
31
|
+
|
|
9
32
|
- Fixed an issue where [`Conversion`](Conversion) metadata initialized with a name was not tracked.
|
|
10
33
|
- Updated dependencies
|
|
11
34
|
- @kameleoon/javascript-sdk@4.16.1
|
|
@@ -15,7 +38,7 @@
|
|
|
15
38
|
> [!WARNING]
|
|
16
39
|
> 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.
|
|
17
40
|
|
|
18
|
-
###
|
|
41
|
+
### Features
|
|
19
42
|
|
|
20
43
|
- Introduced a new [`getDataFile`](getDataFile) method. This method returns the current SDK configuration (also known as the **data file**) used for evaluation and targeting. It is **not** intended for production use to fetch variations for every feature flag in the returned list, as it is not optimized for performance. For that purpose, use [`getVariations`](getVariations) instead. `getDataFile` is mainly useful for debugging or QA, for example to let internal users manually select a variant for a specific feature flag in production.
|
|
21
44
|
|