Releases: plone/volto
Releases · plone/volto
Release list
19.4.1
19.4.1 (2026-09-10)
Bugfix
- Fix
SelectAutoCompleterendering 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
3.0.2 (2026-09-10)
Bugfix
- Include
.cjsand.mjsin the customizations glob so core modules with those extensions can be shadowed. @kunalKumar-13 #8366
19.4.0
19.4.0 (2026-09-03)
Feature
- Added a
UserAvatarcomponent, 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 wholeToolbar. @ericof #8404 - Adding quanta support with semanticUI fallback for seach container. @TimoBroeskamp #8411
Bugfix
@plone/slate 19.0.5
18.36.0
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 toolsnow 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
FileWidgetandRegistryImageWidget: 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
@plone/slate 18.10.2
18.10.2 (2026-09-02)
Bugfix
@plone/generator-volto 9.0.6
19.3.1
19.3.1 (2026-08-26)
Bugfix
- Fix path used for rendering blocks in the
NewsItemView. @TimoBroeskamp #8397
Internal
- Added support for the
.choreextension 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
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
19.3.0 (2026-07-22)
Feature
- Add the
apiSuffixsetting andRAZZLE_API_SUFFIXenvironment variable to configure the API traversal suffix.
Bugfix
- Silence the Node 24
DEP0169(url.parse()) andDEP0060(util._extend) deprecation warnings shown when running/building a Volto project. Volto's own server code (server.jsx,devproxy.js) now uses the WHATWGURLAPI, and pnpm patches update the archivedreact-dev-utils(build/dev-server) andhttp-proxy(dev proxyutil._extend) dependencies. @sneridagh
Internal
- Remove unused react-medium-image-zoom @Tishasoumya-02