Skip to content

Releases: Netflix/vizceral

Vizceral 4.5.0

02 Jun 15:03
Compare
Choose a tag to compare
  • Add an objectHovered event when a node or connection gets a mouseover event

4.4.0

12 May 18:53
Compare
Choose a tag to compare
  • Add entryNode property to the graph data format to signify which node is the entry node.
  • Nodes without children nodes can now be clicked/highlighted.
  • Other bug fixes.

v4.3.0

16 Dec 18:52
Compare
Choose a tag to compare
  • [breaking] focused renderer has been renamed focusedChild to better describe that it needs a parent graph to build off.
  • added focused graph renderer (replacing old focused renderer) that renders the same, but requires a graph instead of relying on parent graph.

v4.2.3

16 Dec 18:52
Compare
Choose a tag to compare

[fix] kong renderer: Fix a bug where the connection annotations were not removed when annotations no longer on data

v4.2.2

16 Dec 18:54
Compare
Choose a tag to compare
  • global renderer: Can now pass in a size in the data structure. Removes the (not so) smart sizing for the entry node.

v4.2.0

16 Dec 18:59
Compare
Choose a tag to compare
  • [fix] Interactivity: Make search case-insensitive and also match on display name.
  • [fix] Layouts: LTRTreeLayout cache was... not caching.
  • Layouts: Make nodes movable at run time! (Thanks @jbrekelmans !)
  • Layouts: New RIngLayout type (Thanks @jbrekelmans !)
  • Rendering: Configurable frame rate for the renderer (Thanks @abesto !)
  • Rendering: Handle devicePixelRatio properly for smoother rendering on HiDPI displays (Thanks @psastras !)

v4.1.1

16 Dec 19:00
Compare
Choose a tag to compare
  • Performance: focused graph type was creating unnecessary nodes, causing performance issues.