@stytch/vanilla-js 5.11.0 → 5.13.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 +20 -0
- package/dist/b2b/index.esm.js +301 -273
- package/dist/b2b/index.headless.esm.js +1 -1
- package/dist/b2b/index.headless.js +1 -1
- package/dist/b2b/index.js +301 -273
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +1 -1
- package/dist/index.headless.js +1 -1
- package/dist/index.js +1 -1
- package/dist/ui/components/B2BOneTap.d.ts +4 -1
- package/dist/ui/components/OneTap.d.ts +3 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 5.13.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c3463a1: Add `directCreateOrganizationForNoMembership` option to B2B login UI
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- e783daa: Ensure provider parameters and scopes are used with Google OAuth buttons when One Tap is also enabled
|
|
12
|
+
- 47aa780: Improve loading behavior on organization login screen
|
|
13
|
+
- b7c8255: Always hide "create an organization" button when disabled in UI config
|
|
14
|
+
- Updated dependencies [c3463a1]
|
|
15
|
+
- @stytch/core@2.38.0
|
|
16
|
+
|
|
17
|
+
## 5.12.0
|
|
18
|
+
|
|
19
|
+
### Minor Changes
|
|
20
|
+
|
|
21
|
+
- 6de3bf3: Added Automatic Impersonation Token Consumption to SDK UI
|
|
22
|
+
|
|
3
23
|
## 5.11.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|