All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.6.2 (2017-12-27)
- plugin: prevent outer symbol ast modifications (0c8c3d0)
3.6.1 (2017-12-25)
- plugin: don't hide sprite by default (fd629bd)
3.6.0 (2017-12-22)
- plugin: add ability to specify sprite attributes in extract mode (a6a5e30)
3.5.4 (2017-12-19)
- plugin: refer to sprite file properly in plainSprite mode (e4789a4)
3.5.3 (2017-12-19)
- loader: drop "2 applied rules" warning (e18f7d6)
3.5.2 (2017-12-12)
- loader: #203 support use in rule.oneOf (cb3d2da)
3.5.1 (2017-12-08)
- package: drop postinstall script (8a46c78)
3.5.0 (2017-12-08)
- loader: add functional type of spriteFilename (297a957)
3.4.1 (2017-10-23)
- plugin: make sprite file hash more stable (7e9c53e)
3.4.0 (2017-10-19)
- better html-webpack-plugin interop in extract mode (8a2d63e)
3.3.1 (2017-10-16)
- loader: check this.cacheable existence before call it (c1ed50a)
3.3.0 (2017-10-16)
- plugin: allow to render external sprite without styles and usages (fcf3939)
3.2.6 (2017-09-28)
- loader: #187 support rule.oneOf config (75df92e)
- loader: support resourceQuery in extract mode with webpack version above 1 (6652d78)
3.2.5 (2017-08-31)
- runtime: don't encode "(", ")" and "~" symbols when replacing urls in references (388ce74)
3.2.4 (2017-08-20)
- preserve `fill` and `stroke` attrs when transform svg to symbol (d845aa3)
3.2.3 (2017-08-18)
- deal with deprecation warnings from webpack 3 (d150035)
3.2.2 (2017-08-17)
- plugin: webpack-manifest-plugin compatibility (d88ac31)
3.2.1 (2017-08-16)
- runtime: apply styles in dynamically appended symbols in Edge (299bfe2)
3.2.0 (2017-08-16)
- runtime: add ability to create sprite from existing DOM node (4056d7b)
3.1.7 (2017-08-15)
- runtime: store global sprite object in window which allows to mount symbols in one place betwee (13e3d47)
3.1.6 (2017-08-10)
- loader: interpolate sprite filename properly (b17e5e0)
3.1.5 (2017-08-10)
3.1.4 (2017-08-09)
- loader: quick workaround for breaking changes in [email protected] (
modules
prop dropped in ConcatenatedModule) (f15030d)
3.1.3 (2017-08-08)
- loader: throw proper error message when runtime not found (ef83fac)
3.1.2 (2017-08-05)
- loader: decode entities in <style> tags (36e6ba6)
3.1.1 (2017-08-04)
- loader: handle case when rule test is a function (ace9f47)
3.1.0 (2017-08-03)
- loader: webpack 3 module concatenation interop in extract mode (8a79536)
3.0.11 (2017-08-03)
- runtime: pass proper old URL in Angular workaround (fbda8a2)
3.0.10 (2017-07-31)
- configuration: add support for
symbolRegExp
pattern in symbol name interpolation (e9de712)
3.0.9 (2017-07-31)
- runtime: fix IE/Edge rendering with SVG containing 'style' elements (dcc9e27)
3.0.8 (2017-07-28)
- runtime: fallback to early sprite mount when document.body appears (a71e67a)
3.0.7 (2017-07-24)
- runtime-generator: return symbol id string in compat mode (7641af0)
3.0.6 (2017-07-17)
- loader: add support for issuer when matching rules (5d21b2f)
3.0.5 (2017-06-02)
- loader: replace sprite filename in whole source (d4d4429)
3.0.4 (2017-05-31)
- utils: properly replace path to image with sprite name on Windows (6bdd6cd)
3.0.3 (2017-05-29)
- configuration: proper configurator runtime selection based on `target` loader context (a7365a2)
3.0.2 (2017-05-24)
- loader: check module request properly in isModuleShouldBeExtracted with DLL Plugin (ffb7b04)
3.0.1 (2017-05-22)
- runtime-generator: runtime generator in extract mode return object instead of string (208b6dc)
3.0.0 (2017-05-21)
- loader: runtime exports an object in extract mode (f0af0eb)
- tools: rollback to standart-version :) (b948e65)
- loader: Generated runtime in extract mode is changed from string to object
ISSUES CLOSED: #123
2.1.0 (2017-05-13)
- multiple: update svg-baker deps (ead7d68), closes #101 #103 #112
- runtime: update svg-baker-runtime with fixed angular workaround (1543029), closes #103
2.0.6 (2017-05-13)
- configure: use
browser-sprite``browser-symbol
forelectron-renderer
target (b9a3ed0)
2.1.0-3 [beta] (2017-05-10)
2.1.0-2 [beta] (2017-05-09)
- loader: symbol id interpolation (18edd99)
2.1.0-1 [beta] (2017-05-08)
- plugin: properly generate symbol url in extract mode (6af7230)
2.1.0-0 [beta] (2017-05-07)
- utils: fix default import (0c34daa)
- interop: extract-text-webpack-plugin & html-webpack-plugin interop (a38fdcc)
- interop: extract-text-webpack-plugin with allChunks: true interoperability (63d347d)
- spritehash: add ability to use
[spritehash]
substitution token in spriteFilename (f9eba1b)