@react-sigma/core
Advanced tools
Changelog
Version 5.0.1
Due to some issues with lerna when releasing the v5.0.0, I did this version.
Changelog
Version 5.0.0
style.css
, so you must change import "@react-sigma/core/lib/style.css";
by import "@react-sigma/core/lib/react-sigma.min.css";
. Now the rollup config is shared, and for each module that export a css file, it will be named style.css
.SearchControl
in core
has been removed. A new module called graph-search
replace it.3.0.0
)minimap
modulegraph-search
moduleChangelog
Version 4.0.3
core
, and adding missing Sigma events (like the resize
one)Changelog
Version 4.0.0 (not be used !)
example
project by a storybookconst loadGraph = useLoadGraph<{label:string, x:number, y:number}, {label:string, size:number}>();
React-sigma doesn't depends anymore to lodash.
The sigma setting allowInvalidContainer
is no more set per default. You have to pass it to the container (check above).
When you register events on edges, we don't set the correspondig settings anymore, like enableEdgeClickEvents
(see #49).