Skip to content

Commit 69cf085

Browse files
pandafynemesifier
authored andcommitted
0.3.0 release
Signed-off-by: Gagan Deep <[email protected]>
1 parent b6cf68f commit 69cf085

File tree

2 files changed

+49
-3
lines changed

2 files changed

+49
-3
lines changed

CHANGELOG.rst

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,56 @@
11
Changelog
22
=========
33

4-
Version 0.3.0 [unreleased]
4+
Version 0.3.0 [2025-10-27]
55
--------------------------
66

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>`_.
854

955
Version 0.2.0 [2024-12-04]
1056
--------------------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "netjsongraph.js",
3-
"version": "0.3.0-alpha",
3+
"version": "0.3.0",
44
"description": "NetJSON NetworkGraph visualizer",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)