Skip to main content

JS Release 3.6.0

· One min read

This JavaScript Release added Anonymous Login feature to LoginRadius V2 JavaScript and made some other minor improvements

Added

  • New Anonymous login features have been added to the LoginRadius V2 JavaScript.

Improved

  • Two new validation rules 'alphanumeric_combo' and 'alpha_numeric_dash_combo' have been added to the LoginRadius default validation rules for validating strings that consist of alphabets and numbers, and alphabets, dash and numbers respectively.

Fixed

  • Changed how the optional fields are loaded within the LoginRadius JS Forms during progressive profiling steps.
  • The OTP field in the OTP Email Verification flow has been modified to minimize potential issues
  • Improved how the interfaces are displayed when askRequiredFieldForTraditionalLogin and askOptionalFieldsOnRegistration options are both enabled within the Identity Experience Framework (hosted page).