Skip to content

Release 2.2.0

Choose a tag to compare

@thet thet released this 27 Jun 16:39
· 267 commits to main since this release

2.2.0 (2022-06-27)

Bug Fixes

  • Fix missing parentheses in release-zip. (72d435d)

Breaking Changes

  • webpack module federation: Make wepack module federation config factory more explicit. (efd266c)Change signature of the webpack mf config factory to make it simpler, more flexible and more explicit at the cost of having to pass more options.
  • Remove parameters package_json and shared in favor of dependencies.
  • Explicitly pass all dependencies via dependencies, also the base ones from @patternslib/patternslib if wanted.
  • Always explicitly pass the module federation name (e.g. the package.json's package name).

This makes the MF config factory simpler although you probably have to pass more options.
You now can easily just add the dependencies you want instead of having
always @patternslib/patternslib dependencies added.

Maintenance

  • Add @plone to jest and webpack transform ignores. (678bf09)

  • Remove unnecessary import from webpack.config.js. (6658497)

  • Upgrade dependencies. (e1e423e)