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

@react-sigma/core

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-sigma/core - npm Package Versions

2

5.0.2

Diff

Changelog

Source

Version 5.0.2

Fixes

  • Remove some console.log and prevent it with an eslint config
sim51
published 5.0.1 •

Changelog

Source

Version 5.0.1

Due to some issues with lerna when releasing the v5.0.0, I did this version.

sim51
published 5.0.0 •

Changelog

Source

Version 5.0.0

Breaking changes

  • CSS has been renamed 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.

Features

  • Upgrade to the latest stable release of Sigma (ie. 3.0.0)
  • Upgrade all librairies to their latest version
  • Adding minimap module
  • Adding graph-search module
  • Upgrade all project dependencies
  • Review prettier configuration
  • Sharing rollup configuration across modules
sim51
published 4.0.3 •

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
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