Skip to content

Releases: JetBrains/svg-sprite-loader

v4.2.2

26 Apr 15:21
Compare
Choose a tag to compare

Bug Fixes

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

v4.2.1

31 Jan 14:07
Compare
Choose a tag to compare

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

24 Jan 17:44
Compare
Choose a tag to compare

Bug Fixes

Features

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

v4.1.6

27 Apr 19:10
Compare
Choose a tag to compare

Bug Fixes

  • incorrect items order after sorting (ded8146)

v4.1.5

27 Apr 18:49
Compare
Choose a tag to compare

Bug Fixes

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

v4.1.4

27 Apr 17:12
Compare
Choose a tag to compare

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)

v4.1.3

27 Apr 17:13
Compare
Choose a tag to compare

Bug Fixes

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

v4.1.2

27 Apr 17:13
Compare
Choose a tag to compare

Bug Fixes

  • drop webpack dependency (6254f9c)

v4.1.1

27 Apr 17:13
Compare
Choose a tag to compare

Bug Fixes

  • interpolate publicPath properly (22f10e6)

v4.1.0

27 Apr 17:14
Compare
Choose a tag to compare

Features

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