Skip to content

Releases: clerk/javascript

@clerk/[email protected]

13 Feb 13:03
5cc1c78
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

13 Feb 13:03
5cc1c78
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

13 Feb 13:03
5cc1c78
Compare
Choose a tag to compare

@clerk/[email protected]

13 Feb 13:03
5cc1c78
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

13 Feb 13:03
5cc1c78
Compare
Choose a tag to compare

Minor Changes

  • Add support for type-safe environment variables using the astro:env API. (#5104) by @wobsoriano

    The integration now provides a type-safe schema for all Clerk environment variables by default. You can use the environment variables like so:

    import { PUBLIC_CLERK_PUBLISHABLE_KEY } from 'astro:env/client';
    import { CLERK_SECRET_KEY } from 'astro:env/server';

    To override this behavior, you can disable the feature by setting enableEnvSchema to false:

    export default defineConfig({
      integrations: [clerk({ enableEnvSchema: false })],
    });

Patch Changes

@clerk/[email protected]

10 Feb 13:58
e182055
Compare
Choose a tag to compare

Patch Changes

@clerk/[email protected]

10 Feb 13:57
e182055
Compare
Choose a tag to compare

@clerk/[email protected]

10 Feb 13:58
e182055
Compare
Choose a tag to compare

Patch Changes

  • Add menuButtonEllipsis element descriptor. (#5090) by @alexcarpenter

  • Small JSDoc and type improvements (#5099) by @LekoArts

  • Replaces hard-coded string "Add a passkey" with a new localization key userProfile.start.passkeysSection.primaryButton (#5105) by @Philitician

@clerk/[email protected]

10 Feb 13:57
e182055
Compare
Choose a tag to compare

@clerk/[email protected]