18.0.0-alpha.47
Pre-release
Pre-release
·
923 commits
to main
since this release
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 requiresProducts.CMFPlone6.0.14 andplone.restapi9.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 requiresplone.restapi9.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
@actionsendpoint to validate permissions. @Faakhir30 #6355 - Fix redirect after login if the
Logincomponent is used on a route other than/loginor/logout. @dobri1408 #6419 - URL Management control panel: Improve layout for long paths. @davisagli #6421
- URL Management control panel: add missing translations. @davisagli #6436
Internal
- Used
resource titleinstead ofresource typein page title on edit. @Faakhir30 #6308 - Added support for Node.js 22, since it will become LTS on 2024-10-29. @sneridagh #6371
- Adapt
@plone/registryas an ESM module, and fix its imports. @sneridagh #6399 - Fix
cleanmake command @sneridagh #6403 - Update typescript and vitest everywhere @sneridagh #6407
- Update
caniuseOct24 @sneridagh #6408 - Remove last tests still in Node.js 18 @sneridagh #6418
- Remove mention of
SEAMLESSmode in the server bootstrap. @sneridagh #6424
Documentation
- Added deprecation notices to the upgrade guide for Volto 18. @sneridagh #6426
- Replace
yarnwithpnpmwherever necessary. @sneridagh #6433 - Rename page title from Frontend to Volto UI. @stevepiercy #6438