Skip to content

18.32.2

Choose a tag to compare

@sneridagh sneridagh released this 02 Mar 09:35
· 445 commits to main since this release
786c897

18.32.2 (2026-03-02)

Bugfix

  • Avoid storing empty blocks clipboard in localstorage until blocks are cut or copied. @davisagli #6697
  • Fix ContentTypeSchema error toast to display only error message instead of stringified JSON object. @Shyam-Raghuwanshi #7692
  • Language control panel: fix validation of default language. @davisagli #7720
  • Set HTTP 503 status code for ConnectionRefused error page. @Shyam-Raghuwanshi #7754
  • Changed the order of the "Save" and "Cancel" buttons on the sharing page to improve accessibility. @Wagner3UB #7835
  • Filter invalid block IDs (null, undefined, 'undefined') in getBlocks() to prevent duplicate elements in DOM and test failures. @aryan7081 #7858
  • Fixed searchable types in Object Browser Widget, adding also selectable-types to searchable-types. @giuliaghisini #7915
  • Fix subordering order tab. @robgietema #7937
  • Fix href override in UniversalLink component. @iFlameing

Internal

  • Remove references to @plone/providers and @plone/helpers packages that don't exist in Volto 18 branch. @wesleybl #7693
  • Removed references to apps folder and Plone's modular architecture packages (helpers, blocks, providers, theming, layout) that were already removed from the codebase.
    These packages exist only in the seven branch. @sneridagh #7785
  • Continue to prevent editors from automatically reformatting Markdown files by moving this configuration from VSCode to prettier.
    Move the VSCode settings setup from make install to a pnpm post-install hook. @wesleybl #7834
  • Use Plone 6.1.4 for development. @wesleybl #7870
  • Reinstalled all dependencies to latest compatible versions. @wesleybl #7871
  • Increase wait time between link check retries with Lychee. @wesleybl #7872
  • Exclude .storybook from ESLint's default hidden directory ignore list via .eslintignore to allow linting of Storybook configuration files. @Shyam-Raghuwanshi #7894
  • Use getSlateEditorAndType in 03-block-slate.js to make the test more robust. @wesleybl #7924
  • Fix in-page drag-and-drop issue with the Listing block to ensure proper content reordering. @Manik-Khajuria-5 #7943
  • Refactored the PasswordReset widget by converting it from a class-based component to a modern functional component using React hooks. @Manik-Khajuria-5 #7951

Documentation

  • Removed add-on packages that no longer exist in the 18.x.x branch from documentation. @wesleybl #7887
  • Remove link to Jobfamilie MEDICE: site is no longer a Volto site (redirects to non-Volto destination). @wesleybl #7929