V3 JS Release 0.6
March 14, 2026·1 min read
This release introduces several improvements, bug fixes, and SDK enhancements to the V3 JavaScript SDK.
V3 JS v0.6.0 Release
This release introduces several improvements, bug fixes, and SDK enhancements to the V3 JavaScript SDK.
Changelog
Added
- LoginRadius Core CDN Support: Enables developers to integrate LoginRadius functionality by loading the SDK directly from a CDN, eliminating the need for package installation and enabling faster setup for custom implementations.
- href Support in Webpage Footer: Added markdown support in the workflow webpage footer to allow hyperlink rendering, for example:
[Link Text](https://example.com) - Added localization support in the IO v3 form nodes to customize labels and placeholders.
- Added MFA Push support in V3JS.
Improved
-
SDK
- Added Style query parameter support to API calls to enable better customization.
- Standardize the onSuccess response types across all controllers to ensure consistent SDK behavior.
- Improved TypeScript support by defining proper types and interfaces and removing
anyusage.
-
Authentication & Security
- Resolved Two-Factor Authentication token validation issue when setting up Passkey as MFA.
-
Hosted Page
- Corrected checkbox rendering in dark-themed AI-generated hosted pages.
Fixed
- Fixed login API calls using an undefined domain when V3JS is implemented on a custom domain.
- Improved appinfo API behavior to prevent duplicate requests and reduce unnecessary API calls.
- Corrected OTP configuration handling, ensuring OTP type availability in appinfo.
- Fixed UI break in the testimonial template.
- Fixed Register standalone container initialization errors.
- Fixed session state inconsistency when configuration changes occur.
- Fixed auto-lookup email not prefilling for traditional login.
- Fixed MFA TOTP using an incorrect OTP length from the configuration.
Please reach out to LoginRadius Support for any further queries.