v5.0.0
Full Changelog: v4.0.3...v5.0.0
Breaking changes
- CSS has been renamed
style.css, so you must changeimport "@react-sigma/core/lib/style.css";byimport "@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 namedstyle.css. SearchControlincorehas been removed. A new module calledgraph-searchreplace it.
Features
- Upgrade to the latest stable release of Sigma (ie.
3.0.0) - Upgrade all librairies to their latest version
- Adding
minimapmodule - Adding
graph-searchmodule - Upgrade all project dependencies
- Review prettier configuration
- Sharing rollup configuration across modules