@kameleoon/react-sdk 10.15.2 → 10.16.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,17 +1,33 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.16.0 (2025-08-04)
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
+ ### Features
9
+
10
+ - Added peer dependency support for React 19.
11
+
12
+ ### Patch Changes
13
+
14
+ - Fixed the missing **SDK version** parameter in the bundle, which caused incorrect tracking URLs and prevented proper evaluation of the [SDK Language](https://help.kameleoon.com/target-groups-of-users-with-rules) condition.
15
+
3
16
  ## 10.15.2 (2025-08-01)
4
17
 
18
+ > [!WARNING]
19
+ > 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.
20
+
5
21
  ### Patch Changes
6
22
 
7
23
  - Updated dependencies
8
24
  - @kameleoon/javascript-sdk-core@5.14.2
9
25
 
26
+ ## 10.15.1 (2025-07-30)
27
+
10
28
  > [!WARNING]
11
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.
12
30
 
13
- ## 10.15.1 (2025-07-30)
14
-
15
31
  ### Patch Changes
16
32
 
17
33
  - Improved error logging when parsing [`defaultDataFile`](defaultDataFile) - now provides more informative messages for easier debugging.
@@ -20,22 +36,19 @@
20
36
  - Updated dependencies
21
37
  - @kameleoon/javascript-sdk@4.14.1
22
38
 
23
- > [!WARNING]
24
- > 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.
25
-
26
39
  [defaultDataFile]: https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/react-js-sdk/#configuration-parameters
27
40
 
28
41
  ## 10.15.0 (2025-07-24)
29
42
 
43
+ > [!WARNING]
44
+ > 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.
45
+
30
46
  ### Features
31
47
 
32
48
  - Migrated the build system for the NPM package from Babel (which previously generated multiple minified JS files) to Rollup, producing a single, optimized bundle.
33
49
  - Significantly reduced package size by consolidating files and improving tree-shaking.
34
50
  - Added native ESM support via modern Rollup outputs for better compatibility with modern bundlers.
35
51
 
36
- > [!WARNING]
37
- > 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.
38
-
39
52
  ### Patch Changes
40
53
 
41
54
  - Updated dependencies
@@ -43,6 +56,9 @@
43
56
 
44
57
  ## 10.14.0 (2025-07-23)
45
58
 
59
+ > [!WARNING]
60
+ > 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.
61
+
46
62
  ### Features
47
63
 
48
64
  - Added the [`evaluateAudiences`][evaluateAudiences] method. This method iterates over all Audiences Explorer segments, evaluates each one, and tracks the segments for which the visitor is targeted using the [`TARGETINGSEGMENT`](https://developers.kameleoon.com/apis/data-api-rest/all-endpoints/post-visit-events/) event.