Skip to content

v4.6.0

Choose a tag to compare

@QWp6t QWp6t released this 17 Jun 06:52

v4.6.0 extends the framework API with a new .tap() method, and it provides fixes for @roots/bud-imagemin as well as bud.template().

Breaking

  • @roots/bud-api removes the html-loader when bud.template() is used.

Improved

  • @roots/bud-framework now has a bud.tap() method for running arbitrary callbacks without breaking the function chain.
  • @roots/bud removes html-webpack-harddisk-plugin as a dependency.
  • html-webpack-plugin has been moved from @roots/bud to @roots/bud-api, and it is only loaded when bud.template() is called.

Fixed

  • @roots/bud-imagemin now includes the correct default options for svgo.
  • @roots/bud-api supports the html-webpack-plugin fallback EJS loader when bud.template() is called.

Contributors