-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #1867
Merged
Merged
Version Packages #1867
Conversation
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
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 12, 2023 12:15
34b32cb
to
deb9aa7
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
4 times, most recently
from
October 12, 2023 14:54
fcec2c6
to
de269a6
Compare
nikosdouvlis
approved these changes
Oct 13, 2023
clerk-cookie
added
types
nextjs
react
remix
backend
fastify
localizations
sdk-node
gatsby
themes
labels
Oct 13, 2023
github-actions
bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
October 13, 2023 07:59
9a5d72b
to
269940e
Compare
github-actions
bot
force-pushed
the
changeset-release/main
branch
13 times, most recently
from
October 17, 2023 06:47
60ef03d
to
9d5786c
Compare
4 tasks
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 17, 2023 09:12
9d5786c
to
f425004
Compare
dimkl
approved these changes
Oct 17, 2023
github-actions
bot
force-pushed
the
changeset-release/main
branch
from
October 17, 2023 10:17
f425004
to
404da8c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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 @desiprisgPatch Changes
Improve accessibility of
<UserButton />
and<OrganizationSwitcher />
by usingaria-*
attributes (where appropriate) and roles likemenu
andmenuitem
. (#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.samlAccounts
SamlAccount
UserSettingsResource.saml
UserSettingsJSON.saml
SamlSettings
UserResource.samlAccounts
SamlAccountResource
SamlStrategy
UserJSON.saml_accounts
SamlAccountJSON
SamlConfig
SamlFactor
HandleSamlCallbackParams
Deprecate the
organization.__unstable__invitationUpdate
andorganization.__unstable__membershipUpdate
methods. (#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/react
from11.10.5
to11.11.1
to 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
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 @mzhong9723Mark 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
andorganization.__unstable__membershipUpdate
methods. (#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
hasValidSignature
andverifyJwt
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 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__invitationUpdate
andorganization.__unstable__membershipUpdate
methods. (#1879) by @panteliselefInternal updates and improvements, with the only public change that npm should no longer complain about missing
react
peerDependency. (#1868) by @LekoArtsUpdates:
@clerk/shared/testUtils
export (which was only used for internal usage)peerDependenciesMeta
to makereact
peerDep 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
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.