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:17
· 18 commits to master since this release

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

Features

  • Build: Build module federation enabled bundles. (0c7c22f)

Breaking Changes

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

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

  • Extend commitlint config from @patternslib/dev. (05b8e2a)

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

  • Extend jest config from @patternslib/dev. (4317c5b)

  • Extend Makefile from @patternslib/dev. (3d4b116)

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

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

  • Extend webpack config from @patternslib/dev. (3155d8c)

Maintenance

  • Build: @patternslib/patternslib as peerDependency. (2d3f34b)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. (262ae61)

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

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

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

  • Build: Keep yarn.lock in repository. (85bd5b5)

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

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

  • Build: Update GitHub actions setup. (b73c7f1)

  • Build: Upgrade and cleanup dependencies. (e2b52b7)

  • Build: Upgrade ckeditor to 34.1.0. (028d9de)

  • webpack: Configure devServer static directory. (66dcd05)