@stytch/vanilla-js 5.6.0 → 5.6.2

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,21 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 37b3dcd7: Improved error message for ad_blocker_detected
8
+ - fd5c8b0e: Remove workaround for setting cookies in older versions of Firefox
9
+ - a8572550: Error messages in the StytchLogin component no longer overflows the container
10
+
11
+ ## 5.6.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 6390ec64: Gracefully handle localStorage exceptions
16
+ - Updated dependencies [7323668e]
17
+ - @stytch/core@2.32.0
18
+
3
19
  ## 5.6.0
4
20
 
5
21
  ### Minor Changes