Release 4.0.0-alpha.0
Pre-release4.0.0-alpha.0 (2022-06-14)
Features
- Build: Build module federation enabled bundles. (f7012d3)
Maintenance
-
Build: @patternslib/patternslib as peerDependency. (7dd2328)Move @patternslib/patternslib dependency to peerDependencies and set to any version to avoid version conflicts when this package is a dependency of another Patternslib based package.
-
Build: Add @patternslib/patternslib also to devDependencies so that we get it installed. (0e96688)
-
build: Add build:dev script to package.json to create a unminified development build. (d7a0cb2)
-
Build: Add keyword "patternslib" to package.json. (35e1714)
-
Build: Extend jest.config.js from Patternslib and reuse their setupTests file too. (f772a66)
-
Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (1a376cc)
-
Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (c88b735)
-
Build: Upgrade and cleanup dependencies. (0558bfc)
-
Make core a little more efficient and don't overuse optional chaining where it's not needed. (f10b94a)