Skip to content

v1.5.0

Compare
Choose a tag to compare
@cheton cheton released this 09 Jun 13:09
· 214 commits to master since this release
  • Pass options = { silent: true } to prevent "openNode", "closeNode", and "selectNode" events from being triggered (2c3ead9) for the following APIs:
    • closeNode(node, options)
    • openNode(node, options)
    • selectNode(node, options)
    • toggleNode(node, options)
  • toggleNode should return a boolean value (366b124)
  • Add initial tests