Minor Changes
- Introduce
cssLayerNameoption to allow users to opt Clerk styles into a native CSS layer. (#5552) by @alexcarpenter
Patch Changes
-
Get
payment_method_orderfor Stripe payment elements from backend (#6034) by @aeliox -
Use the
is_removableflag on a payment source to determine if it can be removed. (#6033) by @aeliox -
Introduce internal
<OAuthConsent />component to be used internally in the machine auth OAuth flow in account portal. (#6021) by @alexcarpenter -
feat(types,clerk-js): Update types; RoleSelect allows fallbackLabel (#6037) by @thiskevinwang
- this updates OrganizationInvitation and OrganizationMembership resource+types to include
roleNamewhich is already present on frontend-api responses, asrole_name. - this updates RoleSelect to allow rendering a
fallbackLabelin the event thatvaluedoes not map to any of the supplied roles
- this updates OrganizationInvitation and OrganizationMembership resource+types to include