Skip to content

Releases: JetBrains/svg-sprite-loader

v3.2.2

17 Aug 21:33
Compare
Choose a tag to compare

Bug Fixes

  • plugin: webpack-manifest-plugin compatibility (d88ac31)

v3.2.1

16 Aug 17:23
Compare
Choose a tag to compare

Bug Fixes

  • runtime: apply styles in dynamically appended symbols in Edge (299bfe2)

v3.2.0

16 Aug 11:48
Compare
Choose a tag to compare

Features

  • runtime: add ability to create sprite from existing DOM node (4056d7b)

v3.1.7

15 Aug 13:54
Compare
Choose a tag to compare

Bug Fixes

  • runtime: store global sprite object in window which allows to mount symbols in one place betwee (13e3d47)

v3.1.6

10 Aug 17:26
Compare
Choose a tag to compare

3.1.6 (2017-08-10)

Bug Fixes

  • loader: interpolate sprite filename properly (b17e5e0)

v3.1.5

10 Aug 03:56
Compare
Choose a tag to compare

Bug Fixes

  • loader: throw an exception if input is not valid SVG (413246e), closes #170

v3.1.4

09 Aug 14:53
Compare
Choose a tag to compare

Bug Fixes

  • loader: quick workaround for breaking changes in webpack@3.5 (modules prop dropped in ConcatenatedModule) (f15030d)

v3.1.3

08 Aug 05:27
Compare
Choose a tag to compare

Bug Fixes

  • loader: throw real error message when runtime not found (ef83fac)

v3.1.2

05 Aug 13:24
Compare
Choose a tag to compare

Bug Fixes

  • loader: decode entities in <style> tags (36e6ba6)

v3.1.1

04 Aug 21:34
Compare
Choose a tag to compare

Bug Fixes

  • loader: handle case when rule test is a function (ace9f47)