Component Changelog
Clerk's components are updated regularly to improve the user experience and add new features. For most users, these updates will be rolled out automatically. This changelog highlights notable changes and new features. For a complete list of changes, see the full changelog on GitHub. If you have specified a specific Clerk UI version, use this changelog to understand how new releases might impact your customizations.
2026-05-22 - 1.13.1
Patch Changes
- Fix the Manage Subscription button in
<UserProfile />/<OrganizationProfile />and the Cancel / Re-subscribe actions in<SubscriptionDetails />so they are shown for paid seat-based Plans that have no base fee.
2026-05-21 - 1.13.0
Minor Changes
- Add an
elevationappearance option withraised(default) andflushvalues. When set toflush, card-based components render without a border, box shadow, border radius, outer padding, or footer background, allowing them to sit flat against their container. Applies to<SignIn />,<SignUp />,<Waitlist />,<CreateOrganization />,<OrganizationList />,<OAuthConsent />, and session task components. Profile, popover, and modal components always render as raised, regardless of this setting.
2026-05-18 - 1.12.0
Minor Changes
- Add an
autoFocusoption to disable automatic input focusing.
Patch Changes
- Fix missing ARIA attributes on
MenuTriggerandSelectcomponents.
2026-05-15 - 1.11.0
Minor Changes
- Add a
highlightedPlanprop to<PricingTable />to render a "Popular" badge on the matching plan. - Add support for inline
<bold>markup in localization values.
2026-05-14 - 1.10.0
Minor Changes
- Add a
fontFamilyMonoappearance variable for customizing the monospace font used in Clerk components.
2026-05-07 - 1.9.0
Patch Changes
- Remove the back button on sign-in password compromised/pwned error screen.
2026-05-01 - 1.7.0
Minor Changes
- Add the
<OAuthConsent />component to React-based SDKs.
2026-04-07 - 1.4.0
Minor Changes
- Add the
<APIKeys />component anduseAPIKeys()hook for managing API keys.
2026-03-03 - 1.0.0
Initial release of the versioned components.
Feedback
Last updated on