Skip to content

@plone/registry 2.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@sneridagh sneridagh released this 27 Oct 14:48
· 129 commits to main since this release
4802225

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

Bugfix

  • Return empty array when getUtilities does not match anything. @sneridagh #6422

Internal