Releases: clerk/javascript
Releases · clerk/javascript
@clerk/nextjs@5.6.4
@clerk/fastify@1.0.49
@clerk/express@1.1.0
Minor Changes
- Make the
requireAuth
middleware redirect to sign-in URL instead of forwarding errors, and remove custom handler option fromclerkMiddleware
. (#4234) by @wobsoriano
Patch Changes
@clerk/clerk-sdk-node@5.0.46
@clerk/clerk-js@5.24.1
Patch Changes
- Maintain focus on password input after error during sign in flow. (#4240) by @alexcarpenter
@clerk/clerk-expo@2.2.18
Patch Changes
- Updated dependencies [
7f873916e
]:- @clerk/clerk-js@5.24.1
@clerk/chrome-extension@1.3.12
Patch Changes
- Updated dependencies [
7f873916e
]:- @clerk/clerk-js@5.24.1
@clerk/backend@1.13.6
Patch Changes
-
Add the 'session-token-expired-refresh-expired-session-token-missing-sid-claim' handshake reason for debugging purposes (#4237) by @anagstef
-
Update
uploaderUserId
parameter onupdateOrganizationLogo
to be optional. (#4236) by @izaaklauer -
Handle "Cannot convert argument to a ByteString" errors (#4244) by @nikosdouvlis
@clerk/astro@1.3.10
@clerk/types@4.23.0
Minor Changes
- Render "Restricted access" screen in
<SignUp />
component whensignup.mode
inuserSettings
isrestricted
(#4220) by @nikospapcom
Patch Changes
-
Conditionally renders identification sections on
UserProfile
based on the SAML connection configuration for disabling additional identifiers. (#4211) by @NicolasLopes7 -
Introduces the CRUD of organization domains under the
organizations
API. (#4224) by @NicolasLopes7