|
1 | 1 | Changelog |
2 | 2 | ========= |
3 | 3 |
|
4 | | -Version 0.3.0 [unreleased] |
| 4 | +Version 0.3.0 [2025-10-27] |
5 | 5 | -------------------------- |
6 | 6 |
|
7 | | -WIP. |
| 7 | +Features |
| 8 | +~~~~~~~~ |
| 9 | + |
| 10 | +- Added option to display node labels only after reaching a specific zoom |
| 11 | + level `#148 <https://github.com/openwisp/netjsongraph.js/issues/148>`_. |
| 12 | +- Added Node Clients `#153 |
| 13 | + <https://github.com/openwisp/netjsongraph.js/issues/153>`_. |
| 14 | +- Implemented a **Cluster Prevention Mechanism** to avoid overlapping |
| 15 | + nodes in geographic maps `#171 |
| 16 | + <https://github.com/openwisp/netjsongraph.js/issues/171>`_. |
| 17 | +- Added support for custom Coordinate Reference Systems (CRS) in the |
| 18 | + default configuration `#380 |
| 19 | + <https://github.com/openwisp/netjsongraph.js/issues/380>`_ `#188 |
| 20 | + <https://github.com/openwisp/netjsongraph.js/issues/188>`_. |
| 21 | + |
| 22 | +Changes |
| 23 | +~~~~~~~ |
| 24 | + |
| 25 | +Other changes |
| 26 | ++++++++++++++ |
| 27 | + |
| 28 | +- Improved consistency in geographic map rendering `#395 |
| 29 | + <https://github.com/openwisp/netjsongraph.js/issues/395>`_. |
| 30 | + |
| 31 | +Dependencies |
| 32 | +++++++++++++ |
| 33 | + |
| 34 | +- Bumped ``echarts==5.6.0``. |
| 35 | +- Bumped ``echarts-gl==2.0.9``. |
| 36 | +- Bumped ``zrender==6.0.0``. |
| 37 | + |
| 38 | +Bugfixes |
| 39 | +~~~~~~~~ |
| 40 | + |
| 41 | +- Fixed incorrect default ``nodeCategories`` values. |
| 42 | +- Resolved configuration conflicts when using multiple instances |
| 43 | + simultaneously. |
| 44 | +- Displayed node labels correctly at higher zoom levels in geographic maps |
| 45 | + `#189 <https://github.com/openwisp/netjsongraph.js/issues/189>`_. |
| 46 | +- Isolated CSS rules to prevent styling conflicts with other components |
| 47 | + `#303 <https://github.com/openwisp/netjsongraph.js/issues/303>`_. |
| 48 | +- Adjusted default zoom limits in geographic maps for better navigation |
| 49 | + `#188 <https://github.com/openwisp/netjsongraph.js/issues/188>`_. |
| 50 | +- Fixed ``disableClusteringAtLevel`` behavior on initial render `#353 |
| 51 | + <https://github.com/openwisp/netjsongraph.js/issues/353>`_. |
| 52 | +- Corrected handling of duplicate node IDs `#164 |
| 53 | + <https://github.com/openwisp/netjsongraph.js/issues/164>`_. |
8 | 54 |
|
9 | 55 | Version 0.2.0 [2024-12-04] |
10 | 56 | -------------------------- |
|
0 commit comments