Skip to content

Latest commit

 

History

History
173 lines (74 loc) · 5.97 KB

CHANGELOG.md

File metadata and controls

173 lines (74 loc) · 5.97 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.8 (2017-07-28)

Bug Fixes

  • runtime: fallback to early sprite mount when document.body appears (a71e67a)

3.0.7 (2017-07-24)

Bug Fixes

  • runtime-generator: return symbol id string in compat mode (7641af0)

3.0.6 (2017-07-17)

3.0.5 (2017-06-02)

Bug Fixes

  • loader: replace sprite filename in whole source (d4d4429)

3.0.4 (2017-05-31)

Bug Fixes

  • utils: properly replace path to image with sprite name on Windows (6bdd6cd)

3.0.3 (2017-05-29)

Bug Fixes

  • configuration: proper configurator runtime selection based on `target` loader context (a7365a2)

3.0.2 (2017-05-24)

Bug Fixes

  • loader: check module request properly in isModuleShouldBeExtracted with DLL Plugin (ffb7b04)

3.0.1 (2017-05-22)

Bug Fixes

  • runtime-generator: runtime generator in extract mode return object instead of string (208b6dc)

3.0.0 (2017-05-21)

Features

  • loader: runtime exports an object in extract mode (f0af0eb)

Reverts

  • tools: rollback to standart-version :) (b948e65)

BREAKING CHANGES

  • loader: Generated runtime in extract mode is changed from string to object

ISSUES CLOSED: #123

2.1.0 (2017-05-13)

Bug Fixes

  • multiple: update svg-baker deps (ead7d68), closes #101 #103 #112
  • runtime: update svg-baker-runtime with fixed angular workaround (1543029), closes #103

Features

2.0.6 (2017-05-13)

Bug Fixes

  • configure: use browser-sprite``browser-symbol for electron-renderer target (b9a3ed0)

2.1.0-3 [beta] (2017-05-10)

Bug Fixes

  • plugin: properly replace paths on Windows (0c70caa), closes #106

2.1.0-2 [beta] (2017-05-09)

Bug Fixes

  • loader: symbol id interpolation (18edd99)

2.1.0-1 [beta] (2017-05-08)

Bug Fixes

  • plugin: properly generate symbol url in extract mode (6af7230)

2.1.0-0 [beta] (2017-05-07)

Bug Fixes

  • utils: fix default import (0c34daa)

Features

  • 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)

2.0.5 (2017-05-05)