Skip to content

Releases: clerk/javascript

@clerk/[email protected]

17 Nov 22:23
0597f38

Choose a tag to compare

Minor Changes

Patch Changes

@clerk/[email protected]

17 Nov 22:23
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]

17 Nov 22:23
0597f38

Choose a tag to compare

@clerk/[email protected]

17 Nov 22:23
0597f38

Choose a tag to compare

@clerk/[email protected]

17 Nov 22:23
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

  • Billing hooks now accept a { enabled: boolean } option, that controls the whether or not a request will fire. (#7202) by @panteliselef

  • Ensure all hooks use typedoc for clerk docs (#6901) by @SarahSoutoul

Patch Changes

  • Update how cache keys are created in SWR/RQ hooks. (#7217) by @panteliselef

  • Support keepPreviousData behaviour in the internal React Query variant of useSubscription. (#7203) by @panteliselef

  • Relaxing requirements for RQ variant hooks to enable revalidation across different configurations of the same hook. (#7228) by @panteliselef

    const { revalidate } = useStatements({ initialPage: 1, pageSize: 10 });
    useStatements({ initialPage: 1, pageSize: 12 });
    
    // revalidate from first hook, now invalidates the second hook.
    void revalidate();

@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

@clerk/[email protected]

17 Nov 22:23
0597f38

Choose a tag to compare

Minor Changes

Patch Changes

@clerk/[email protected]

17 Nov 22:23
0597f38

Choose a tag to compare

Patch Changes