Skip to content

Commit cc24c81

Browse files
octoperanagstef
andauthoredNov 8, 2024··
feat(clerk-js,elements,types,localization): Make legal consent stable (#4487)
Co-authored-by: Stefanos Anagnostou <anagstef@users.noreply.github.com>
1 parent 0e443ad commit cc24c81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+484
-490
lines changed
 

‎.changeset/twenty-rules-boil.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@clerk/localizations': minor
3+
'@clerk/clerk-js': minor
4+
'@clerk/elements': minor
5+
'@clerk/types': minor
6+
'@clerk/ui': patch
7+
---
8+
9+
The Legal consent feature is now stable.
10+
11+
Removed the `__experimental_` preffix.

‎integration/testUtils/commonPageObject.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const common = ({ page }: TestArgs) => {
4242
return page.locator('input[name=password]');
4343
},
4444
getLegalAccepted: () => {
45-
return page.locator('input[name=__experimental_legalAccepted]');
45+
return page.locator('input[name=legalAccepted]');
4646
},
4747
getFirstNameInput: () => {
4848
return page.locator('input[name=firstName]');

0 commit comments

Comments
 (0)