@stytch/vanilla-js 5.12.0 → 5.14.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,35 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - f68caf9: Add UI callbacks for more B2B StytchClient events
8
+
9
+ ### Patch Changes
10
+
11
+ - f2355d7: Make GitHub icon more legible against dark backgrounds
12
+ - 1dff222: Improve appearance of discovered organizations UI
13
+ - 5517ba2: Passkeys Fixes
14
+ - Updated dependencies [f68caf9]
15
+ - Updated dependencies [a14aa91]
16
+ - Updated dependencies [5517ba2]
17
+ - @stytch/core@2.39.0
18
+
19
+ ## 5.13.0
20
+
21
+ ### Minor Changes
22
+
23
+ - c3463a1: Add `directCreateOrganizationForNoMembership` option to B2B login UI
24
+
25
+ ### Patch Changes
26
+
27
+ - e783daa: Ensure provider parameters and scopes are used with Google OAuth buttons when One Tap is also enabled
28
+ - 47aa780: Improve loading behavior on organization login screen
29
+ - b7c8255: Always hide "create an organization" button when disabled in UI config
30
+ - Updated dependencies [c3463a1]
31
+ - @stytch/core@2.38.0
32
+
3
33
  ## 5.12.0
4
34
 
5
35
  ### Minor Changes