Skip to content

Releases: sim51/react-sigma

v5.0.6

04 Dec 18:28

Choose a tag to compare

Version 5.0.6

Full Changelog: v5.0.5...v5.0.6

Fixes

  • Fix sigma killing process when SigmaContainer is unmount.

v5.0.5

07 Jul 07:34

Choose a tag to compare

Version 5.0.5

Full Changelog: v5.0.4...v5.0.5

Fixes

  • Fix #78 on minimap

v5.0.4

04 Dec 18:31

Choose a tag to compare

Full Changelog: v5.0.3...v5.0.4

Version 5.0.4

Features

  • Upgrade deps of Sigmajs & graphology

v5.0.3

04 Dec 18:31

Choose a tag to compare

Version 5.0.3

Full Changelog: v5.0.2...v5.0.3

Features

  • Upgrade minsearch dep

v5.0.2

16 Jan 15:01

Choose a tag to compare

Full Changelog: v5.0.1...v5.0.2

Version 5.0.2

Fixes

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

v5.0.1

15 Jan 12:16

Choose a tag to compare

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

Full Changelog: v5.0.0...v5.0.1

v5.0.0

15 Jan 12:13

Choose a tag to compare

Full Changelog: v4.0.3...v5.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

v4.0.3

25 Jul 12:02

Choose a tag to compare

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

v4.0.2

07 Apr 21:27

Choose a tag to compare

Fixes

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

v4.0.1

05 Apr 10:29

Choose a tag to compare

Fixes

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