-
Notifications
You must be signed in to change notification settings - Fork 402
feat(clerk-js): Legal consent #4337
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
octoper
merged 27 commits into
main
from
vaggelis/user-742-add-legal-consent-to-clerk-js
Oct 23, 2024
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
9c54f49
feat(clerk-js): Add legal consent for Sign Up
octoper 4e0f333
feat(clerk-js): Add legal consent checkbox on sign up
octoper f5bff6e
feat(clerk-js): Handle legal consent in <SignUp/>
octoper 3a4acbc
fix(clerk-js): Fix types for SignUpCreateParams
octoper cca62a9
fix(clerk-js): Rename legalAccepted to __experimental_legalAccepted
octoper 0de78e2
Update sign up form
octoper 5ff22b3
feat(clerk-js): Add legal consent checkbox to SignUp
octoper 79ec2ae
chore(clerk-js): Make legal accepted as experimental
octoper 857dfca
chore(repo): Add changeset
octoper 921d9b5
chore(clerk-js): Remove localization modifiers
octoper bc61071
chore(clerk-js): Style the polished checkbox
octoper 11d6e6b
chore(clerk-js): Fix styling
octoper e0038e5
chore(clerk-js): Add TODO comments to remind me to do action after st…
octoper 9ffd367
test(clerk-js): Add simple tests
octoper 163fd5d
fix(clerk-js): Check missingFields is not null
octoper 1e02572
fix(clerk-js): Fix tests
octoper 016fee1
fix(clerk-js): Fix styling for checkbox
octoper d3e4c7b
chore(clerk-js): Move Legal consent checkbox to its own component
octoper 0bc578c
chore(clerk-js): Apply lint fixes
octoper b731ad0
fix(clerk-js,types,localization): Mark legal consent as experimental
octoper fe370c1
fix(clerk-js): Check if the __experimental_legalAccepted is not undef…
octoper 9b1e072
tests(clerk-js): Revert changes for SignUpStart
octoper a75f7fd
tests(clerk-js): Fix SignUpContinue tests
octoper a71579b
chore(clerk-js): Remove label from form control
octoper cfed76e
chore(clerk-js,types,localization): Introduce LinkRenderer
octoper 94247d1
test(clerk-js): Update tests fixture
octoper 248b505
fix(clerk-js): Increase bundlewatch limit for ui-common
octoper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| "@clerk/localizations": minor | ||
| "@clerk/clerk-js": minor | ||
| "@clerk/types": minor | ||
| --- | ||
|
|
||
| Adding experimental support for legal consent for `<SignUp/>` component |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.