Skip to content

18.0.0-alpha.47

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 27 Oct 14:51
· 923 commits to main since this release
82e4f7b

18.0.0-alpha.47 (2024-10-27)

Breaking

  • Dropped support for Node.js 18, since Volto only supports the last two LTS versions. @sneridagh
    Volto might continue to work on it, but it will be no longer tested in CI. #6371

Feature

  • URL Management control panel: add a filter for redirects created after a given date.
    Note: This requires Products.CMFPlone 6.0.14 and plone.restapi 9.8.0 or later.
    @davisagli #6414
  • URL Management control panel: Move the form for adding a new redirect into a modal. @davisagli #6421
  • URL Management control panel: Add feature to bulk upload redirects in a CSV file.
    Note: This requires plone.restapi 9.8.0 or later.
    @davisagli #6421
  • Introducing "client transforms for Redux reducers". @sneridagh #6422
  • URL Management control panel: Add a way to edit existing aliases. @davisagli #6425

Bugfix

  • Fix site setup access check by using @actions endpoint to validate permissions. @Faakhir30 #6355
  • Fix redirect after login if the Login component is used on a route other than /login or /logout. @dobri1408 #6419
  • URL Management control panel: Improve layout for long paths. @davisagli #6421
  • URL Management control panel: add missing translations. @davisagli #6436

Internal

Documentation