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/chrome-extension@1.1.0
Minor Changes
Patch Changes
2bef41ab0
]:@clerk/elements@0.9.0
Minor Changes
Improve
<FieldState>
and re-organize some data attributes related to validity states. These changes might be breaking changes for you. (#3594) by @LekoArtsOverview of changes:
<form>
no longer hasdata-valid
anddata-invalid
attributes. If there are global errors (same heuristics as<GlobalError>
) then adata-global-error
attribute will be present.<Field>
could containdata-valid
anddata-invalid
at the same time.<FieldState>
) now also incorporates the field's ValidityState into its output. If theValidityState
is invalid, the field state will be anerror
. You can access this information in three places:<FieldState>
data-state
attribute on<Input>
<Field>{(state) => <p>Field's state is {state}</p>}</Field>
Patch Changes
Fix Sign In & Sign Up root fallbacks not rendering as expected (#3601) by @tmilewski
Update all Radix dependencies to their June 19, 2024 release (#3606) by @LekoArts
@clerk/clerk-js@5.7.2
Patch Changes
Correctly use updated protocol verification in all code paths (#3605) by @LekoArts
Updated dependencies [
72888323b
]:@clerk/clerk-expo@1.2.3
Patch Changes
2bef41ab0
]:@clerk/localizations@2.4.6
Patch Changes
@clerk/ui@0.1.3
Patch Changes
25c87f693
,5aedc291c
,6d07aa6f3
]: