Bump svgo from 3.2.0 to 3.3.0
Bumps svgo from 3.2.0 to 3.3.0.
Release notes
Sourced from svgo's releases.
v3.3.0
What's Changed
ESM
SVGO is now a dual package, serving for both Common JS and ESM usage. We believe there shouldn't be any problems, especially as SVGO as largely stateless, but feel free to open an issue if you encounter problems with this.
To be explicit, this is not a breaking change, and SVGO should continue to work in Common JS projects!
Thanks to
@jdufresne
for doing the bulk of the work.Default Behavior
convertColors
, now converts all references to colors excluding references to IDs to lowercase. This can be disabled by settingconvertCase
tofalse
.Bug Fixes
cleanupIds
, treat both URI encoded and non-URI encoded IDs as the same. By@liuweifeng
in #1982collapseGroups
, check styles as well as attributes. By@johnkenny54
in #1952collapseGroups
, move attributes atomically. By@johnkenny54
in svg/svgo#1930convertPathData
, fix q control point when item is removed. By@KTibow
in svg/svgo#1927convertPathData
, preserve vertex for markers only paths. By@SethFalco
in #1967mergePaths
, don't merge paths if attributes/styles depend depend on the nodes bounding box. By@johnkenny54
in #1964moveElemsAttrsToGroups
, no longer moves the transforms if group has thefilter
attribute. By@johnkenny54
in #1933prefixIds
, fixed issue where some IDs were not prefixed when style tag contained XML comments. By@john-neptune
in #1942removeHiddenElems
, don't remove node if child element has a referenced ID. By@johnkenny54
in svg/svgo#1925removeHiddenElems
, treatpath[opacity=0]
as a non-rendering node. By@johnkenny54
in #1948removeUselessDefs
, don't remove node if child element has an ID. By@johnkenny54
in svg/svgo#1923- When stringifying path data, include a space before numbers represented in scientific notation. By
@johnkenny54
in #1961- No longer crashes when the output (
-o
argument) ends with a trailing slash to a location that didn't exist. By@SethFalco
in #1954SVG Optimization
convertColors
, introduce parameter to convert colors to common casing (lowercase/uppercase). By@JayLeininger
in svg/svgo#1692removeDeprecatedAttrs
, new plugin that is disabled by default to remove SVG attributes that are deprecated. By@jdufresne
in #1869Metrics
Before and after using vectors from various sources, with the default preset of each respective version:
SVG Original v3.2.0 v3.3.0 Delta Arch Linux Logo 9.529 KiB 4.115 KiB 4.097 KiB ⬇ ️ 0.018 KiBBlobs 50.45 KiB 42.623 KiB 42.609 KiB ⬇ ️ 0.014 KiBIsometric Madness 869.034 KiB 540.582 KiB 540.073 KiB ⬇ ️ 0.509 KiBtldr-pages Banner 2.071 KiB 1.07 KiB 1.07 KiB Wikipedia Logo 161.551 KiB 111.668 KiB 111.668 KiB Before and after of the browser bundle of each respective version:
... (truncated)
Commits
-
a3ac91a
chore: Add CodeQL workflow (#1876) -
89b0c6c
fix(cleanupIds): handle no-uri-encoded references (#1982) -
888d078
fix(makeProgram): specify .mjs and .cjs config files are allowed (#1976) -
8d6385b
fix(convertPathData): preserve vertex for markers only path (#1967) -
53aad59
feat(addClassesToSVGElement): allow function as param (#1966) -
f49b6a7
fix: transformToMatrix() returns incorrect result for scale(n,0) (#1965) -
a8d2df6
fix: mergePaths should not merge paths with styles that depend on bounding bo... -
473c5a6
fix: stringifyPathData needs space before scientific notation (#1961) -
573a5c7
chore: Update the README docs to suggest svgo.config.mjs (#1958) -
e257598
fix: <a> element not parsed as text (#1959) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts