Skip to content

Release 6.0.0

Compare
Choose a tag to compare
@thet thet released this 17 Nov 02:46
· 1234 commits to master since this release

6.0.0 (2021-11-17)

Bug Fixes

Breaking Changes

Maintenance

  • build: Add babel_include option to Webpack config factory. (d97ded0)
    Allow to configure exclusions from babel-loader exclude string via the
    babel_include config option.
    The default is to not exclude anything in node_modules/@patternslib
    and all pat-* packaes.
    Anything else in node_modules is excluded from babel processing.

  • build: Add CORS header 'Access-Control-Allow-Origin' to allow including the JS from a different URL in test sites. (3c51dd2)

  • build: Add release to Github. (4636a9d)

  • build: Allow multiple bundles expose jQuery. Needed for module federation where multiple Webpack entry points are loaded. (59a9991)

  • build: Deactivate duplicates plugin due to non-resolvable error. (867e08f)

  • build: Ignore node_modules and docs folder when watching for better performance. (7b8a1e0)

  • build: Let screenful be processed by babel-loader. This is necessary since screenful 6.0.0. (ff95ec6)

  • build: Load svg as resource and not inline. (298be11)

  • build: Remove clean-webpack-plugin. Use built-in option to clean the output directory before compiling instead. (604a8ed)

  • build: Remove ProvidePlugin. Modules depending on jQuery need to explicitly import it. (f43c8af)

  • build: Use new inspectpack instead duplicate-package-checker-webpack-plugin. (cf57b67)

  • dependencies: Upgrade fullcalendar to 5.10.1. (9cefa48)

  • dependencies: Upgrade moment-timezone to 0.5.34. (a7d8d3c)

  • dependencies: Upgrade screenfull to 6.0.0. (491d92e)

  • dependencies: Upgrade tippy.js to 6.3.7. (0dd51e0)