@stytch/vanilla-js 5.0.0 → 5.1.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 +13 -0
- package/dist/adminPortal/index.esm.js +2 -2
- package/dist/adminPortal/index.js +2 -2
- package/dist/b2b/index.esm.js +20 -4
- package/dist/b2b/index.headless.esm.js +3 -3
- package/dist/b2b/index.headless.js +2 -2
- package/dist/b2b/index.js +19 -3
- package/dist/{extractErrorMessage-D3TjOarV.js → extractErrorMessage-C7_fTWTU.js} +1 -1
- package/dist/{extractErrorMessage-Bdf7U1tY.js → extractErrorMessage-DKhMX4ND.js} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +2 -1
- package/dist/index.headless.js +2 -1
- package/dist/index.js +1 -1
- package/dist/{internal-Rn587gVt.js → internal-C3IyBjYZ.js} +1 -0
- package/dist/{internal-D4ru9QTm.js → internal-D1tBoX7k.js} +1 -0
- package/dist/ui/b2b/screens/Confirmation.d.ts +2 -0
- package/dist/ui/b2c/screens/Confirmation.d.ts +2 -0
- package/dist/ui/components/Confirmation.d.ts +1 -1
- package/dist/ui/hooks/useMountEffect.d.ts +6 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 5.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- a7785552: Invoke `StytchEventType.AuthenticateFlowComplete` when authentication UI flows are complete. This includes any steps that take place after obtaining a valid session, like saving recovery codes after MFA enrollment.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- afb384ef: Fix font size for AdminPortalOrgSettings heading
|
|
12
|
+
- Updated dependencies [a7785552]
|
|
13
|
+
- Updated dependencies [e568bca5]
|
|
14
|
+
- @stytch/core@2.24.0
|
|
15
|
+
|
|
3
16
|
## 5.0.0
|
|
4
17
|
|
|
5
18
|
### Major Changes
|