Skip to content

Releases: clerk/javascript

@clerk/[email protected]

17 Nov 22:24
0597f38

Choose a tag to compare

@clerk/[email protected]

17 Nov 22:24
0597f38

Choose a tag to compare

Minor Changes

Patch Changes

@clerk/[email protected]

17 Nov 22:24
0597f38

Choose a tag to compare

Minor Changes

  • Introduced initial Clerk Protect dynamic loader and related types to support dynamically enabling and rolling out Protect in the environment. (#7227) by @zourzouvillys

  • Standardized API keys naming convention (#7223) by @wobsoriano

  • [Experimental] Add support for sign-up via modal in signals implementation (#7193) by @dstaley

Patch Changes

@clerk/[email protected]

17 Nov 22:23
0597f38

Choose a tag to compare

@clerk/[email protected]

17 Nov 22:24
0597f38

Choose a tag to compare

@clerk/[email protected]

17 Nov 22:23
0597f38

Choose a tag to compare

Minor Changes

  • Add external_id field to user.deleted webhook events; Add user field to SessionWebhookEventJSON (#7209) by @kduprey

    • Adds external_id field to user.deleted webhook events by creating a new UserDeletedJSON interface that extends DeletedObjectJSON to include an optional external_id string.
    • Creates a new SessionWebhookEventJSON interface that extends SessionJSON to include a nullable user field as the UserJSON interface, and updates the webhook event types to use this new interface for session.created, session.ended, session.removed, and session.revoked events.

Patch Changes

@clerk/[email protected]

17 Nov 22:24
0597f38

Choose a tag to compare

Minor Changes

Patch Changes

@clerk/[email protected]

17 Nov 22:24
0597f38

Choose a tag to compare

@clerk/[email protected]

12 Nov 22:33
0017b53

Choose a tag to compare

Patch Changes

@clerk/[email protected]

12 Nov 22:32
0017b53

Choose a tag to compare

Minor Changes

  • Support for email_code and email_link as a second factor when user is signing in on a new device. (#7116) by @tmilewski

Patch Changes