Releases: waysact/webpack-subresource-integrity
Releases · waysact/webpack-subresource-integrity
v1.5.1
- Fix a security issue where dynamically loaded chunks were not protected from tampering. This issue was introduced in v1.5.0. (#131)
v1.5.0
- Compatibility with Webpack 5
v1.4.1
- Ignore tags with null attributes (#122)
v1.4.0
- Add integrity to link preload tags (#111)
v1.3.3
- Fix source maps in projects with code splitting (#113)
- Documentation tweaks:
- Remove recommendation to use
require-sri
- Add warning about unreliable
<link preload>
v1.3.2
- Fix bug where in some cases runtime bundle contents changed needlessly and without contenthash changing (#101)
v1.3.1
- Fix bug when used alongside html-webpack-externals-plugin (#97)
- Suppress warning about missing dependencies (requires package manager with support for
peerDependenciesMeta
) (#90)
v1.3.0
- Support for assets added in
html-webpack-plugin-before-html-generation
hook, for example by add-asset-html-webpack-plugin
(#51)