@stytch/vanilla-js 5.3.0 → 5.4.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,34 @@
1
1
  # @stytch/vanilla-js
2
2
 
3
+ ## 5.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d0b0584a: Add ability to create and update external SSO connections
8
+
9
+ ### Patch Changes
10
+
11
+ - b8a4f6a9: Ensure errors are caught when certain network requests fail in Admin Portal
12
+ - da85c4bc: Improve discovery menu UI for longer organization names
13
+ - 1e7d6888: Improve Error messages for Admin Portal components
14
+ - f2b9c90f: Fix edit SCIM group role assignments in Admin Portal's Automatic Role Assignments section
15
+ - Updated dependencies [d0b0584a]
16
+ - Updated dependencies [ae0e899e]
17
+ - @stytch/core@2.28.0
18
+
19
+ ## 5.3.1
20
+
21
+ ### Patch Changes
22
+
23
+ - d4b714d9: Allow users to perform actions for their own account in Admin portal's Member management
24
+ - 6481d2fa: In Admin Portal the Automatic Role assignments section's Save button is disabled if no changes are made.
25
+ - aae91065: Improve UX for Admin Portal SCIM configure
26
+ - 08c3ee05: Custom redirect URL query parameters are no longer cleared
27
+ - cde27656: Remove Vessel from B2C Setup a new crypto wallet screen
28
+ - 4903b416: Warn members that they cannot edit their own email address in the Admin Portal
29
+ - Updated dependencies [132a5d1e]
30
+ - @stytch/core@2.27.0
31
+
3
32
  ## 5.3.0
4
33
 
5
34
  ### Minor Changes