Releases: Netflix/vizceral
Releases · Netflix/vizceral
Vizceral 4.5.0
4.4.0
v4.3.0
- [breaking]
focused
renderer has been renamedfocusedChild
to better describe that it needs a parent graph to build off. - added
focused
graph renderer (replacing oldfocused
renderer) that renders the same, but requires a graph instead of relying on parent graph.
v4.2.3
v4.2.2
v4.2.0
- [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 !)