Skip to content

v4.5.0

Choose a tag to compare

@QWp6t QWp6t released this 14 Jun 17:14

v4.5.0 comes with a lot of internal improvements. There are some small changes to the postcss and imagemin apis, for users of those plugins.

Breaking

  • @roots/bud-postcss api has ben streamlined a bit. The big change is that plugins are now keyed by a string, explicitly. Check the @roots/bud-postcss README for usage.
  • @roots/bud-tailwindcss no longer needs/utilizes the @tailwindcss/jit package. This streamlines the config, if you were specifying your configuration in your project's bud config file.
  • @roots/bud-imagemin's api has changed. If you were using the bud.imagemin config fn in your config file, you will need to update it. Check the @roots/bud-imagemin README for updated usage instructions.

Improved

  • No longer requires @tailwindcss/jit.

Fixed

  • @roots/bud-imagemin: It's no longer broken.

Contributors