Releases: neo4j-contrib/neovis.js
Releases · neo4j-contrib/neovis.js
2.1.0
17 May 20:39
Compare
Sorry, something went wrong.
No results found
Add ability to fetch the data from a function instead of neo4j driver
Add ability to send parameters to query and functions
2.0.4
08 May 20:39
Compare
Sorry, something went wrong.
No results found
Nodes now have a group based on label by default
Add groupAsLabel true by default
2.0.3
08 May 20:11
Compare
Sorry, something went wrong.
No results found
Added all exports to default, so you can now do
import NeoVis from "neovis.js" ;
NeoVis . NEOVIS_DEFAULT_CONFIG
2.0.0
26 Jun 20:52
Compare
Sorry, something went wrong.
No results found
After a lot of testing we finally here to publish 2.0.0!
Rewritten the whole project in typescript
Added a full vis configuration control
And more!
Migration guide can be found in guide
2.0.0-alpha.9
29 Oct 14:34
Compare
Sorry, something went wrong.
No results found
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
16 Oct 23:52
Compare
Sorry, something went wrong.
No results found
Fix config migrate function
2.0.0-alpha.7
10 Oct 20:30
Compare
Sorry, something went wrong.
No results found
Migrate any snake_case to camelCase to have a consistent javascript/typescript naming convention
2.0.0-alpha.6
10 Oct 20:29
Compare
Sorry, something went wrong.
No results found
Features
Added a migrate function to quickly migrate from 1.x! b2fa9e4
Added non flat config (which doesn't use symbols)! #201
Chores
Migrate code to typescript!
2.0.0-alpha.5
25 May 21:57
Compare
Sorry, something went wrong.
No results found
Replaced visInstance.nodeToHtml with NeoVis.objectToTitleHtml and fixed the html there
Added NeoVis.objectToTitleString if need an xss prevention instead of NeoVis.objectToTitleHtml
Added migration guide!
2.0.0-alpha.3
21 Feb 02:57
Compare
Sorry, something went wrong.
No results found
Fix click event
Fix clearNetwork