@kameleoon/react-sdk 10.23.0 → 10.25.0

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,36 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.25.0 (2026-05-07)
4
+
5
+ ### Features
6
+
7
+ - Added support for processing and tracking visitor variations from `window.kameleoonQueue`, generated by the server-side SDK's [`getEngineTrackingCode`][getenginetrackingcode] method. Processing is initiated within [`getVisitorCode()`][getVisitorCode], immediately after the visitor code is determined.
8
+ - Improved [`getEngineTrackingCode`][getenginetrackingcode] performance by caching experiment metadata for reuse across calls.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @kameleoon/javascript-sdk@4.23.0
14
+
15
+ [getVisitorCode]: https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/react-js-sdk#getvisitorcode
16
+
17
+ ## 10.24.0 (2026-05-05)
18
+
19
+ ### Features
20
+
21
+ - Added support for **during the current visit** and **during any of the last visits** settings across the following targeting conditions:
22
+ - Converted Goal
23
+ - Feature Flag
24
+ - Web Experiment
25
+ - Personalization
26
+ - Exclusive Campaign
27
+
28
+ ### Patch Changes
29
+
30
+ - Fixed an issue where the **Web Experiment** condition could return incorrect non-targeted results.
31
+ - Updated dependencies
32
+ - @kameleoon/javascript-sdk@4.22.0
33
+
3
34
  ## 10.23.0 (2026-04-23)
4
35
 
5
36
  ### Features