Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 16:00
· 45 commits to master since this release

v0.11.0 (2025-05-09)

Bug Fixes

  • Adjust Network typing and fetch logic (dba4e26)

  • Change node coloring behavior when not animating (ba5483b)

  • Clear selection after toggle (0c3a108)

Co-authored-by: Jacob Nesbitt [email protected]

  • Disable pagination and default sort by active (cb05f3c)

  • Persist nodes/edges lists in store to avoid state reset on panel adjustment (6cac91b)

  • Prioritize selected style first (3f3ade9)

  • Remove statement executed twice; unnecessary after animation behavior change (688ec30)

  • Simplify filter_queryset (e455edf)

  • Typo (c1134e7)

Features

  • Add basic Networks panel (3a93c04)

  • Add button to show current network (4079c84)

  • Add network reset button (f3a4fe5)

  • Color selected nodes white (f2d3280)

  • Display nodes and edges tables (29b31f0)

  • Fetch all networks in current project (2db42ef)

  • Highlight nodes and edges on hover (813578c)

  • Toggle node states in networks panel (3a77f49)

Refactoring

  • Separate isVisible and show functions and apply stronger typing (7604d58)

Detailed Changes: v0.10.0...v0.11.0