Releases: plone/volto
Releases · plone/volto
18.35.1
18.35.1 (2026-06-25)
Bugfix
- Translate block titles displayed in the Order tab of the sidebar. @ericof #7348
- Fixed the link to the navigation root in the Contents view breadcrumbs. @TimoBroeskamp #8140
- Fixed
ObjectBrowserWidgetto honorfrontendOptions.widgetProps.initialPathwhen rendered in multiple mode (e.g.RelationListofRelationChoice). @ericof #8156 - Select block on focus for keyboard navigation in block editor. @Wagner3UB #8312
- Add
aria-requiredandaria-invalidattributes toInputfields insideFormFieldWrapperwhen the field is required or has errors, respectively. Also fixes theblocks-tableCypress test which was failing in headless/CI mode due to a fragile focus reset strategy. @Wagner3UB #8321 - Hide the clear button on required
SelectandArrayWidgetfields to prevent invalid state and improve accessibility. @Wagner3UB #8336 - Improve screen reader support for
SelectWidgetandArrayWidgetby replacingaria-labelledbywith a dynamicaria-labelthat announces the field name on focus. @Wagner3UB #8337 - Removed redundant depth field from QuerystringWidget as it is already
in QueryWidget when Location criteria is selected and when a path is
selected in ObjectBrowserWidget. @sabrina-bongiovanni #8351 - Fixed redirect after logging in when starting from the
Unauthorizedcomponent on a non-content route, such as control panels. @davisagli - Force the proper setting of the I18NLANGUAGE cookie for non-multilingual sites too. @sneridagh
Internal
- Add Storybook of View components @Tishasoumya-02 #5086
- Remove references to the
appsfolder. @wesleybl #8144 - Move packages that are used only in testing to devDependencies: react-test-renderer and redux-mock-store. Remove unnecessary dependency: full-icu. @wesleybl #8279
- Update devDependency:
@testing-library/react16.3.2. @wesleybl #8294 - Fix SelectWidget test. @wesleybl #8343
- Fix random failure in test cypress blocks-table.js. @wesleybl #8345
- Remove .nvmrc from Volto's folder. @sneridagh
- Remove unused devDependency
postcss-overrides. @davisagli - Remove unused devDependency:
react-docgen-typescript-plugin. @davisagli - Update dependency:
prismjs1.30.0. @davisagli - Update dependency:
uuid14.0.0. @davisagli - Update devDependencies:
postcss8.5.15,postcss-load-config6.0.1,
postcss-loader8.2.1,postcss-scss4.0.9. @davisagli - Update devDependency:
@testing-library/jest-dom6.9.1. @davisagli - Update devDependency:
@vitest/ui3.2.4. @davisagli - Update devDependency:
release-it20.0.1. @davisagli
@plone/types 1.6.3
@plone/slate 18.10.1
18.10.1 (2026-06-25)
Bugfix
- Fixed unintended form submission triggered by table block buttons. @ilariamassa96 #8329
- Fixed
redux-mock-storeused in production. @sneridagh
Internal
- Update devDependency:
@testing-library/react16.3.2. @wesleybl #8294 - Update dependency:
uuid14.0.0. @davisagli - Update devDependency:
release-it20.0.1. @davisagli
@plone/scripts 3.10.7
@plone/registry 2.7.3
@plone/generator-volto 9.0.5
16.34.2
16.34.2 (2026-06-18)
Bugfix
- Fix project generator acceptance test on Node 16. @davisagli #7421
- Added more resilience to the API and Robots helper methods, based and backported from #8198 @sneridagh
19.1.4
19.1.3
19.1.3 (2026-06-09)
Bugfix
- Add
aria-requiredoraria-invalidattributes only if the field is required or contains errors, respectively. @Wagner3UB #7981 - Added aria-required and labels to ensure proper identification of mandatory fields in FileWidget and RegistryImageWidget components. @Wagner3UB #7982
- Fix infinite redirect loop caused by mismatched language content object with the current language tree. @sneridagh
19.1.2
19.1.2 (2026-06-08)
Bugfix
- Increase home icon size to comply with WCAG 2.2 accessibility. @polyester #8297
- Fix layout regression in
FormFieldWrapperwhere the emptyaria-livecontainer was acting as an extra flex item, breaking widget layouts likeSizeWidget. @Wagner3UB #8319 - Fix "Cannot POST" error on login form if it was submitted before hydration
finished, by disabling the submit button until then. @davisagli