-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(*): Rename refs of MagicLink to EmailLink - deprecation JS Docs (…
…#1833) * chore(types): Add new types and deprecation JSDoc for renaming MagicLink to EmailLink * chore(shared): Add deprecation JSDoc for renaming *MagicLink* to *EmailLink* * chore(clerk-js): Drop MagicLink refs and use EmailLink in /ui Since the /ui is internal it is safe to use the EmailLink references instead of the EmailLink. * chore(clerk-js): Add deprecation JSDoc for renaming *MagicLink* to *EmailLink* * chore(clerk-react): Add deprecation JSDoc for renaming *MagicLink* to *EmailLink* * chore(clerk-expo): Re-export modules for renaming *MagicLink* to *EmailLink* * chore(nextjs): Re-export new modules for renaming *MagicLink* to *EmailLink* * chore(chrome-extension): Fix chrome-extension snapshot tests caused by re-export * chore(repo): Add changeset
- Loading branch information
Showing
39 changed files
with
754 additions
and
132 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,12 @@ | ||
--- | ||
'@clerk/chrome-extension': patch | ||
'@clerk/clerk-js': patch | ||
'@clerk/nextjs': patch | ||
'@clerk/shared': patch | ||
'@clerk/clerk-react': patch | ||
'@clerk/types': patch | ||
'@clerk/clerk-expo': patch | ||
--- | ||
|
||
Introduce new `*EmailLink*` helpers that will replace the `*MagicLink*` helpers. | ||
Also marked all the `*MagicLink*` as deprecated using JSDocs. |
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
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
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
Oops, something went wrong.