@strivacity/sdk-angular 3.0.0-rc.0 → 3.0.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,3 +1,35 @@
1
+ ## 3.0.1 (2026-04-20)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - handle language parameter from response body url correctly ([e42294b](https://github.com/Strivacity/sdk-js/commit/e42294b))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated sdk-core to 3.0.1
10
+ - Updated testing to 3.0.1
11
+
12
+ # 3.0.0 (2026-04-09)
13
+
14
+ ### 🚀 Features
15
+
16
+ - ⚠️ EmbeddedFlow implemented ([a0e3ad8](https://github.com/Strivacity/sdk-js/commit/a0e3ad8))
17
+ - ⚠️ NativeFlow entry function now returns an object instead of a string ([9a8942d](https://github.com/Strivacity/sdk-js/commit/9a8942d))
18
+
19
+ ### 🩹 Fixes
20
+
21
+ - angular login-renderer component destroy lifecycle hook fixed ([8821007](https://github.com/Strivacity/sdk-js/commit/8821007))
22
+
23
+ ### ⚠️ Breaking Changes
24
+
25
+ - EmbeddedFlow implemented ([a0e3ad8](https://github.com/Strivacity/sdk-js/commit/a0e3ad8))
26
+ - NativeFlow entry function now returns an object instead of a string ([9a8942d](https://github.com/Strivacity/sdk-js/commit/9a8942d))
27
+
28
+ ### 🧱 Updated Dependencies
29
+
30
+ - Updated sdk-core to 3.0.0
31
+ - Updated testing to 3.0.0
32
+
1
33
  ## 3.0.0-rc.0 (2026-02-18)
2
34
 
3
35
  ### 🚀 Features