All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.2.1 (2020-12-14)
5.2.0 (2020-12-14)
- update-dependency (d93c5cf)
5.1.1 (2020-12-05)
5.1.0 (2020-12-05)
5.0.0 (2020-05-11)
- Possible breaks third-party runtime generators. Earlier
context
param was containing path to compilation root context, e.g. folder where webpack compilation occurs. This is wrong behaviour, because meaning of this param is a folder where svg image is located. So it was changed in this commit. If your custom runtime generator breaks after this update useloaderContext.rootContext
option instead ofcontext
.
4.3.0 (2020-05-03)
- outputPath: add possibility to define output path (2c7eceb)
4.2.7 (2020-04-28)
4.2.6 (2020-04-26)
- drop webpack version detector (7131578)
4.2.5 (2020-04-12)
4.2.4 (2020-04-12)
4.2.3 (2020-04-08)
- check properly when window.angular properly (1c76824)
4.2.2 (2020-04-02)
4.2.1 (2020-01-31)
- drop npm-shrinkwrap.json due to it causes installation of old dependencies when npm is used (7439e61), closes #378 #379
4.2.0 (2020-01-24)
- get-webpack-version.js (6508469)
4.1.6 (2019-04-27)
- incorrect items order after sorting (ded8146)
4.1.5 (2019-04-27)
4.1.4 (2019-04-27)
- 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)
4.1.3 (2018-10-29)
- update svg-baker to fix security vulnerability (4408ccd)
4.1.2 (2018-09-28)
- drop webpack dependency (6254f9c)
4.1.1 (2018-09-19)
- interpolate publicPath properly (22f10e6)
4.1.0 (2018-09-19)
4.0.0 (2018-09-19)
3.9.0 (2018-05-26)
- support symbol id interpolator as function (3691d86)
3.8.0 (2018-05-26)
- error link in pr template (7b6cf30)
3.7.3 (2018-03-19)
3.7.2 (2018-03-19)
3.7.1 (2018-03-12)
- loader: wrong build target (66e98f9)
3.7.0 (2018-03-10)
- add webpack 4 support (20f59ca)
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)