Changelog
This is a high-level summary of major changes and new features. Bug fix (patch) releases are not included. Please consult the Git logs and docs for more details and upgrade instructions.
3.0 (11 Aug 2023)
- Upgraded to Vue3 with Vue2 compatability mode
2.0 (11 Jul 2022)
- Upgraded to Webpack 5, which includes improved caching
- Replaced imagemin-webpack-plugin (unmaintained) with image-minimizer-webpack-plugin
- Replaced svg-url-loader with native asset modules and mini-svg-data-uri
- Upgraded all other dependencies
- Removed
config.browsers()andconfig.addBrowser()in favour of.browserslistrc - Upgraded to Jest 28 and simplified Jest configuration
1.4 (7 Jun 2022)
- Support
?inline(and?file) for fonts as well as images
1.3 (7 Jun 2022)
- Add
webpack_get_contents()andwebpack_data_uri()helpers
1.2 (22 Feb 2022)
- Add
Webpack::register()method to configure a target at runtime (for use in packages)
1.1 (22 Feb 2022)
- Automatically delete the unused (automatically generated)
.jsfiles when we're only bundling a single.scssfile
1.0 (28 Apr 2021)
- Initial release