svg.js v2.7.0 Release Notes

Release Date: 2018-11-13 // over 5 years ago
  • 🛠 Fixed

    • 🛠 fixed calling parent() on documentFragments children (#927)
    • 📜 parser is not focusable anymore (#908)
    • SVG.Element.click(null) correctly unbinds the event (#878)
    • 🛠 fix memory leak (#905)

    ➕ Added

    • SVG.Set now accepts another Set as input (#893)
    • on()/off() accepts multiple event names as input (backport from 3.0)