sigma.js v2.2.0 Release Notes

  • ๐Ÿ”‹ Features

    • #1161 - Adds minZoom and maxZoom settings
    • ๐Ÿ‘ #1166 - Adds HTML colors support
    • #1167 - Adds events TypeScript types
    • ๐Ÿ›ฐ #1176 - Cleans and improves event payloads
    • #1177 - Allows overriding arguments with #graphToViewport and #viewportToGraph
    • #1182 - Adds cached data (from custom reducers) to custom renderers
    • #1187 - Adds forceLabel for nodes and edges
    • #1188 - Drops graphology-metrics dependency

    ๐Ÿ› Bug fixes

    • undocumented - Updates dependencies
    • undocumented - Fixes various bugs with the node.image program
    • undocumented - Fixes the build/sigma.js and build/sigma.min.js expositions of sigma
    • 0๏ธโƒฃ #1172 - Fixes labels grid display (changes which node labels are displayed by default)
    • ๐Ÿ›  #1192 - Fixes alpha blending for most recent WebGL layers
    • ๐Ÿ›  #1193 - Fixes dragging with mouse out of stage
    • ๐Ÿ›  #1194 - Fixes camera transitions to angle: 0
    • #1195 - Improves edge events handling (thanks to @avenzi)
    • ๐Ÿ›  #1199 - Fixes issue with hidden nodes and labels rendering (thanks to @avenzi)
    • ๐Ÿ›  #1200 - Fixes issue with node labels ""
    • ๐Ÿ— #1203 - Fixes examples build process