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