Skip to content

v2.11.0

Compare
Choose a tag to compare
@Gnito Gnito released this 20 Feb 11:52
· 1648 commits to master since this release
0c15dae

v2.11.0 Changes

  • [fix] SelectMultipleFilter had a bug on mobile layout - onSubmit didn't get called. This fixes
    also two other issues with SelectMultipleFilter: hovering on ListingCard removed dirty values on
    repaint and there was an outline flashing on FilterForm when clicking checkboxes.
    #1025
  • [fix] Small changes in CSS files in order to match content width with the footer in pages where
    the footer is visible. Also, make side layout (used e.g. in TermsOfServicePage, InboxPage,
    ContactDetailsPage) align width footer better. Check responsive layouts carefulle after taking
    update from upstream. #1090
  • [add] This adds an example how user-generated content could be sanitized. If you have extended
    data you should consider if sanitization is needed for that. Check the how-to guide
    #1023
  • [change] A new component UserDisplayName is added for showing user display name and also
    handling the cases where a user is banned or deleted. When the user name must be a string instead
    of a component (e.g. in Avatar and in ListingPage) you can use a new function
    userDisplayNameAsString. Together these will replace the old userDisplayName function which is
    now deprecated. Also some small bug fixes to showing banned user. There is quite a lot of file
    changes caused by updating test files.
    #1022
  • [change] Remove error handling for unverified email from PasswordRecoveryPage and translations
    related to that. #1021