Skip to content

@plone/registry 3.0.0-alpha.8

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 03 Nov 10:07
· 399 commits to main since this release
acb8405

3.0.0-alpha.8 (2025-11-03)

Breaking

  • Save the locales in /public/locales rather than in the root of the app. @sneridagh #7461

Feature

Bugfix

  • Fixed problem on how routes.ts loaded the add-ons config for routes, in case that there's more than one add-on in the setup. @sneridagh #7580

Internal

  • Use a single folder for autogenerated files. @pnicolli