@kameleoon/javascript-sdk 4.18.0 → 4.19.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,26 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.19.1 (2026-03-19)
4
+
5
+ ### Patch Changes
6
+
7
+ - Stability and performance improvements
8
+ - Updated dependencies
9
+ - @kameleoon/javascript-sdk-core@5.20.0
10
+
11
+ ## 4.19.0 (2026-03-04)
12
+
13
+ ### Features
14
+
15
+ - Introduced a new [`flushInstant`][flush] method — an asynchronous version of `flush` that returns `Promise<void>` and can be awaited:
16
+ - Use `await flushInstant(visitorCode)` to send tracking requests immediately and wait for completion.
17
+ - Use `await flushInstant()` to send tracking requests immediately for all visitors.
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @kameleoon/javascript-sdk-core@5.19.0
23
+
3
24
  ## 4.18.0 (2026-02-13)
4
25
 
5
26
  ### Features