@kameleoon/react-sdk 10.16.3 → 10.17.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,20 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.17.0 (2025-09-01)
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 an `overwrite` flag to [`CustomData`](CustomData), used as the `overwrite` parameter during tracking.
11
+ - [`CustomData`](CustomData) can now be created using a `name`, in addition to the existing method of using an `index`.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @kameleoon/javascript-sdk@4.15.0
17
+
3
18
  ## 10.16.3 (2025-08-20)
4
19
 
5
20
  > [!WARNING]