Skip to content

Commit 1c15554

Browse files
pandafynemesifier
authored andcommitted
0.2.0 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 6c51010 commit 1c15554

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
Changelog
22
=========
33

4-
Version 0.1 [2015-08-14]
5-
------------------------
6-
7-
* first release
4+
Version 0.2.0 [2024-12-04]
5+
--------------------------
86

9-
Version 0.2 [unreleased]
10-
------------------------
11-
12-
The library has been rewritten completely. The new version is not backward compatible with
13-
the previous versions. Refer the `migration guide <https://github.com/openwisp/netjsongraph.js/blob/master/README.md#upgrading-from-01x-versions-to-02x>`_ for more details.
7+
The library has been rewritten completely. The new version is not backward
8+
compatible with the previous versions. Refer the `migration guide
9+
<https://github.com/openwisp/netjsongraph.js/blob/master/README.md#upgrading-from-01x-versions-to-02x>`_
10+
for more details.
1411

1512
Features
1613
~~~~~~~~
@@ -31,5 +28,16 @@ Changes
3128
- Improved the `UI of logical and geo map
3229
<https://github.com/openwisp/netjsongraph.js/issues/113>`_
3330
- Improved the UI on narrow screens
34-
- Improved indoor map example
3531
- Show element info on hover
32+
- Include credentials in fetch requests
33+
34+
Bugfixes
35+
~~~~~~~~
36+
37+
- Remove existing points from map in appendData before calling render
38+
- Fix data update when switched from map to graph
39+
40+
Version 0.1 [2015-08-14]
41+
------------------------
42+
43+
- first release

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.1.3",
3+
"version": "0.2.0",
44
"description": "NetJson format data visualization",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)