@kameleoon/react-sdk 10.16.0 → 10.16.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,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.16.1 (2025-08-12)
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
+ ### Patch Changes
9
+
10
+ - Fixed an issue where [`Cookie`](https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/react-js-sdk#cookie) would throw an exception when parsing from a string if the cookie value was empty.
11
+ - Removed the [React Native](https://reactnative.dev/) dependency from the browser bundle to avoid build-time warnings and errors.
12
+ - Fixed the automatic detection of [`Device`](device) and [`OperatingSystem`](operatingSystem) types in React Native. The previous implementation could cause build-time warnings and errors. To enable this feature, use the external package [`@kameleoon/react-native-platform-analyzer`](https://developers.kameleoon.com/feature-management-and-experimentation/mobile-sdks/react-native-sdk#react-native-considerations).
13
+ - Corrected automatic detection of the [`Browser`](browser) version to parse versions as floats instead of integers.
14
+ - Updated dependencies
15
+ - @kameleoon/javascript-sdk@4.14.3
16
+
3
17
  ## 10.16.0 (2025-08-04)
4
18
 
5
19
  > [!WARNING]