Skip to content

v10.3.0

Choose a tag to compare

@SariSaar SariSaar released this 20 Nov 14:12
· 60 commits to main since this release
d982c3b

This release adds support for Console-configured private custom user fields in Console.

In earlier versions, it has been possible to define private and protected custom user fields locally, and all of those fields have been handled on ProfileSettingsPage. With this change, public custom user fields are still handled on ProfileSettingsPage, and protected and private fields are now handled on the recently introduced ManageAccountPage.

In addition, this release includes small fixes to crossorigin default attribute and LocationAutocompleteInputImpl.

Translation changes

New translations

  "ManageAccountPage.deleteAccountSubtitle": "Delete your account",
  "PrivateDetailsForm.saveChanges": "Save changes",
  "PrivateDetailsForm.updateProfileFailed": "Oops, something went wrong. Please try again.",

Changes 2025-11-20

  • [add] Add currently available translations for DE, ES, FR.
    #708
  • [add] Add support for Console-configured private custom user fields
    #700
  • [change] make crossorigin attributes have an explicit default value.
    #703
  • [fix] LocationAutocompleteInputImpl: do not select current location automatically if it is the
    only prediction. #704
  • [add] Add currently available translations for DE, ES, FR.
    #706