@kameleoon/react-sdk 10.25.0 → 10.26.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,7 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.26.0 (2026-05-13)
4
+
5
+ > [!WARNING]
6
+ > If you're upgrading from a version earlier than 10.26.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
+ ### Features
9
+
10
+ - Removed [`INFO`][logging] and [`DEBUG`][logging] log messages from the standard bundles to significantly reduce the default JavaScript SDK bundle size.
11
+ - Added `/full` package exports for customers who require verbose SDK logging. Use `@kameleoon/react-sdk/full` when enabling logging with `KameleoonLogger.setLogLevel(LogLevel.INFO)` or `KameleoonLogger.setLogLevel(LogLevel.DEBUG)`.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @kameleoon/javascript-sdk@4.24.0
17
+
3
18
  ## 10.25.0 (2026-05-07)
4
19
 
20
+ > [!WARNING]
21
+ > 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.
22
+
5
23
  ### Features
6
24
 
7
25
  - 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.
@@ -16,6 +34,9 @@
16
34
 
17
35
  ## 10.24.0 (2026-05-05)
18
36
 
37
+ > [!WARNING]
38
+ > 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.
39
+
19
40
  ### Features
20
41
 
21
42
  - Added support for **during the current visit** and **during any of the last visits** settings across the following targeting conditions:
@@ -33,6 +54,9 @@
33
54
 
34
55
  ## 10.23.0 (2026-04-23)
35
56
 
57
+ > [!WARNING]
58
+ > 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.
59
+
36
60
  ### Features
37
61
 
38
62
  - Improved the performance of the [`getDataFile()`](getDataFile) method. It now returns a cached [`DataFile`](DataFile) instance that is refreshed whenever the SDK configuration is updated.
@@ -49,6 +73,9 @@
49
73
 
50
74
  ## 10.22.0 (2026-03-23)
51
75
 
76
+ > [!WARNING]
77
+ > 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.
78
+
52
79
  ### Features
53
80
 
54
81
  - Added support for variation simulation when feature flags are **inactive (OFF state)** across the following methods:
@@ -69,6 +96,9 @@
69
96
 
70
97
  ## 10.21.1 (2026-03-19)
71
98
 
99
+ > [!WARNING]
100
+ > 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.
101
+
72
102
  ### Patch Changes
73
103
 
74
104
  - Stability and performance improvements
@@ -77,6 +107,9 @@
77
107
 
78
108
  ## 10.21.0 (2026-03-04)
79
109
 
110
+ > [!WARNING]
111
+ > 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.
112
+
80
113
  ### Features
81
114
 
82
115
  - Introduced a new [`flushInstant`][flush] method — an asynchronous version of `flush` that returns `Promise<void>` and can be awaited:
@@ -90,6 +123,9 @@
90
123
 
91
124
  ## 10.20.0 (2026-02-13)
92
125
 
126
+ > [!WARNING]
127
+ > 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.
128
+
93
129
  ### Features
94
130
 
95
131
  - Updated the allowed range for the [`trackingInterval`][configurationParameters]. The new range is from **`1000` ms** (default) to **`5000` ms**, allowing a reduction in the number of tracking requests.