Releases: neo4j-contrib/neovis.js
Releases · neo4j-contrib/neovis.js
2.1.0
2.0.4
Nodes now have a group based on label by default
Add groupAsLabel
true by default
2.0.3
Added all exports to default, so you can now do
import NeoVis from "neovis.js";
NeoVis.NEOVIS_DEFAULT_CONFIG
2.0.0
2.0.0-alpha.9
Fix relationship default
Make all async functions and cypher to be run concurrently (by changing to generator of promises and Promise.all
on them)
Bump driver version for better typescript
2.0.0-alpha.8
Fix config migrate function
2.0.0-alpha.7
Migrate any snake_case to camelCase to have a consistent javascript/typescript naming convention
2.0.0-alpha.6
2.0.0-alpha.5
- Replaced
visInstance.nodeToHtml
withNeoVis.objectToTitleHtml
and fixed the html there - Added
NeoVis.objectToTitleString
if need an xss prevention instead ofNeoVis.objectToTitleHtml
- Added migration guide!
2.0.0-alpha.3
Fix click event
Fix clearNetwork