Skip to content

Releases: plone/volto

19.4.1

Choose a tag to compare

@sneridagh sneridagh released this 10 Sep 10:48
7fd18d6

19.4.1 (2026-09-10)

Bugfix

  • Fix SelectAutoComplete rendering the raw token instead of its title when the vocabulary subrequest still held a stale token/title pair from a previously edited value (for example after changing a value, saving, and editing again via client-side navigation). The widget now keeps its local token/title cache in sync with the incoming choices instead of seeding it only once. @sneridagh #8423

@plone/registry 3.0.2

Choose a tag to compare

@sneridagh sneridagh released this 10 Sep 10:48
d4187ca

3.0.2 (2026-09-10)

Bugfix

  • Include .cjs and .mjs in the customizations glob so core modules with those extensions can be shadowed. @kunalKumar-13 #8366

19.4.0

Choose a tag to compare

@sneridagh sneridagh released this 03 Sep 09:14
4b8dadc

19.4.0 (2026-09-03)

Feature

  • Added a UserAvatar component, used by the toolbar to render the signed-in user's avatar. Add-ons can now change that avatar by shadowing this one small component, instead of shadowing the whole Toolbar. @ericof #8404
  • Adding quanta support with semanticUI fallback for seach container. @TimoBroeskamp #8411

Bugfix

  • Fixed cursor position lost when clicking on a Slate block in edit, causing the cursor to jump to the start of the text. @wesleybl #8402

@plone/slate 19.0.5

Choose a tag to compare

@sneridagh sneridagh released this 03 Sep 09:10
1aa2953

19.0.5 (2026-09-03)

Bugfix

  • Fixed cursor position lost when clicking on a Slate block in edit, causing the cursor to jump to the start of the text. @wesleybl #8402

18.36.0

Choose a tag to compare

@sneridagh sneridagh released this 02 Sep 13:09
d17541d

18.36.0 (2026-09-02)

Feature

  • Use the navroot expander to render the sitemap. @erral #5503
  • Add loading feedback for working copy actions in More toolbar. @wesleybl #8362

Bugfix

  • The toolbar panel {guilabel}Personal tools now manages focus and announces state changes to screen readers to improve accessibility. @Wagner3UB #8168
  • Prevent browser default behavior on file drop in folder contents dropzone. @jnptk #8228
  • Improved accessibility of FileWidget and RegistryImageWidget: added proper ARIA roles, labels, and screen reader announcements for the dropzone area, required state, and file download link. @Wagner3UB #8320
  • Debounce search input in ObjectBrowserBody. @wesleybl #8365
  • Fix incorrect item positioning when rapidly dragging and dropping items in /contents. @wesleybl #8372
  • Added consistent visible focus for interactive components to improve accessibility. @Wagner3UB #8381
  • Fixed cursor position lost when clicking on a Slate block in edit, causing the cursor to jump to the start of the text. @wesleybl #8402

Internal

  • Added Cypress regression tests for slate Backspace behavior near styled/link inline elements. @avoinea #8347
  • Use Plone 6.1.5. @wesleybl #8374

@plone/slate 18.10.2

Choose a tag to compare

@sneridagh sneridagh released this 02 Sep 13:08
c65a47d

18.10.2 (2026-09-02)

Bugfix

  • Fix Backspace behaving erratically near a styled or link text and fix cursor position after merging two same-type slate blocks via Backspace. @avoinea #8347
  • Fixed cursor position lost when clicking on a Slate block in edit, causing the cursor to jump to the start of the text. @wesleybl #8402

@plone/generator-volto 9.0.6

Choose a tag to compare

@sneridagh sneridagh released this 02 Sep 13:08
df9dddb

9.0.6 (2026-09-02)

Bugfix

  • Forces the use of webpack 5.105.4. This avoids compatibility errors with the version required by Storybook. @wesleybl #8396

19.3.1

Choose a tag to compare

@sneridagh sneridagh released this 26 Aug 18:42
e98f2a1

19.3.1 (2026-08-26)

Bugfix

Internal

  • Added support for the .chore extension for a change log entry. This satisfies the requirement of its presence, but doesn't display them in the change log. @stevepiercy #8401
  • Remove deprecated and redundant Read the Docs pull request preview workflow. @stevepiercy
  • Remove redundant and deprecated pull request preview build workflow. @stevepiercy

@plone/razzle 1.0.1

Choose a tag to compare

@sneridagh sneridagh released this 26 Aug 17:35
e359aaf

1.0.1 (2026-08-26)

Internal

  • Pin Terser to 5.46.0 to prevent invalid production server bundles generated by Terser 5.51.0. @sneridagh

19.3.0

Choose a tag to compare

@sneridagh sneridagh released this 22 Jul 08:22
745ceee

19.3.0 (2026-07-22)

Feature

  • Add the apiSuffix setting and RAZZLE_API_SUFFIX environment variable to configure the API traversal suffix.

Bugfix

  • Silence the Node 24 DEP0169 (url.parse()) and DEP0060 (util._extend) deprecation warnings shown when running/building a Volto project. Volto's own server code (server.jsx, devproxy.js) now uses the WHATWG URL API, and pnpm patches update the archived react-dev-utils (build/dev-server) and http-proxy (dev proxy util._extend) dependencies. @sneridagh

Internal