Skip to content

Releases: neo4j-contrib/neovis.js

2.1.0

17 May 20:39
Compare
Choose a tag to compare

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
Choose a tag to compare

Nodes now have a group based on label by default
Add groupAsLabel true by default

2.0.3

08 May 20:11
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
2.0.0-alpha.9 Pre-release
Pre-release

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
Choose a tag to compare
2.0.0-alpha.8 Pre-release
Pre-release

Fix config migrate function

2.0.0-alpha.7

10 Oct 20:30
Compare
Choose a tag to compare
2.0.0-alpha.7 Pre-release
Pre-release

Migrate any snake_case to camelCase to have a consistent javascript/typescript naming convention

2.0.0-alpha.6

10 Oct 20:29
Compare
Choose a tag to compare
2.0.0-alpha.6 Pre-release
Pre-release

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
Choose a tag to compare
2.0.0-alpha.5 Pre-release
Pre-release
  • 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
Choose a tag to compare
2.0.0-alpha.3 Pre-release
Pre-release

Fix click event
Fix clearNetwork