Releases: JetBrains/svg-sprite-loader
Releases · JetBrains/svg-sprite-loader
v6.0.0
Drop webpack-versions support which should help with the capability of webpack 5.
v5.1.1
- Add support for webpack5
- Accessibility fix
v5.0.0
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
Features
- outputPath: add possibility to define output path (2c7eceb)
v4.2.7
Bug Fixes
- move
mask
& clipPath
elements outside symbol (ae70786), closes #325
v4.2.5
Bug Fixes
- refers to transpiled code in svg-baker-runtime (65ece05), closes #385
v4.2.4
Bug Fixes
- don't create additional chunk for sprite (80ebfa3), closes #364
v4.2.3
Bug Fixes
- check properly when window.angular properly (1c76824)