@react-sigma/core
Advanced tools
Changelog
Version 3.1.0
mousemovebody
to useRegisterEvents
(thanks jakobhansen-blai !)sigma@2.4.0
graphology-layout-forceatlas2@0.10.1
SigmaContainer
Changelog
Version 3.0.2
allowInvalidContainer
to true
cameraUpdated
has been renamed updated
initialSettings
on component SigmaContainer
has been renamed settings
autoRunFor
on layout worker when value is set to 0
(ie. no timer)Changelog
Version 3.0.0
Version 3.0.0 has been partially published due npm OTP issue. That's why the version 3.0.1 has been released.
Changelog
Version 2.0.0
@react-sigma
SigmaContainer
with a graphreact-sigma-v2
to react-sigma
ForceAtlasControl
has been rename LayoutForceAtlasControl
<FullScreenControl customEnterFullScreen={<BsArrowsFullscreen />} customExitFullScreen={<BsFullscreenExit />} />
Becomes
<FullScreenControl>
<>
<BsArrowsFullscreen />
<BsFullscreenExit />
</>
</FullScreenControl>