@kameleoon/react-sdk 10.25.0 → 10.26.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,7 +1,33 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.26.1 (2026-05-14)
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed the `/full` import for legacy TypeScript subpath export mapping to type declarations, ensuring it works regardless of the `moduleResolution` setting.
8
+ - Updated dependencies
9
+ - @kameleoon/javascript-sdk@4.24.1
10
+
11
+ ## 10.26.0 (2026-05-13)
12
+
13
+ > [!WARNING]
14
+ > 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.
15
+
16
+ ### Features
17
+
18
+ - Removed [`INFO`][logging] and [`DEBUG`][logging] log messages from the standard bundles to significantly reduce the default JavaScript SDK bundle size.
19
+ - 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)`.
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @kameleoon/javascript-sdk@4.24.0
25
+
3
26
  ## 10.25.0 (2026-05-07)
4
27
 
28
+ > [!WARNING]
29
+ > 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.
30
+
5
31
  ### Features
6
32
 
7
33
  - 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 +42,9 @@
16
42
 
17
43
  ## 10.24.0 (2026-05-05)
18
44
 
45
+ > [!WARNING]
46
+ > 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.
47
+
19
48
  ### Features
20
49
 
21
50
  - Added support for **during the current visit** and **during any of the last visits** settings across the following targeting conditions:
@@ -33,6 +62,9 @@
33
62
 
34
63
  ## 10.23.0 (2026-04-23)
35
64
 
65
+ > [!WARNING]
66
+ > 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.
67
+
36
68
  ### Features
37
69
 
38
70
  - 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 +81,9 @@
49
81
 
50
82
  ## 10.22.0 (2026-03-23)
51
83
 
84
+ > [!WARNING]
85
+ > 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.
86
+
52
87
  ### Features
53
88
 
54
89
  - Added support for variation simulation when feature flags are **inactive (OFF state)** across the following methods:
@@ -69,6 +104,9 @@
69
104
 
70
105
  ## 10.21.1 (2026-03-19)
71
106
 
107
+ > [!WARNING]
108
+ > 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.
109
+
72
110
  ### Patch Changes
73
111
 
74
112
  - Stability and performance improvements
@@ -77,6 +115,9 @@
77
115
 
78
116
  ## 10.21.0 (2026-03-04)
79
117
 
118
+ > [!WARNING]
119
+ > 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.
120
+
80
121
  ### Features
81
122
 
82
123
  - Introduced a new [`flushInstant`][flush] method — an asynchronous version of `flush` that returns `Promise<void>` and can be awaited:
@@ -90,6 +131,9 @@
90
131
 
91
132
  ## 10.20.0 (2026-02-13)
92
133
 
134
+ > [!WARNING]
135
+ > 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.
136
+
93
137
  ### Features
94
138
 
95
139
  - 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.