Skip to content

Release 2.7.0

Compare
Choose a tag to compare
@Fuzzyma Fuzzyma released this 13 Nov 20:13
· 527 commits to master since this release

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)