Svg Sprite Loader Versions Save

Webpack loader for creating SVG sprites.

v6.0.0

3 years ago

Drop webpack-versions support which should help with the capability of webpack 5.

v5.2.1

3 years ago

v5.1.1

3 years ago
  • Add support for webpack5
  • Accessibility fix

v5.0.0

3 years ago

Bug Fixes

  • pass proper context param to runtime generator (c084ec7), closes #186

BREAKING CHANGES

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 use loaderContext.rootContext option instead of context.

v4.3.0

3 years ago

Features

  • outputPath: add possibility to define output path (2c7eceb)

v4.2.7

4 years ago

Bug Fixes

  • move mask & clipPath elements outside symbol (ae70786), closes #325

v4.2.6

4 years ago

Bug Fixes

  • drop webpack version detector (7131578), fixes #338, #309

v4.2.5

4 years ago

Bug Fixes

  • refers to transpiled code in svg-baker-runtime (65ece05), closes #385

v4.2.4

4 years ago

Bug Fixes

  • don't create additional chunk for sprite (80ebfa3), closes #364

v4.2.3

4 years ago

Bug Fixes

  • check properly when window.angular properly (1c76824)