@kameleoon/react-sdk 10.16.1 → 10.16.3
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,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 10.16.3 (2025-08-20)
|
|
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
|
+
- Corrected the logic for sending tracking data to comply with GDPR requirements.
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @kameleoon/javascript-sdk@4.14.5
|
|
13
|
+
|
|
14
|
+
## 10.16.2 (2025-08-13)
|
|
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
|
+
- Fixed an issue where using [`getRemoteVisitorData`][getRemoteVisitorData] with `personalization=true` or [`evaluateAudiences`][evaluateAudiences] could cause a visitor’s targeting data to be unexpectedly removed from storage.
|
|
22
|
+
- Updated dependencies
|
|
23
|
+
- @kameleoon/javascript-sdk@4.14.4
|
|
24
|
+
|
|
3
25
|
## 10.16.1 (2025-08-12)
|
|
4
26
|
|
|
5
27
|
> [!WARNING]
|