@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 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