@kameleoon/react-sdk 10.22.0 → 10.23.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,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 10.23.0 (2026-04-23)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 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.
|
|
8
|
+
- The [`getFeatureList`](getFeatureList) method has been deprecated in favor of `getDataFile()`.
|
|
9
|
+
- Added a new `dateModified` property to the [`DataFile`](DataFile) object returned by the [`getDataFile`](getDataFile) method.
|
|
10
|
+
|
|
11
|
+
[DataFile]: https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/react-js-sdk#datefile
|
|
12
|
+
[getFeatureList]: https://developers.kameleoon.com/feature-management-and-experimentation/web-sdks/react-js-sdk#getfeaturelist
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @kameleoon/javascript-sdk@4.21.0
|
|
18
|
+
|
|
3
19
|
## 10.22.0 (2026-03-23)
|
|
4
20
|
|
|
5
21
|
### Features
|