Skip to content

@julieisbaka/graphjs 0.4.9

Choose a tag to compare

@github-actions github-actions released this 23 May 17:48
· 24 commits to main since this release

Changed

  • graph.clearDomain() is now deprecated and retained for backwards compatibility; this compatibility alias has no package-size impact unless it is explicitly referenced by consumer code.
  • Clearing the active domain can now be done with graph.setDomain({}), which is normalized to null internally.
  • The deprecated graph.clearDomain() alias remains available and delegates to setDomain.