Minor Changes
-
Add CSS variable support to the
appearance.variablesobject, enabling use of CSS custom properties. For example, you can now usecolorPrimary: 'var(--brand-color)'to reference CSS variables defined in your stylesheets. (#6187) by @alexcarpenterThis feature includes automatic fallback support for browsers that don't support modern CSS color manipulation features.
-
Added granular permission checks to
<APIKeys />component to support read-only and manage roles (#6253) by @wobsoriano -
Remove
@stripe/react-stripe-jsdependency and only allow loading of stripe-js viaClerk.__internal_loadStripeJs(). (#6180) by @panteliselef -
Password managers will now autofill OTP code verifications. (#6247) by @tmilewski
-
Adds Content Security Policy (CSP) nonce support to the Cloudflare Turnstile (#6226) by @jacekradko