Skip to content

Releases: bensampaio/external-svg-sprite-loader

v7.1.2

Choose a tag to compare

@bensampaio bensampaio released this 18 Feb 21:39

Bump so 7 remains as the latest version.

v6.0.2

Choose a tag to compare

@bensampaio bensampaio released this 18 Feb 21:32

🐛 Bug Fix

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

v7.1.1

Choose a tag to compare

@bensampaio bensampaio released this 12 Nov 10:01

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

v7.1.0

Choose a tag to compare

@bensampaio bensampaio released this 10 Nov 11:41

🚀 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

Choose a tag to compare

@bensampaio bensampaio released this 05 Nov 11:36

💥 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

Choose a tag to compare

@bensampaio bensampaio released this 06 Jul 09:56

🚀 New Feature

  • Remove Webpack 5 deprecation warnings (#71)

v6.0.0

Choose a tag to compare

@bensampaio bensampaio released this 30 Jun 08:15

💥 Breaking change

  • Drop support of Node.js 8

v5.0.0

Choose a tag to compare

@bensampaio bensampaio released this 05 Jul 12:09

💥 Breaking change

  • Drop support of Node.js 6

v4.0.2

Choose a tag to compare

@bensampaio bensampaio released this 11 Mar 11:18
  • Upgrade all dependencies
  • Allow dashes in sprite name (#60)

v4.0.1

Choose a tag to compare

@bensampaio bensampaio released this 02 Nov 09:32
  • Use the full icon resource path as id so that other loaders like svg-transform-loader can be combined with this one