Skip to content

Releases: openwisp/netjsongraph.js

0.3.0 [2025-10-27]

27 Oct 15:59
0.3.0

Choose a tag to compare

Features

  • Added option to display node labels only after reaching a specific zoom level #148.
  • Added Node Clients #153.
  • Implemented a Cluster Prevention Mechanism to avoid overlapping nodes in geographic maps #171.
  • Added support for custom Coordinate Reference Systems (CRS) in the default configuration #380 #188.

Changes

Other changes

  • Improved consistency in geographic map rendering #395.

Dependencies

  • Bumped echarts==5.6.0.
  • Bumped echarts-gl==2.0.9.
  • Bumped zrender==6.0.0.

Bugfixes

  • Fixed incorrect default nodeCategories values.
  • Resolved configuration conflicts when using multiple instances simultaneously.
  • Displayed node labels correctly at higher zoom levels in geographic maps #189.
  • Isolated CSS rules to prevent styling conflicts with other components #303.
  • Adjusted default zoom limits in geographic maps for better navigation #188.
  • Fixed disableClusteringAtLevel behavior on initial render #353.
  • Corrected handling of duplicate node IDs #164.

0.2.0 [2024-12-04]

04 Dec 21:00
0.2.0

Choose a tag to compare

The library has been rewritten completely. The new version is not backward compatible with the previous versions. Refer to the migration guide for more details.

Features

Changes

  • Show node labels only after a suitable zoom level
  • Improved the UI of logical and geo map
  • Improved the UI on narrow screens
  • Show element info on hover
  • Include credentials in fetch requests

Bugfixes

  • Remove existing points from map in appendData before calling render
  • Fix data update when switched from map to graph