Skip to content

v5.0.0

Compare
Choose a tag to compare
@gregberge gregberge released this 23 Dec 14:07
· 298 commits to main since this release
cfc0fc2

Bug Fixes

  • cli: fix "--out-dir" with single svg (b56407e), closes #304

Features

  • add titleId prop to enhance a11y (21409ae), closes #360
  • cli: add "--ignore-existing" option (dcd824c), closes #182
  • cli: allow multiple values in "--svg-props" and "--replace-attr-values" (d800319), closes #233
  • cli: generate index.js when --out-dir is used (9d7fb34), closes #189
  • cli: show help without any option (64f9ec1), closes #349
  • core: add "memo" option (f0e3793), closes #230
  • add "silent" option to cli (#351) (100147f)
  • drop Node.js v8 support (0a15277)
  • support file-loader v5 (7f258ab), closes #367
  • use new default template with function (86e0723)

BREAKING CHANGES

  • Node.js v8 is no longer supported.