@stytch/vanilla-js 4.5.4 → 4.6.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 +17 -0
- package/dist/b2b/index.esm.js +5724 -4136
- package/dist/b2b/index.headless.esm.js +735 -603
- package/dist/b2b/index.headless.js +717 -587
- package/dist/b2b/index.js +5049 -3463
- package/dist/index.esm.js +3929 -3813
- package/dist/index.headless.esm.js +672 -668
- package/dist/index.headless.js +649 -647
- package/dist/index.js +3839 -3725
- package/package.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 4.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 692c6c7: Add support for SMS OTP and TOTP MFA flows in B2B login UI components. This includes prompting members to complete MFA when they are required to use it to authenticate, and enrolling members who are required to enroll in MFA but have not yet done so. The new `mfaProductOrder` and `mfaProductInclude` options can be used to customize the experience further.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [692c6c7]
|
|
12
|
+
- @stytch/core@2.8.0
|
|
13
|
+
|
|
14
|
+
## 4.5.5
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 03be134: Disable use of FedCM with Google OneTap
|
|
19
|
+
|
|
3
20
|
## 4.5.4
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|