@kameleoon/javascript-sdk 4.19.0 → 4.20.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,33 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.20.0 (2026-03-23)
4
+
5
+ ### Features
6
+
7
+ - Added support for variation simulation when feature flags are **inactive (OFF state)** across the following methods:
8
+ - [`getVariation`][getVariation]
9
+ - [`getVariations`][getVariations]
10
+ - [`isFeatureFlagActive`][isFeatureFlagActive]
11
+ - This support is also extended to the following **deprecated methods**:
12
+ - [`getVisitorFeatureFlags`][getVisitorFeatureFlags]
13
+ - [`getActiveFeatureFlags`][getActiveFeatureFlags]
14
+ - [`getFeatureFlagVariationKey`][getFeatureFlagVariationKey]
15
+ - [`getFeatureFlagVariable`][getFeatureFlagVariable]
16
+ - [`getFeatureFlagVariables`][getFeatureFlagVariables]
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @kameleoon/javascript-sdk-core@5.21.0
22
+
23
+ ## 4.19.1 (2026-03-19)
24
+
25
+ ### Patch Changes
26
+
27
+ - Stability and performance improvements
28
+ - Updated dependencies
29
+ - @kameleoon/javascript-sdk-core@5.20.0
30
+
3
31
  ## 4.19.0 (2026-03-04)
4
32
 
5
33
  ### Features