@stytch/vanilla-js 4.11.2 → 4.11.3
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 +12 -0
- package/dist/b2b/index.esm.js +2985 -3021
- package/dist/b2b/index.headless.esm.js +3 -2
- package/dist/b2b/index.headless.js +3 -2
- package/dist/b2b/index.js +2620 -2656
- package/dist/index.esm.js +3571 -3709
- package/dist/index.headless.esm.js +3 -2
- package/dist/index.headless.js +3 -2
- package/dist/index.js +3167 -3305
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 4.11.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 52043847: Svg icons will now resize properly
|
|
8
|
+
- 45e8760e: Updated Icons in Login and EML inbox flows to be vanilla SVGs.
|
|
9
|
+
- c236bb6f: Fix empty or block when there are no SSO connections
|
|
10
|
+
- 41e2704d: Updated UI for the Stytch Watermark.
|
|
11
|
+
- Updated dependencies [066e9602]
|
|
12
|
+
- Updated dependencies [c3a880b8]
|
|
13
|
+
- @stytch/core@2.16.0
|
|
14
|
+
|
|
3
15
|
## 4.11.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|