Skip to content

19.0.0-alpha.24

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 12 Feb 11:10
· 271 commits to main since this release
1fae8dd

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 from make install to 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

Documentation

  • Document known development watcher issues and how to resolve them. @shivaansh0610-LUFFY #7836
  • Updated links to old deprecated third-party theme in the documentation. @pnicolli #7857
  • Removed add-on packages that no longer exist in the main branch from documentation. @wesleybl #7887