19.0.0-alpha.24
Pre-release
Pre-release
·
271 commits
to main
since this release
19.0.0-alpha.24 (2026-02-12)
Bugfix
- 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
- BlocksForm: remove invalid block layout items on save by iterating raw blocks_layout (using isValidBlockId) instead of relying on getBlocks(). @aryan7081 #7859
- Fix href override in UniversalLink component. @iFlameing
Internal
- Continue to prevent editors from automatically reformatting Markdown files by moving this configuration from VSCode to prettier.
Move the VSCode settings setup frommake installto a pnpm post-install hook. @wesleybl #7834 - Increase wait time between link check retries with Lychee. @wesleybl #7872
- Update browserlist Feb2026. @sneridagh
- Upgrade Plone to use 6.2.0a1. @sneridagh