Skip to content

Releases: plone/volto

18.35.1

25 Jun 09:59
e1c6d38

Choose a tag to compare

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 ObjectBrowserWidget to honor frontendOptions.widgetProps.initialPath when rendered in multiple mode (e.g. RelationList of RelationChoice). @ericof #8156
  • Select block on focus for keyboard navigation in block editor. @Wagner3UB #8312
  • Add aria-required and aria-invalid attributes to Input fields inside FormFieldWrapper when the field is required or has errors, respectively. Also fixes the blocks-table Cypress test which was failing in headless/CI mode due to a fragile focus reset strategy. @Wagner3UB #8321
  • Hide the clear button on required Select and ArrayWidget fields to prevent invalid state and improve accessibility. @Wagner3UB #8336
  • Improve screen reader support for SelectWidget and ArrayWidget by replacing aria-labelledby with a dynamic aria-label that 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 Unauthorized component 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 apps folder. @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/react 16.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: prismjs 1.30.0. @davisagli
  • Update dependency: uuid 14.0.0. @davisagli
  • Update devDependencies: postcss 8.5.15, postcss-load-config 6.0.1,
    postcss-loader 8.2.1, postcss-scss 4.0.9. @davisagli
  • Update devDependency: @testing-library/jest-dom 6.9.1. @davisagli
  • Update devDependency: @vitest/ui 3.2.4. @davisagli
  • Update devDependency: release-it 20.0.1. @davisagli

@plone/types 1.6.3

25 Jun 09:51
2df30ca

Choose a tag to compare

1.6.3 (2026-06-25)

Internal

  • Update devDependency: release-it 20.0.1. @davisagli

@plone/slate 18.10.1

25 Jun 09:58
238660e

Choose a tag to compare

18.10.1 (2026-06-25)

Bugfix

Internal

@plone/scripts 3.10.7

25 Jun 09:51
03b1890

Choose a tag to compare

3.10.7 (2026-06-25)

Internal

  • Update devDependency: release-it 20.0.1. @davisagli

@plone/registry 2.7.3

25 Jun 09:51
8333642

Choose a tag to compare

2.7.3 (2026-06-25)

Internal

  • Update devDependency: release-it 20.0.1. @davisagli

@plone/generator-volto 9.0.5

25 Jun 09:57
225710c

Choose a tag to compare

9.0.5 (2026-06-25)

Internal

  • Update devDependency: release-it 20.0.1. @davisagli

16.34.2

18 Jun 06:48
cc9adf5

Choose a tag to compare

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

11 Jun 08:52
1e9c18b

Choose a tag to compare

19.1.4 (2026-06-11)

Bugfix

  • Fixed the Babel compare language toolbar button closing immediately after user clicks by treating the trigger and popup as one outside-click boundary. @sneridagh #8323

19.1.3

09 Jun 20:27
a8f7b36

Choose a tag to compare

19.1.3 (2026-06-09)

Bugfix

  • Add aria-required or aria-invalid attributes 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

08 Jun 16:32
8a3e8af

Choose a tag to compare

19.1.2 (2026-06-08)

Bugfix

  • Increase home icon size to comply with WCAG 2.2 accessibility. @polyester #8297
  • Fix layout regression in FormFieldWrapper where the empty aria-live container was acting as an extra flex item, breaking widget layouts like SizeWidget. @Wagner3UB #8319
  • Fix "Cannot POST" error on login form if it was submitted before hydration
    finished, by disabling the submit button until then. @davisagli