You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/clerk-js@4.62.0
Minor Changes
Introduces three new element appearence descriptors: (#1803) by @octoper
tableHead let's you customize the tables head styles.
paginationButton let's you customize the pagination buttons.
paginationRowText let's you customize the pagination text.
Add new /sign-up/continue/verify-phone-number and /sign-up/continue/verify-email-address routes in order to allow navigating back to the /sign-up/continue step when editing the extra identifier that is provided in the /sign-up/continue step. (#1870) by @desiprisg
Patch Changes
Improve accessibility of <UserButton /> and <OrganizationSwitcher /> by using aria-* attributes (where appropriate) and roles like menu and menuitem. (#1826) by @panteliselef
Update default organization permissions with a sys_ prefix as part of the entitlement. This changes makes it easy to distinguish between clerk reserved permissions and custom permissions created by developers. (#1865) by @mzhong9723
Mark the following SAML related types as stable: (#1876) by @dimkl
User.samlAccounts
SamlAccount
UserSettingsResource.saml
UserSettingsJSON.saml
SamlSettings
UserResource.samlAccounts
SamlAccountResource
SamlStrategy
UserJSON.saml_accounts
SamlAccountJSON
SamlConfig
SamlFactor
HandleSamlCallbackParams
Deprecate the organization.__unstable__invitationUpdate and organization.__unstable__membershipUpdate methods. (#1879) by @panteliselef
Replace role based check with permission based checks inside the OrganizationSwitcher component. (#1851) by @panteliselef
Update @emotion/react from 11.10.5 to 11.11.1 to allow internal usage of TypeScript v5 (Emotion commit) (#1877) by @LekoArts
Replace role based check with permission based checks inside the OrganizationSettings component. (#1850) by @panteliselef
Fix methods in clerk-js that consumede paginated endpoints in order to retrieve single resources. (#1871) by @panteliselef
Fix incorrect deprecation message for __unstable__membershipUpdate. (#1889) by @panteliselef
Replace role based check with permission based checks inside the OrganizationMembers component. (#1849) by @panteliselef
In invite members screen of the component, consume any invalid email addresses as they are returned in the API error and remove them from the input automatically. (#1869) by @chanioxaris
Introduces three new element appearence descriptors: (#1803) by @octoper
tableHead let's you customize the tables head styles.
paginationButton let's you customize the pagination buttons.
paginationRowText let's you customize the pagination text.
Patch Changes
Update default organization permissions with a sys_ prefix as part of the entitlement. This changes makes it easy to distinguish between clerk reserved permissions and custom permissions created by developers. (#1865) by @mzhong9723
Mark the following SAML related types as stable: (#1876) by @dimkl
User.samlAccounts
SamlAccount
UserSettingsResource.saml
UserSettingsJSON.saml
SamlSettings
UserResource.samlAccounts
SamlAccountResource
SamlStrategy
UserJSON.saml_accounts
SamlAccountJSON
SamlConfig
SamlFactor
HandleSamlCallbackParams
Deprecate the organization.__unstable__invitationUpdate and organization.__unstable__membershipUpdate methods. (#1879) by @panteliselef
Fix methods in clerk-js that consumede paginated endpoints in order to retrieve single resources. (#1871) by @panteliselef
In invite members screen of the component, consume any invalid email addresses as they are returned in the API error and remove them from the input automatically. (#1869) by @chanioxaris
@clerk/backend@0.31.1
Patch Changes
Added new function signJwt(payload, key, options) for JWT token signing. (#1786) by @Nikpolik
Also updated the existing hasValidSignature and verifyJwt method to handle PEM-formatted keys directly (previously they had to be converted to jwks).
For key compatibility, support is specifically confined to RSA types and formats jwk, pkcs8, spki.
Improves the debug log output, and changes the internal behavior to use multiple console.log() calls. This will help to avoid any platform logging limitations per call. (#1866) by @BRKalow
Add Clerk - prefix to deprecation warnings (#1890) by @dimkl
Deprecate the organization.__unstable__invitationUpdate and organization.__unstable__membershipUpdate methods. (#1879) by @panteliselef
Internal updates and improvements, with the only public change that npm should no longer complain about missing react peerDependency. (#1868) by @LekoArts
Updates:
Remove @clerk/shared/testUtils export (which was only used for internal usage)
Add peerDependenciesMeta to make react peerDep optional
In invite members screen of the component, consume any invalid email addresses as they are returned in the API error and remove them from the input automatically. (#1869) by @chanioxaris
@clerk/themes@1.7.8
Patch Changes
Introduces three new element appearence descriptors: (#1803) by @octoper
tableHead let's you customize the tables head styles.
paginationButton let's you customize the pagination buttons.
paginationRowText let's you customize the pagination text.
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
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@clerk/clerk-js@4.62.0
Minor Changes
Introduces three new element appearence descriptors: (#1803) by @octoper
tableHeadlet's you customize the tables head styles.paginationButtonlet's you customize the pagination buttons.paginationRowTextlet's you customize the pagination text.Add new
/sign-up/continue/verify-phone-numberand/sign-up/continue/verify-email-addressroutes in order to allow navigating back to the/sign-up/continuestep when editing the extra identifier that is provided in the/sign-up/continuestep. (#1870) by @desiprisgPatch Changes
Improve accessibility of
<UserButton />and<OrganizationSwitcher />by usingaria-*attributes (where appropriate) and roles likemenuandmenuitem. (#1826) by @panteliselefUpdate default organization permissions with a
sys_prefix as part of the entitlement. This changes makes it easy to distinguish between clerk reserved permissions and custom permissions created by developers. (#1865) by @mzhong9723Mark the following SAML related types as stable: (#1876) by @dimkl
User.samlAccountsSamlAccountUserSettingsResource.samlUserSettingsJSON.samlSamlSettingsUserResource.samlAccountsSamlAccountResourceSamlStrategyUserJSON.saml_accountsSamlAccountJSONSamlConfigSamlFactorHandleSamlCallbackParamsDeprecate the
organization.__unstable__invitationUpdateandorganization.__unstable__membershipUpdatemethods. (#1879) by @panteliselefEnforce LTR direction in code inputs (#1873) by @desiprisg
Replace role based check with permission based checks inside the OrganizationSwitcher component. (#1851) by @panteliselef
Update
@emotion/reactfrom11.10.5to11.11.1to allow internal usage of TypeScript v5 (Emotion commit) (#1877) by @LekoArtsReplace role based check with permission based checks inside the OrganizationSettings component. (#1850) by @panteliselef
Fix methods in clerk-js that consumede paginated endpoints in order to retrieve single resources. (#1871) by @panteliselef
Fix incorrect deprecation message for
__unstable__membershipUpdate. (#1889) by @panteliselefReplace role based check with permission based checks inside the OrganizationMembers component. (#1849) by @panteliselef
In invite members screen of the component, consume any invalid email addresses as they are returned in the API error and remove them from the input automatically. (#1869) by @chanioxaris
Updated dependencies [
35be8709d,e38488c92,a11f962bc,9b644d799,a9894b445,834dadb36,70f251007,a46d6fe99]:@clerk/types@3.56.0
Minor Changes
Introduces three new element appearence descriptors: (#1803) by @octoper
tableHeadlet's you customize the tables head styles.paginationButtonlet's you customize the pagination buttons.paginationRowTextlet's you customize the pagination text.Patch Changes
Update default organization permissions with a
sys_prefix as part of the entitlement. This changes makes it easy to distinguish between clerk reserved permissions and custom permissions created by developers. (#1865) by @mzhong9723Mark the following SAML related types as stable: (#1876) by @dimkl
User.samlAccountsSamlAccountUserSettingsResource.samlUserSettingsJSON.samlSamlSettingsUserResource.samlAccountsSamlAccountResourceSamlStrategyUserJSON.saml_accountsSamlAccountJSONSamlConfigSamlFactorHandleSamlCallbackParamsDeprecate the
organization.__unstable__invitationUpdateandorganization.__unstable__membershipUpdatemethods. (#1879) by @panteliselefFix methods in clerk-js that consumede paginated endpoints in order to retrieve single resources. (#1871) by @panteliselef
In invite members screen of the component, consume any invalid email addresses as they are returned in the API error and remove them from the input automatically. (#1869) by @chanioxaris
@clerk/backend@0.31.1
Patch Changes
Added new function
signJwt(payload, key, options)for JWT token signing. (#1786) by @NikpolikAlso updated the existing
hasValidSignatureandverifyJwtmethod to handle PEM-formatted keys directly (previously they had to be converted to jwks).For key compatibility, support is specifically confined to
RSAtypes and formatsjwk, pkcs8, spki.Updated dependencies [
35be8709d,e38488c92,a11f962bc,9b644d799,a9894b445,834dadb36,70f251007,a46d6fe99]:@clerk/chrome-extension@0.4.8
Patch Changes
da450b5e1,35be8709d,e38488c92,a11f962bc,a9894b445,e67fcfe19,81b63e320,29485ebd8,8000e3a3f,e1e5d37d4,70f251007,8434782c5,393115678,a46d6fe99]:@clerk/clerk-expo@0.19.10
Patch Changes
da450b5e1,35be8709d,e38488c92,a11f962bc,9b644d799,a9894b445,e67fcfe19,81b63e320,834dadb36,29485ebd8,8000e3a3f,e1e5d37d4,70f251007,8434782c5,393115678,a46d6fe99]:@clerk/fastify@0.6.15
Patch Changes
35be8709d,13e9dfbaa,e38488c92,a11f962bc,9b644d799,a9894b445,834dadb36,70f251007,a46d6fe99]:gatsby-plugin-clerk@4.4.16
Patch Changes
35be8709d,13e9dfbaa,e38488c92,a11f962bc,a9894b445,70f251007,a46d6fe99]:@clerk/localizations@1.26.5
Patch Changes
35be8709d,e38488c92,a11f962bc,a9894b445,70f251007,a46d6fe99]:@clerk/nextjs@4.25.5
Patch Changes
Improves the debug log output, and changes the internal behavior to use multiple
console.log()calls. This will help to avoid any platform logging limitations per call. (#1866) by @BRKalowUpdated dependencies [
35be8709d,13e9dfbaa,e38488c92,a11f962bc,9b644d799,a9894b445,834dadb36,70f251007,a46d6fe99]:@clerk/clerk-react@4.26.5
Patch Changes
Fix methods in clerk-js that consumede paginated endpoints in order to retrieve single resources. (#1871) by @panteliselef
Updated dependencies [
35be8709d,e38488c92,a11f962bc,9b644d799,a9894b445,834dadb36,70f251007,a46d6fe99]:@clerk/remix@3.0.7
Patch Changes
Internal improvements for retrieving environment variables. (#1862) by @octoper
Updated dependencies [
35be8709d,13e9dfbaa,e38488c92,a11f962bc,9b644d799,a9894b445,834dadb36,70f251007,a46d6fe99]:@clerk/clerk-sdk-node@4.12.14
Patch Changes
35be8709d,13e9dfbaa,e38488c92,a11f962bc,9b644d799,a9894b445,834dadb36,70f251007,a46d6fe99]:@clerk/shared@0.24.5
Patch Changes
Add
Clerk -prefix to deprecation warnings (#1890) by @dimklDeprecate the
organization.__unstable__invitationUpdateandorganization.__unstable__membershipUpdatemethods. (#1879) by @panteliselefInternal updates and improvements, with the only public change that npm should no longer complain about missing
reactpeerDependency. (#1868) by @LekoArtsUpdates:
@clerk/shared/testUtilsexport (which was only used for internal usage)peerDependenciesMetato makereactpeerDep optionalIn invite members screen of the component, consume any invalid email addresses as they are returned in the API error and remove them from the input automatically. (#1869) by @chanioxaris
@clerk/themes@1.7.8
Patch Changes
Introduces three new element appearence descriptors: (#1803) by @octoper
tableHeadlet's you customize the tables head styles.paginationButtonlet's you customize the pagination buttons.paginationRowTextlet's you customize the pagination text.