Releases: JetBrains/svg-sprite-loader
Releases · JetBrains/svg-sprite-loader
v3.2.2
Bug Fixes
- plugin: webpack-manifest-plugin compatibility (d88ac31)
v3.2.1
Bug Fixes
- runtime: apply styles in dynamically appended symbols in Edge (299bfe2)
v3.2.0
Features
- runtime: add ability to create sprite from existing DOM node (4056d7b)
v3.1.7
Bug Fixes
- runtime: store global sprite object in window which allows to mount symbols in one place betwee (13e3d47)
v3.1.6
3.1.6 (2017-08-10)
Bug Fixes
- loader: interpolate sprite filename properly (b17e5e0)
v3.1.5
Bug Fixes
- loader: throw an exception if input is not valid SVG (413246e), closes #170
v3.1.4
Bug Fixes
- loader: quick workaround for breaking changes in [email protected] (
modules
prop dropped in ConcatenatedModule) (f15030d)
v3.1.3
Bug Fixes
- loader: throw real error message when runtime not found (ef83fac)
v3.1.2
Bug Fixes
- loader: decode entities in
<style>
tags (36e6ba6)
v3.1.1
Bug Fixes
- loader: handle case when rule test is a function (ace9f47)