Releases: plone/volto
Releases · plone/volto
@plone/types 1.0.0
@plone/slate 18.0.0
@plone/registry 2.0.0
@plone/components 2.0.0
@plone/generator-volto 9.0.0
18.0.0-alpha.48
18.0.0-alpha.48 (2024-10-30)
Breaking
- Wrap Table of Contents block in a
nav
tag, instead of adiv
tag, for better representation improving the block accessibility. @Tishasoumya-02 @ichim-david #6082
Feature
- Enhance the
buildStyleObjectFromData
helper. @sneridagh #6445
Bugfix
- Fix error "Exception: No query supplied" in the listing block, when there is no criteria selected. @tedw87 #3839
- Fixed page changes not being announced to screen reader users. @JeffersonBledsoe #5288
- Fix useSelector is returned a different result when called with the same parameters in IdWidget. @iFlameing #6449
- Moved
applyBlockDefaults
one component up so the style is computed correctly. @sneridagh #6451
Documentation
- Added upgrade guide fix for HMR. @sneridagh #6446
17.20.1
17.20.1 (2024-10-30)
Bugfix
- Fix error "Exception: No query supplied" in the listing block, when there is no criteria selected. @tedw87 #3839
- Fix redirect after login if the
Login
component is used on a route other than/login
or/logout
. @dobri1408 #6452
@plone/types 1.0.0-alpha.22
@plone/slate 18.0.0-alpha.20
18.0.0-alpha.47
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.CMFPlone
6.0.14 andplone.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 requiresplone.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
- Used
resource title
instead ofresource type
in 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/registry
as an ESM module, and fix its imports. @sneridagh #6399 - Fix
clean
make command @sneridagh #6403 - Update typescript and vitest everywhere @sneridagh #6407
- Update
caniuse
Oct24 @sneridagh #6408 - Remove last tests still in Node.js 18 @sneridagh #6418
- Remove mention of
SEAMLESS
mode in the server bootstrap. @sneridagh #6424
Documentation
- Added deprecation notices to the upgrade guide for Volto 18. @sneridagh #6426
- Replace
yarn
withpnpm
wherever necessary. @sneridagh #6433 - Rename page title from Frontend to Volto UI. @stevepiercy #6438