19.0.0-alpha.26
Pre-release
Pre-release
·
256 commits
to main
since this release
19.0.0-alpha.26 (2026-02-20)
Breaking
- Created a new
VideoEmbedcomponent for usage in a video block, helping to fix accessibility issues with the Semantic UI one. @jackahl @iRohitSingh #6359 - Table block is now responsive and can scroll horizontally for non-fixed tables. @sneridagh #7916
Feature
- Allow other sources, including Peertube instances, in the Video block via blocks configuration. @ionlizarazu #6870
Bugfix
- Fix ContentTypeSchema error toast to display only error message instead of stringified JSON object. @Shyam-Raghuwanshi #7692
- Fix missing i18n and a11y id for facet widget of Search block. @iFlameing
Internal
- Added Vitest coverage for
.well-knownpublic asset handling and corrected a test import path in volto-razzle. @Kathrina-dev #7868 - Use
getSlateEditorAndTypein03-block-slate.jsto make the test more robust. @wesleybl #7924 - Add CI check for volto-razzle changelog. @davisagli