-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cf460ff
commit c16bcd8
Showing
5 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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,6 @@ | ||
--- | ||
"@clerk/types": patch | ||
"@clerk/clerk-js": patch | ||
--- | ||
|
||
Updated `__experimental_closeUserVerification` to accept an "unstable_notify" property |
This file contains 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,8 @@ | ||
--- | ||
"@clerk/nextjs": minor | ||
--- | ||
|
||
Exports a new set of experimental authorization helpers: | ||
- `__experimental_protectComponent` (HoC) | ||
- `__experimental_protectAction` (HoF) | ||
- `__experimental_protectRoute` (HoF) |
This file was deleted.
Oops, something went wrong.
This file contains 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,9 @@ | ||
--- | ||
"@clerk/shared": minor | ||
--- | ||
|
||
Export two React component, which are used internally from `__experimental_protectComponent`: | ||
- UserVerificationModal | ||
- UserVerificationTrigger | ||
|
||
Export a new utility `__internal_findFailedProtectConfiguration` for shared usage across @clerk/clerk-react and @clerk/nextjs |
This file contains 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,5 @@ | ||
--- | ||
"@clerk/clerk-react": minor | ||
--- | ||
|
||
Exports a new `__experimental_protectComponent` HoC. |