Skip to content

Release 3.0.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@thet thet released this 15 Jun 07:20
· 5 commits to master since this release

3.0.0-alpha.0 (2022-06-15)

Features

  • Build: Build module federation enabled bundles. (6301f27)

Breaking Changes

  • Depend on @patternslib/dev and extend config from there. (8248023)

  • Extend babel config from @patternslib/dev. (ab78a01)

  • Extend commitlint config from @patternslib/dev. (30520b4)

  • Extend eslint config from @patternslib/dev. (e204de7)

  • Extend jest config from @patternslib/dev. (1d8b72c)

  • Extend Makefile from @patternslib/dev. (6be2c2a)

  • Extend prettier config from @patternslib/dev. (17c9a63)

  • Extend release-it config from @patternslib/dev. (b208397)

  • Extend webpack config from @patternslib/dev. (2c11414)

Maintenance

  • build: Add build:dev script to package.json to create a unminified development build. (9e8f845)

  • Build: @patternslib/patternslib as peerDependency. (c2c0878)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. (ecf2aa9)

  • Build: Add keyword "patternslib" to package.json. (d41546a)

  • Build: Extend jest.config.js from Patternslib and reuse their setupTests file too. (2b58f3e)

  • Build: Keep yarn.lock in repository. (a1bb43a)

  • Build: Makefile - Allow OTP when publishing to npm, build bundles and publish them on GitHub, add pre-release targets. (6cae42f)

  • Build: Remove dependency regenerator-runtime except from test setup. The async/await runtime handling is already built-in in current Babel. (10e99c7)

  • Build: Update GitHub actions setup. (175dbf9)

  • Build: Upgrade and cleanup dependencies. (ec10e15)

  • webpack: Configure devServer static directory. (2d74f68)