npm svelte-clerk 0.12.1
v0.12.1

latest releases: 0.17.0, 0.16.13, 0.16.12...
3 months ago

Patch Changes

  • bf6e4d5: Bump @clerk/backend from 1.31.4 to 1.32.0

  • bf6e4d5: Bump @clerk/shared from 3.8.1 to 3.8.2

  • bf6e4d5: Bump @clerk/types from 4.57.1 to 4.58.0

  • 4f90a54: Allow custom buttons for unstyled components using the asChild prop.

    Example:

    <script>
    	import { SignInButton } from 'svelte-clerk';
    </script>
    
    <SignInButton asChild>
    	{#snippet children({ signIn })}
    	<button onclick="{signIn}">Custom sign in button</button>
    	{/snippet}
    </SignInButton>

Don't miss a new svelte-clerk release

NewReleases is sending notifications on new releases.