v1.32.0
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
-
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). ↩