v4.5.0
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-postcssapi has ben streamlined a bit. The big change is that plugins are now keyed by a string, explicitly. Check the@roots/bud-postcssREADME for usage.@roots/bud-tailwindcssno longer needs/utilizes the@tailwindcss/jitpackage. 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 thebud.imageminconfig fn in your config file, you will need to update it. Check the@roots/bud-imageminREADME for updated usage instructions.
Improved
- No longer requires
@tailwindcss/jit.
Fixed
@roots/bud-imagemin: It's no longer broken.
Contributors
- kellymears kelly@roots.io
- QWp6t hi@qwp6t.me