Version Packages#3285
Merged
panteliselef merged 1 commit intomainfrom May 1, 2024
Merged
Conversation
496d559 to
d383d61
Compare
nikosdouvlis
approved these changes
May 1, 2024
d383d61 to
62e66e0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/clerk-js@5.2.0
Minor Changes
Patch Changes
Allow users to display the email address field after selecting to input a phone number. Previously that was not possible when passkeys were enabled. (#3286) by @panteliselef
Avoid throwing error for missing an active organization when no user is signed in (#3290) by @panteliselef
Use default value for
signIn.userData. This will prevent the SignIn modal from breaking when an appearance prop is used in Next.js App Router. (#3280) by @panteliselefRemove deprecated
__clerk_frontend_apifromWindowinterface (#3288) by @LauraBeatrisUpdated dependencies [
a78bc447c,c7d626292,19cd42434]:@clerk/localizations@2.3.0
Minor Changes
@clerk/types@4.2.0
Minor Changes
@clerk/backend@1.1.1
Patch Changes
Fix the following
@clerk/backendmethods to populate their paginated responses: (#3276) by @dimklclerkClient.allowListIndentifiers.getAllowlistIdentifierList()clerkClient.clients.getClientList()clerkClient.invitations.getInvitationListclerkClient.redirectUrls.getRedirectUrlList()clerkClient.sessions.getSessionList()clerkClient.users.getUserOauthAccessToken()Updated dependencies [
a78bc447c,19cd42434]:@clerk/chrome-extension@1.0.3
Patch Changes
d1b75fa84,377bff929,4678caf4b,a78bc447c,c7d626292,19cd42434,e79d2e3d3]:@clerk/clerk-expo@1.0.3
Patch Changes
d1b75fa84,377bff929,4678caf4b,a78bc447c,c7d626292,19cd42434,e79d2e3d3]:@clerk/express@0.0.4
Patch Changes
8fbe23857,a78bc447c,19cd42434]:@clerk/fastify@1.0.3
Patch Changes
8fbe23857,a78bc447c,c7d626292,19cd42434]:@clerk/nextjs@5.0.4
Patch Changes
8fbe23857,a78bc447c,19cd42434,e79d2e3d3]:@clerk/clerk-react@5.0.2
Patch Changes
Remove deprecated
__clerk_frontend_apifromWindowinterface (#3288) by @LauraBeatrisUpdated dependencies [
a78bc447c,c7d626292,19cd42434]:@clerk/remix@4.0.3
Patch Changes
8fbe23857,a78bc447c,19cd42434,e79d2e3d3]:@clerk/clerk-sdk-node@5.0.3
Patch Changes
8fbe23857,a78bc447c,19cd42434]:@clerk/shared@2.0.1
Patch Changes
Internal change to add client-side caching to Clerk's telemetry. This prevents event flooding in frequently executed code paths, such as for React hooks or components. Gracefully falls back to the old behavior if e.g.
localStorageis not available. As such, no public API changes and user changes are required. (#3287) by @LauraBeatrisThe following are all internal changes and not relevant to any end-user: (#3279) by @LekoArts
eventComponentMountedfunction inside/telemetrytoeventPrebuiltComponentMounted. This better reflects that itspropsargument will be filtered for a relevant list for Clerk's prebuilt/all-in-one components.eventComponentMountedname to create a new helper function that accepts a flat object for itspropsbut doesn't filter any. This is useful for components that are not prebuilt.@clerk/testing@1.0.2
Patch Changes
a78bc447c,c7d626292,19cd42434]:@clerk/themes@2.1.1
Patch Changes
c7d626292]: