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/[email protected]
Patch Changes
c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
0eb666118
,53ccb27cf
,3ceb2a734
,c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
Safer usage of
localStorage
by checking ifwindow
is available in current environment (#1774) by @LekoArtsSome minor TypeScript type fixes to internal components. Also applying some ESLint recommendations. (#1756) by @LekoArts
Introduces a new method for fetching organization invitations called
Organization.getInvitations
. (#1766) by @panteliselefDeprecate
Organization.getPendingInvitations
Adds the ability to force users to reset their password. (#1757) by @kostaspt
Updated dependencies [
07ede0f95
,0eb666118
,3b85311c9
,ffcc78c06
,c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
The issue #1680 has uncovered that the version
1.3.0
ofreact-native-url-polyfill
did not had support for Expo Web. (#1773) by @octoperThe error was that because we rely on
react-native-url-polyfill/auto
, the would also apply the polyfill if executed on the web, which is not required as theURL
has support for all modern browsers and there is no need to pollyfill it.The version of
react-native-url-polyfill
was upgraded from1.3.0
to2.0.0
to fix the error.Updated dependencies [
0eb666118
,53ccb27cf
,3ceb2a734
,c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
Warn about deprecated constants that will be removed in next major version (#1759) by @dimkl
Updated dependencies [
07ede0f95
,0eb666118
,3b85311c9
,ffcc78c06
,c61ddf5bf
,0366e0b20
]:[email protected]
Patch Changes
53ccb27cf
,c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
Adds the ability to force users to reset their password. (#1757) by @kostaspt
Updated dependencies [
c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
53ccb27cf
,c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
Remove nested
package.json
files insidedist/cjs
anddist/esm
and movesideEffects
property to top-levelpackage.json
file. This change won't change behavior. (#1785) by @LekoArtsUpdated dependencies [
07ede0f95
,0eb666118
,3b85311c9
,ffcc78c06
,c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
Ensure the interstitial properly fires on client-side route transitions. (#1720) by @BRKalow
Updated dependencies [
07ede0f95
,0eb666118
,3b85311c9
,ffcc78c06
,53ccb27cf
,c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
c61ddf5bf
,0366e0b20
]:@clerk/[email protected]
Patch Changes
Introduce
invitations
in useOrganization, which enables to fetch invitations as paginated lists. (#1766) by @panteliselefDeprecate
invitationList
in favor of the above introduction.Safer usage of
localStorage
by checking ifwindow
is available in current environment (#1774) by @LekoArtsFix SyntaxError on non-module imports by dropping support for import.meta (used in vite) (#1782) by @dimkl
deprecated()
&deprecatedProperty
warnings will be hidden in test/production (#1784) by @dimklenvironments and when there is no NODE_ENV environment variable defined.
@clerk/[email protected]
Patch Changes
Introduces a new method for fetching organization invitations called
Organization.getInvitations
. (#1766) by @panteliselefDeprecate
Organization.getPendingInvitations
Adds the ability to force users to reset their password. (#1757) by @kostaspt