Releases: clerk/javascript
@clerk/vue@2.3.0
@clerk/ui@1.13.0
Minor Changes
-
Remove
<ConfigureSSO />from experimental path (#8588) by @LauraBeatris -
Add
elevationappearance option with'raised'(default) and'flush'values. When set toflush, card-based components render without border, box-shadow, border-radius, outer padding, and footer background, allowing them to sit flat against their container. Applies to<SignIn />,<SignUp />,<Waitlist />,<CreateOrganization />,<OrganizationList />,<OAuthConsent />,<UserVerification />, and session task components. Profile and popover components always render as raised. Modal components always render as raised regardless of this setting. (#8510) by @alexcarpenterThe
cardBoxelement exposes adata-elevation="flush"attribute when flush is active, giving className-based themes a hook to neutralize their card chrome via attribute selectors. Theshadcntheme uses this hook to drop itsshadow-sm borderutilities under flush.
Patch Changes
-
Add
ProfileCard.PageforUserProfileandOrganizationProfilepages (#8602) by @LauraBeatris -
Fix layout shift when Copy test URL button enters loading state in
<ConfigureSSO />(#8592) by @alexcarpenter -
Improve ClipboardInput positioning and accessibility by using
readOnlyinstead ofisDisabled(#8593) by @alexcarpenter -
Updated dependencies [
6eaf4d6,1aab31e]:- @clerk/shared@4.13.0
- @clerk/localizations@4.6.7
@clerk/testing@2.0.32
@clerk/tanstack-react-start@1.3.0
@clerk/shared@4.13.0
Minor Changes
- Remove
<ConfigureSSO />from experimental path (#8588) by @LauraBeatris
Patch Changes
- Remove internal tag from publicly re-exported error helpers (#8598) by @wobsoriano