-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(localizations): Drop deprecations (#2151)
* fix(types,localizations): Drop deprecated localization keys in *.retheme * chore(localizations): Drop `deDe` * chore(types,localizations): Drop `createOrganization.subtitle` deprecation * chore(types,localizations): Drop `membersPage.headerTitle__*` deprecations * chore(types,localizations): Drop connectedAccountsSection connectionfailed typo deprecations * chore(types,localizations): Drop `formFieldInputPlaceholder__*` deprecations * chore(types,localizations): Drop `formFieldLabel__` deprecations * chore(repo): Add changeset
- Loading branch information
Showing
31 changed files
with
43 additions
and
416 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,19 @@ | ||
--- | ||
'@clerk/localizations': major | ||
'@clerk/clerk-react': major | ||
'@clerk/types': major | ||
--- | ||
|
||
Drop deprecations. Migration steps: | ||
- drop `formFieldLabel__emailAddress_phoneNumber` from localization keys | ||
- drop `formFieldLabel__phoneNumber_username` from localization keys | ||
- drop `formFieldLabel__emailAddress_phoneNumber_username` from localization keys | ||
- drop `formFieldInputPlaceholder__emailAddress_phoneNumber` from localization keys | ||
- drop `formFieldInputPlaceholder__phoneNumber_username` from localization keys | ||
- drop `formFieldInputPlaceholder__emailAddress_phoneNumber_username` from localization keys | ||
- use `title__connectionFailed` instead of `title__conectionFailed` from localization keys | ||
- use `actionLabel__connectionFailed` instead of `actionLabel__conectionFailed` from localization keys | ||
- use `headerTitle__members` instead of `headerTitle__active` from localization keys | ||
- use `headerTitle__invitations` instead of `headerTitle__invited` from localization keys | ||
- drop `createOrganization.subtitle` from localization keys | ||
- use `deDE` instead of `deDe` localization from `@clerk/localizations` |
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
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.