Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-sigma/layout-core

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-sigma/layout-core - npm Package Versions

2

4.0.3

Diff

Changelog

Source

Version 4.0.3

  • Upgrade to lastest beta of Sigma 3
  • Review events definition in core, and adding missing Sigma events (like the resize one)
sim51
published 4.0.2 •

Changelog

Source

Version 4.0.2

Fixes

  • 65: Sigma: could not find a suitable program for node type "circle"!
sim51
published 4.0.1 •

Changelog

Source

Version 4.0.1

Fixes

  • #64: fail to import in vite project because of lodash
sim51
published 4.0.0 •

Changelog

Source

Version 4.0.0 (not be used !)

Features

  • Upgrade to sigma v3
  • Upgrade all project dependencies
  • Refacto project structure
  • Replace example project by a storybook
  • Replace E2E framework by playwright, and run it on the storybook
  • Using stories in website example
  • Fully graph typed API (see #58). Component & hooks take generic types for node, edge & graph attributs. Exemple for the load graph hook :
const loadGraph = useLoadGraph<{label:string, x:number, y:number}, {label:string, size:number}>();

Breaking changes

  • 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).

sim51
published 3.4.2 •

Changelog

Source

Version 3.4.2

Fixes

  • #55 Fix the order in export in package.json (default entry should be the last)
sim51
published 3.4.1 •

Changelog

Source

Version 3.4.1

Fixes

  • #54 Compatibility with the TS moduleResolution bundler
sim51
published 3.4.0 •

Changelog

Source

Version 3.4.0

Feature

  • #48 Camera state is restored when Sigma.js is recreated
sim51
published 3.3.0 •

Changelog

Source

Version 3.3.0

Feature

  • #43 Allow giving a different container for fullscreen control
  • #46 Adding resize, beforeRender & afterRender to useRegisterEvents
sim51
published 3.2.0 •

Changelog

Source

Version 3.2.0

Features

  • #42 Be able to customize labels on controls. Example :
<ZoomControl labels={{ zoomIn: "PLUS", zoomOut: "MINUS", reset: "RESET" }} />
sim51
published 3.1.0 •

Changelog

Source

Version 3.1.0

Fixes

Features

  • Upgrade to sigma@2.4.0
  • Upgrade to graphology-layout-forceatlas2@0.10.1
  • #30 : Forward the sigma ref on the SigmaContainer
2
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc