@plone/registry 2.0.0-alpha.0
Pre-release
Pre-release
sneridagh
released this
27 Oct 14:48
·
129 commits
to main
since this release
2.0.0-alpha.0 (2024-10-27)
Breaking
- Moved the package to ESM and refactored the add-on registry scripts to TypeScript. @sneridagh
Breaking:- For maximum compatibility with CommonJS builds, the default exports have been moved to named exports.
- The modules affected are now built, and the import paths have changed, too.
- These changes force the modification in imports in a couple of files.
Please see the Upgrade Guide. #6399
Feature
- Added an experimental Vite plugin. @sneridagh #6399
Bugfix
- Return empty array when
getUtilities
does not match anything. @sneridagh #6422
Internal
- Update typescript @sneridagh #6371
- Update Vite and vitest versions @sneridagh #6373
- Update typescript and vitest everywhere @sneridagh #6407