Releases: JetBrains/svg-sprite-loader
Releases · JetBrains/svg-sprite-loader
v0.0.31
- Properly prefixize references in
<style>
tag (#27 #50 #53).
v0.0.30
- Make ExtractSVGPlugin compatible with extract-text-webpack-plugin v2 (#54 #61).
- Now config option
extract=true
can be omitted, loader will try to detect extract mode automatically.
v0.0.29
- Allow changes to Sprite.styles (#59)
v0.0.28
- Add
esModule
option for esModule interop (#55)
v0.0.27
- Include a server side sprite (#51)
v0.0.26
- Add ability to use different configs (#46)
v0.0.24
- Fix: raster image sizing (#44)
v0.0.23
- Fix: 'WrongDocumentError' in Edge and IE 11 (#43).
v0.0.22
- Fix: SVG export affects ExtractTextPlugin export and vice versa (#41)