19.0.0-alpha.37
Pre-release
Pre-release
·
54 commits
to main
since this release
19.0.0-alpha.37 (2026-05-19)
Feature
- Use the navroot expander to render the sitemap. @erral #5503
- Complete fr translation @jimbiscuit #8197
- Update nl translations. @mauritsvanrees
- Update pt_BR translations. @ericof
Bugfix
- Inside the CMS-UI, when using the keyboard the block becomes active when focused - @Wagner3UB #5273
- Translate block titles displayed in the Order tab of the sidebar. @ericof #7348
- The toolbar panel {guilabel}
Personal toolsnow manages focus and announces state changes to screen readers to improve accessibility. @Wagner3UB #8019 - Fixed accessibility issues in
ModalFormwith focus management,aria-liveannouncements, andaria-modalsupport. @Wagner3UB #8058 - Fixed
ObjectBrowserWidgetto honorfrontendOptions.widgetProps.initialPathwhen rendered in multiple mode (e.g.RelationListofRelationChoice). @ericof #8156 - Show Unauthorized page via SSR if an anonymous user accesses the user control panel. @wesleybl #8184
- Use
<button>elements instead of<a>for formtabs menu items to fix accessibility and keyboard navigation. @Wagner3UB #8219 - Prevent browser default behavior on file drop in folder contents dropzone. @jnptk #8228
Internal
- Refactored the
TokenWidgetcomponent from a class-based component to a modern functional component using React hooks. @Manik-Khajuria-5 #7683 - Refactored the
Searchcomponent from a class-based component to a modern functional component using React hooks. @Manik-Khajuria-5 #7686 - Remove .nvmrc from Volto's folder. @sneridagh
Documentation
- Add more information about removed drag-and-drop libraries in the upgrade guide. @davisagli