@plone/registry 3.0.0-alpha.8
Pre-release
Pre-release
·
399 commits
to main
since this release
3.0.0-alpha.8 (2025-11-03)
Breaking
- Save the locales in
/public/localesrather than in the root of the app. @sneridagh #7461
Feature
- Server side add-on configuration. @sneridagh #7443
Bugfix
- Fixed problem on how
routes.tsloaded 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