github clerk/javascript @clerk/astro@1.3.1

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
14 months ago

Patch Changes

  • Allow child elements in unstyled Astro components. (#4122) by @wobsoriano

    Usage:

    ---
    import { SignInButton } from '@clerk/components/astro'
    ---
    
    <SignInButton asChild>
      <button>Sign in with Clerk</button>
    </SignInButton>
  • Fixes an issue where control components in client-side rendered apps are always hidden. (#4131) by @wobsoriano

  • Updated dependencies [b97b2c1ca, 8c6909d46]:

    • @clerk/backend@1.11.0
    • @clerk/types@4.20.1
    • @clerk/shared@2.7.1

Don't miss a new javascript release

NewReleases is sending notifications on new releases.