Skip to content

v2.0.0

Compare
Choose a tag to compare
@ztrehagem ztrehagem released this 27 May 10:44
· 18 commits to main since this release
16eb6ac

Full Changelog: v1.0.0...v2.0.0

Changes

  • CommonJS modules are no longer provided. There are only Node.js Native ESM.
  • Removed SvgBundler#remove().
  • All attributes on source <svg> except xmlns are added to bundled <symbol>.
  • Removed xmlns:xlink attribute from bundled <svg>.
  • @xmldom/xmldom is used for parsing SVG instead of cheerio. Output SVG might be slightly changed.