Skip to content

@plone/registry 4.0.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 07 May 09:33
· 698 commits to main since this release
e141818

4.0.0-alpha.0 (2026-05-07)

Feature

  • Allow to override slots with no predicate with the same name. @sneridagh #6887
  • Better typings for utilities. @ebrehault #7603
  • Update glob. @sneridagh #8106
  • Add support for add-on {file}vite.extend.js and {file}vite.extend.ts files by generating and loading a Vite extension loader from the registry. @sneridagh

Internal

  • Added AGENTS.md file. @pnicolli
  • Aligned Registry's shared tsconfig usage and local package scripts with the monorepo-wide typecheck cleanup.