Skip to content

Releases: JetBrains/svg-sprite-loader

v6.0.0

13 Mar 09:02
Compare
Choose a tag to compare

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

v5.2.1

14 Dec 17:42
Compare
Choose a tag to compare
chore(release): 5.2.1

v5.1.1

05 Dec 09:45
Compare
Choose a tag to compare
  • Add support for webpack5
  • Accessibility fix

v5.0.0

11 May 20:07
Compare
Choose a tag to compare

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

10 May 15:19
Compare
Choose a tag to compare

Features

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

v4.2.7

28 Apr 12:14
Compare
Choose a tag to compare

Bug Fixes

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

v4.2.6

26 Apr 15:23
Compare
Choose a tag to compare

Bug Fixes

v4.2.5

26 Apr 15:22
Compare
Choose a tag to compare

Bug Fixes

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

v4.2.4

26 Apr 15:22
Compare
Choose a tag to compare

Bug Fixes

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

v4.2.3

26 Apr 15:22
Compare
Choose a tag to compare

Bug Fixes

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