@clerk/ui@1.11.0
📦 clerkView on GitHub →
✨ 2 features🐛 1 fixes🔧 3 symbols
Summary
This release introduces the ability to use inline bold markup in localization strings and enhances the SAML configuration flow with a segmented control for metadata URL or manual configuration. It also includes security hardening for token substitution.
✨ New Features
- Added support for inline <bold> markup in localization values, rendering as <strong> elements.
- Added a two-mode segmented control to the SAML config submission sub-step in <__experimental_ConfigureSSO />, allowing users to choose between 'Add via metadata URL' and 'Configure manually'.
🐛 Bug Fixes
- Hardened applyTokensToString to use Object.prototype.hasOwnProperty.call when filtering token names, preventing prototype-chain names like {{hasOwnProperty}} from crashing rendering.