Releases: bensampaio/external-svg-sprite-loader
Releases · bensampaio/external-svg-sprite-loader
v7.1.2
Bump so 7 remains as the latest version.
v6.0.2
🐛 Bug Fix
- Breaks with mini-css-extract-plugin@1.3.0 (#93)
v7.1.0
🚀 New Feature
- Use
[contenthash]
for the icon names instead of [hash]
(#89)
🐛 Bug Fix
- Breaks with mini-css-extract-plugin@1.3.0 (#89)
💅 Polish
- Upgrade all dependencies to their latest versions (#90)
📝 Documentation
- Recommend the usage of
[contenthash]
instead of [hash]
(#89)
🏠 Internal
- Update the React example app to use React 17 and the new automatic transform (#90)
- Upgrade all the React example app dependencies to their latest versions (#90)
v7.0.0
💥 Breaking change
- Remove all deprecation warnings for webpack@5 which results in webpack@4 no longer being supported (#87)
- Minimum supported Node.js version is now 10.13.0 (#87)
v6.0.1
🚀 New Feature
- Remove Webpack 5 deprecation warnings (#71)
v6.0.0
💥 Breaking change
- Drop support of Node.js 8
v5.0.0
💥 Breaking change
- Drop support of Node.js 6
v4.0.2
- Upgrade all dependencies
- Allow dashes in sprite name (#60)
v4.0.1
- Use the full icon resource path as id so that other loaders like
svg-transform-loader
can be combined with this one