Skip to content

feat(react): Expose initialValues within <SignUpButton /> - #4567

Merged
alexcarpenter merged 5 commits into
mainfrom
alexcarpenter/sdk-1939-add-initialvalues-to-the-signupbutton-component
Nov 15, 2024
Merged

feat(react): Expose initialValues within <SignUpButton />#4567
alexcarpenter merged 5 commits into
mainfrom
alexcarpenter/sdk-1939-add-initialvalues-to-the-signupbutton-component

Conversation

@alexcarpenter

Copy link
Copy Markdown
Member

Description

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

Resolves SDK-1939

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:

@changeset-bot

changeset-bot Bot commented Nov 14, 2024

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 8ba9a96

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

This PR includes changesets to release 8 packages
Name Type
@clerk/nextjs Minor
@clerk/clerk-react Minor
@clerk/chrome-extension Patch
@clerk/elements Patch
@clerk/clerk-expo 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 14, 2024 20:16
@tmilewski
tmilewski self-requested a review November 14, 2024 20:28
@alexcarpenter alexcarpenter self-assigned this Nov 14, 2024
Comment thread .changeset/tender-windows-jam.md Outdated
Comment thread .changeset/tender-windows-jam.md Outdated
@royanger

Copy link
Copy Markdown
Member

!snapshot

@clerk-cookie

Copy link
Copy Markdown
Collaborator

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

Package Version
@clerk/chrome-extension 1.3.36-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25
@clerk/clerk-js 5.34.2-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25
@clerk/elements 0.19.4-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25
@clerk/clerk-expo 2.3.5-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25
@clerk/nextjs 6.4.0-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25
@clerk/clerk-react 5.16.0-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25
@clerk/remix 4.2.53-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25
@clerk/tanstack-start 0.4.29-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25
@clerk/ui 0.1.21-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25

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

npm i @clerk/chrome-extension@1.3.36-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25 --save-exact

@clerk/clerk-js

npm i @clerk/clerk-js@5.34.2-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25 --save-exact

@clerk/elements

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

@clerk/clerk-expo

npm i @clerk/clerk-expo@2.3.5-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25 --save-exact

@clerk/nextjs

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

@clerk/clerk-react

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

@clerk/remix

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

@clerk/tanstack-start

npm i @clerk/tanstack-start@0.4.29-snapshot.v45cedcd484f4268b4d38f90c995d930af874ca25 --save-exact

@clerk/ui

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

@alexcarpenter
alexcarpenter merged commit 6c424e1 into main Nov 15, 2024
@alexcarpenter
alexcarpenter deleted the alexcarpenter/sdk-1939-add-initialvalues-to-the-signupbutton-component branch November 15, 2024 15:14
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.

7 participants