Back on CRAN
Breaking Changes
- New
sg_events
function. Previously sigmajs sent all events to the server when in Shiny, this caused the whole visualisation to nearly crash when enabling edges events as too many events/too much data was sent to the server. You now need to specify which events you want to captur withsg_events
. The shiny documentation has been changed to reflect those changes.
Minor
- Improved random graph generators for more sensible examples
- Removed renderer type as it breaks arrows on edges.