Skip to content

17.0.0-alpha.25

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 25 Aug 09:32
· 1807 commits to main since this release
c9785d2

17.0.0-alpha.25 (2023-08-25)

Breaking

  • Spin off relation stats action. Get relation stats with getRelationStats() instead of with queryRelations(). @ksuess
    Refactor relations actions: slightly change the shape of the redux state for queryRelations to follow common signatures. @ksuess #5041

Feature

Bugfix

  • Allow a user to register when they use an email address as their username. #5031 @mehedikhan72 #5031
  • Fix querystringResults subrequests id, to work properly in duplicate pages where blocks id's are the same. @giuliaghisini #5070
  • Fix i18n for link settings fieldset in the image block @iRohitSingh #5075
  • Prevent caching the outdated browser message in a shared cache. @davisagli #5076
  • Fix accessibility of the content folder buttons. @SaraBianchi #5101
  • For folders inside navigation roots, properly fetch navigation from the
    navroot, rather then the site root @tiberiuichim #5106
  • Fix uncached case when the widget is slate on diff @dobri1408 #5107
  • Fix load addon translations: last addon translations wins @giuliaghisini #5113
  • [Visual bugfix] Match the original mockups for PastanagaUI in regards of the error messages in form field elements @sneridagh #5115
  • Fix default toc renderer for nested entries @pnicolli #5116
  • Fix inherit checkbox in sharing view @sneridagh #5514

Internal

Documentation

  • Update links to contributing. @stevepiercy #5084
  • Accept plone and volto in labels with janky regex. Include Vale styles directory for checking spelling and styles. @stevepiercy #5095