Svg Sprite Loader Versions Save

Webpack loader for creating SVG sprites.

v4.2.2

4 years ago

Bug Fixes

  • add aria-hidden attribute to sprite node for proper accessibility behaviour (bb08665), closes #315

v4.2.1

4 years ago

Bug Fixes

  • drop npm-shrinkwrap.json due to it causes installation of old dependencies when npm is used (7439e61), closes #378 #379

v4.2.0

4 years ago

Bug Fixes

Features

  • add clipPath & mask to "move-from-symbol-to-root" transform defaults (02d0c33), closes #288 #325

v4.1.6

5 years ago

Bug Fixes

  • incorrect items order after sorting (ded8146)

v4.1.5

5 years ago

Bug Fixes

  • replace all instances of urls in attribute (d6fdf94), closes #300

v4.1.0

5 years ago

Features

  • add ARIA attrs to whitelist symbol attributes (4bbccab), closes #304

v4.1.1

5 years ago

Bug Fixes

  • interpolate publicPath properly (22f10e6)

v4.1.2

5 years ago

Bug Fixes

  • drop webpack dependency (6254f9c)

v4.1.3

5 years ago

Bug Fixes

  • update svg-baker to fix security vulnerability (4408ccd)

v4.1.4

5 years ago

Bug Fixes

  • incorrect detection webpack version, closes #309
  • Fix the bug of publicPath, closes #311
  • configuration make possible to use oneOf in loader rules
  • configuration: make default config work with yarn PnP (dc931e2)
  • runtime-generator: fix module not found errors for custom spriteModule or symbolModule (44bbcfe)