Skip to content

feat(clerk-react): Expose initialValues within <SignInButton /> #4581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

alexcarpenter
Copy link
Member

Description

Follow up to #4567

<SignInButton
  initialValues={{
    emailAddress: "example@clerk.dev",
  }}
/>

Checklist

  • pnpm test runs as expected.
  • pnpm build runs as expected.
  • (If applicable) JSDoc comments have been added or updated for any package exports
  • (If applicable) Documentation has been updated

Type of change

  • 🐛 Bug fix
  • 🌟 New feature
  • 🔨 Breaking change
  • 📖 Refactoring / dependency upgrade / documentation
  • other:

Copy link

changeset-bot bot commented Nov 15, 2024

🦋 Changeset detected

Latest commit: aa47934

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@clerk/clerk-react Minor
@clerk/chrome-extension Patch
@clerk/elements Patch
@clerk/clerk-expo Patch
@clerk/nextjs Patch
@clerk/remix Patch
@clerk/tanstack-start Patch
@clerk/ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@alexcarpenter alexcarpenter marked this pull request as ready for review November 15, 2024 16:51
@alexcarpenter alexcarpenter changed the title feat(react): Expose initialValues within <SignInButton /> feat(clerk-react): Expose initialValues within <SignInButton /> Nov 15, 2024
@alexcarpenter alexcarpenter merged commit b2671af into main Nov 15, 2024
26 of 27 checks passed
@alexcarpenter alexcarpenter deleted the alexcarpenter/sign-in-button-initial-values branch November 15, 2024 17:06
@alexcarpenter
Copy link
Member Author

!snapshot

@clerk-cookie
Copy link
Collaborator

Hey @alexcarpenter - the snapshot version command generated the following package versions:

Package Version
@clerk/astro 1.4.13-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/backend 1.16.5-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/chrome-extension 1.3.37-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/clerk-js 5.34.3-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/elements 0.19.4-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/clerk-expo 2.3.6-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/expo-passkeys 0.0.6-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/express 1.3.15-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/fastify 2.0.17-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/nextjs 6.4.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/nuxt 0.0.1-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/clerk-react 5.16.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/remix 4.2.53-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/clerk-sdk-node 5.0.66-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/shared 2.14.1-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/tanstack-start 0.5.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/testing 1.3.27-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/ui 0.1.21-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5
@clerk/vue 0.0.5-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5

Tip: Use the snippet copy button below to quickly install the required packages.
@clerk/astro

npm i @clerk/astro@1.4.13-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/backend

npm i @clerk/backend@1.16.5-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/chrome-extension

npm i @clerk/chrome-extension@1.3.37-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@5.34.3-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/elements

npm i @clerk/elements@0.19.4-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/clerk-expo

npm i @clerk/clerk-expo@2.3.6-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/expo-passkeys

npm i @clerk/expo-passkeys@0.0.6-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/express

npm i @clerk/express@1.3.15-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/fastify

npm i @clerk/fastify@2.0.17-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/nextjs

npm i @clerk/nextjs@6.4.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/nuxt

npm i @clerk/nuxt@0.0.1-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/clerk-react

npm i @clerk/clerk-react@5.16.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/remix

npm i @clerk/remix@4.2.53-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/clerk-sdk-node

npm i @clerk/clerk-sdk-node@5.0.66-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/shared

npm i @clerk/shared@2.14.1-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/tanstack-start

npm i @clerk/tanstack-start@0.5.0-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/testing

npm i @clerk/testing@1.3.27-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/ui

npm i @clerk/ui@0.1.21-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

@clerk/vue

npm i @clerk/vue@0.0.5-snapshot.vaa47934e9fca13bf31388bc37ee2c89e8cd436e5 --save-exact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants