Skip to content

Releases: bensampaio/external-svg-sprite-loader

v7.1.2

18 Feb 21:39
Compare
Choose a tag to compare

Bump so 7 remains as the latest version.

v6.0.2

18 Feb 21:32
Compare
Choose a tag to compare

🐛 Bug Fix

  • Breaks with mini-css-extract-plugin@1.3.0 (#93)

v7.1.1

12 Nov 10:01
Compare
Choose a tag to compare

Bump version due to change of owner. This repo was moved from the karify group to the bensampaio group.

v7.1.0

10 Nov 11:41
Compare
Choose a tag to compare

🚀 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

05 Nov 11:36
Compare
Choose a tag to compare

💥 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

06 Jul 09:56
Compare
Choose a tag to compare

🚀 New Feature

  • Remove Webpack 5 deprecation warnings (#71)

v6.0.0

30 Jun 08:15
Compare
Choose a tag to compare

💥 Breaking change

  • Drop support of Node.js 8

v5.0.0

05 Jul 12:09
Compare
Choose a tag to compare

💥 Breaking change

  • Drop support of Node.js 6

v4.0.2

11 Mar 11:18
Compare
Choose a tag to compare
  • Upgrade all dependencies
  • Allow dashes in sprite name (#60)

v4.0.1

02 Nov 09:32
Compare
Choose a tag to compare
  • Use the full icon resource path as id so that other loaders like svg-transform-loader can be combined with this one