Skip to content

v6.0.0

Compare
Choose a tag to compare
@curbengh curbengh released this 20 Oct 09:10
· 75 commits to master since this release
d8e6969

Breaking change

  • [c0041b0] svg.plugins: option should be the following syntax:
minify:
  svg:
    plugins:
# v6
+      removeComments: false
+      cleanupIDs: false
+      builtinPluginName:
+        optionName: 'optionValue'

# v5
-      - name: 'removeComments'
-        active: false
-      - name: 'cleanupIDs'
-        active: false

# v4
-      - removeComments: false
-      - cleanupIDs: false

The option only overrides svgo's default plugins, other (svgo) options are not supported.

  • [#84] Support Node 17
    • Drop Node 15