- 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.
- Improved consistency in geographic map rendering #395.
- Bumped
echarts==5.6.0. - Bumped
echarts-gl==2.0.9. - Bumped
zrender==6.0.0.
- Fixed incorrect default
nodeCategoriesvalues. - 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
disableClusteringAtLevelbehavior on initial render #353. - Corrected handling of duplicate node IDs #164.
The library has been rewritten completely. The new version is not backward compatible with the previous versions. Refer the migration guide for more details.
- Implemented loading more data by specifying geographic extent
- Implemented clustering
- Implemented loading more devices using pagination
- Added support for GeoJSON
- 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
- Remove existing points from map in appendData before calling render
- Fix data update when switched from map to graph
- first release