Release 2.2.0
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_jsonandsharedin favor ofdependencies. - 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.