You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"--no-expand-props" is now replaced by "--expand-props none". You can now specify a position "start" or "end" for "expandProps"
property.
svgAttributes has been removed, please use svgProps instead.
"ref" option now uses React.forwardRef. You don't have to use "svgRef"
prop, just use "ref" and it will work. React.forwardRef requires React v16.3+.
Style tag will no longer be automatically removed. SVGO should handle it
correctly using "inlineStyles" plugin. If you want to remove them,
enable "removeStyleElement" plugin in your SVGO config.
rollup: runtime configuration is now loaded using rollup plugin.
webpack: runtime configuration is now loaded using webpack
loader.
config: - Runtime configuration is always loaded (even with Node API convert)
In CLI, "--config" is now "--config-file"; this new option can be used
everywhere