- BREAKING CHANGE: On the webpack configuration file the
svgoConfigoption must now go insideHtmlWebpackInlineSVGPlugin({})instead ofHtmlWebpackPlugin({}). An error is thrown at webpack build time otherwise. - The defaults for the
svgomodule aren't hardcoded anymore and –excepting thecleanupIDsoption– the defaults are now set by the own modulesvgoand nothtml-webpack-inline-svg-plugin.
- Ability added to load SVGs from an URL (
<img inline src="https://host.com/image.svg">).
- added
inlineAlloption to inline all svgs the parser finds
- support webpack 4
- support html-webpack-plugin v4
- remove broken html tests as not supported by html-webpack-plugin
- upgrade parse5 to v5