Skip to content

19.0.0-alpha.37

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 19 May 08:47
· 54 commits to main since this release
129c792

19.0.0-alpha.37 (2026-05-19)

Feature

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 tools now manages focus and announces state changes to screen readers to improve accessibility. @Wagner3UB #8019
  • Fixed accessibility issues in ModalForm with focus management, aria-live announcements, and aria-modal support. @Wagner3UB #8058
  • Fixed ObjectBrowserWidget to honor frontendOptions.widgetProps.initialPath when rendered in multiple mode (e.g. RelationList of RelationChoice). @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 TokenWidget component from a class-based component to a modern functional component using React hooks. @Manik-Khajuria-5 #7683
  • Refactored the Search component 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