Skip to content

v1.32.0

Compare
Choose a tag to compare
@moust moust released this 05 Feb 16:09
· 6 commits to master since this release
51d895b

Added

  • Allow to trust a device during step up when RBA is enabled and the new box is checked

Changed

  • Replace remarkable with marked
  • Replace luxon with date-fns 1
  • Removed zxcvbn dependency and use new getPasswordStrength SDK Core's method instead.

Fixed

  • Dedupe React dependencies
  • Display asterix on phone number field's label when required
  • Set a min width on date field's day and year select
  1. Don't import locale files anymore and use builtin Intl.DateTimeFormat to translate dates thanks to intlFormat method (https://date-fns.org/v4.1.0/docs/intlFormat).