Sourced from svgo's releases.
v4.0.2
What's Changed
Security
- removeScripts, remove JavaScript URIs case-insensitively and make
<script>handling namespace aware. By@βSethFalcoBug Fixes
- convertColors, skip case-normalization for CSS custom properties. By
@βSethFalcoin svg/svgo#2213- convertPathData, improve handling of consecutive
tcommands. By@βKTibowin svg/svgo#2156- convertPathData, safer handling of paths. By
@βKTibowin svg/svgo#2158- Improve parsing of negative (or +) arc radii. By
@βKTibowin svg/svgo#2205- When converting to a data URI, only encode it as a data URI once. By
@βjohnkenny54in svg/svgo#2053Performance
- mergePaths, speed up child node removal. By
@βmozziein svg/svgo#2216Other Changes
- removeAttributesBySelector, log warning and noop if missing parameters. By
@βKTibowin svg/svgo#2215
b2309cf
chore: sync version with apif529cfc
Merge commit from fork581fe68
performance: speed up mergePath child node removal (#2216)eb4c8b6
docs(removeAttributesBySelector): properly document and check types (#2215)6fd5872
fix(convertColors): skip convertCase on css custom properties (#2213)7414f73
fix: properly parse negative (or +) arc radii (#2205)a8c19aa
fix: only call encodeSVGDatauri once and add test case (#2053)65548f4
fix(convertPathData): properly handle consecutive t commands (#2156)a41a7c1
fix(convertPathData): introducing isSafeToRemove (#2164)38625dd
test: handle charm icons (#2203)Sourced from fast-uri's releases.
v3.1.3
β οΈ Security Release
Full Changelog: https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.3
0549fe3
Bumped v3.1.32a6d357
Merge commit from fork