@stytch/vanilla-js 5.23.5 → 5.24.1

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,27 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.24.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 35d5882: More gracefully handle a null or undefined public token
8
+ - a87a73d: More gracefully handle instances where `sessionOptions` is missing from the `StytchB2BUIConfig`
9
+ - 9a44b4c: Update the error message provided on incorrect password
10
+ - 6d5a4ee: Respect selected theme colors on the eye icons within password input
11
+ - Updated dependencies [a87a73d]
12
+ - @stytch/core@2.50.1
13
+
14
+ ## 5.24.0
15
+
16
+ ### Minor Changes
17
+
18
+ - 2696b2e: Add `cancel_on_tap_outside` option to control whether Google One Tap prompt is automatically dismissed when user taps outside
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [2696b2e]
23
+ - @stytch/core@2.50.0
24
+
3
25
  ## 5.23.5
4
26
 
5
27
  ### Patch Changes