Skip to content

Releases: clerk/javascript

@clerk/vue@2.4.2

11 Jun 19:04
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/shared@4.17.1

@clerk/ui@1.16.1

11 Jun 19:04
5ebed8b

Choose a tag to compare

Patch Changes

  • Fix checkout button label showing "Start free trial" when adding seats during a free trial period (#8829) by @mauricioabreu

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/localizations@4.8.1
    • @clerk/shared@4.17.1

@clerk/testing@2.1.1

11 Jun 19:05
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [cdb940a, b5fa9f6, f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/backend@3.7.0
    • @clerk/shared@4.17.1

@clerk/tanstack-react-start@1.4.2

11 Jun 19:05
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [cdb940a, b5fa9f6, f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/backend@3.7.0
    • @clerk/shared@4.17.1
    • @clerk/react@6.9.1

@clerk/shared@4.17.1

11 Jun 19:05
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Deprecate passing unsafeMetadata to user.update(). (#8587) by @brunol95

    Use user.updateMetadata() when you want to partially update unsafe metadata with deep-merge semantics:

    await user.updateMetadata({
      unsafeMetadata: { onboardingComplete: true },
    });

    user.update({ unsafeMetadata }) continues to work for now and preserves its existing full-replacement behavior:

    await user.update({
      unsafeMetadata: { theme: 'dark' },
    });

    New code should prefer user.updateMetadata({ unsafeMetadata }) for metadata-only updates.

  • Restore resolvable TypeScript declarations. Type declarations are now emitted per-module at stable public paths instead of being bundled into content-hashed internal chunk files. This fixes type resolution failures (or silent any degradation) in packages whose declarations reference @clerk/shared types, such as @clerk/vue, @clerk/react, @clerk/ui, and @clerk/testing, which previously pointed at unresolvable @clerk/shared/_chunks/* specifiers. (#8811) by @jacekradko

@clerk/react@6.9.1

11 Jun 19:05
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/shared@4.17.1

@clerk/react-router@3.4.2

11 Jun 19:05
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [cdb940a, b5fa9f6, f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/backend@3.7.0
    • @clerk/shared@4.17.1
    • @clerk/react@6.9.1

@clerk/nuxt@2.6.2

11 Jun 19:05
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [cdb940a, b5fa9f6, f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/backend@3.7.0
    • @clerk/shared@4.17.1
    • @clerk/vue@2.4.2

@clerk/nextjs@7.5.2

11 Jun 19:05
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [cdb940a, b5fa9f6, f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/backend@3.7.0
    • @clerk/shared@4.17.1
    • @clerk/react@6.9.1

@clerk/localizations@4.8.1

11 Jun 19:04
5ebed8b

Choose a tag to compare

Patch Changes

  • Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. (#8177) by @dstaley

  • Updated dependencies [f046c49, b5fa9f6, 3d5b2fe]:

    • @clerk/shared@4.17.1