@stytch/vanilla-js 5.21.1 → 5.22.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 +1 -1
- package/dist/adminPortal/index.js +1 -1
- package/dist/b2b/index.esm.js +173 -184
- package/dist/b2b/index.headless.esm.js +3 -3
- package/dist/b2b/index.headless.js +2 -2
- package/dist/b2b/index.js +184 -195
- package/dist/{extractErrorMessage-BZrM7ZNQ.js → extractErrorMessage-BRo3qbcw.js} +5 -2
- package/dist/{extractErrorMessage-DwCy33MB.js → extractErrorMessage-xdqtr8nS.js} +5 -2
- 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-Bvt9wBlI.js → internal-BlPwvROm.js} +1 -0
- package/dist/{internal-BFLU2Xjj.js → internal-DGn6oeow.js} +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 5.22.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2042f8f: Add `B2B_SSO_DISCOVER_CONNECTIONS` callback for SSO discovery
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 98e8934: Fix issue where organization and application logos were both hidden when both were specified
|
|
12
|
+
- 75f8f76: Show loading state when navigating to SSO login page directly from email input during SSO discovery
|
|
13
|
+
- Updated dependencies [2042f8f]
|
|
14
|
+
- @stytch/core@2.47.0
|
|
15
|
+
|
|
3
16
|
## 5.21.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|