Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Deep <[email protected]>
  • Loading branch information
pandafy authored and nemesifier committed Dec 4, 2024
1 parent 6c51010 commit 1c15554
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
28 changes: 18 additions & 10 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
Changelog
=========

Version 0.1 [2015-08-14]
------------------------

* first release
Version 0.2.0 [2024-12-04]
--------------------------

Version 0.2 [unreleased]
------------------------

The library has been rewritten completely. The new version is not backward compatible with
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.
The library has been rewritten completely. The new version is not backward
compatible with 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.

Features
~~~~~~~~
Expand All @@ -31,5 +28,16 @@ Changes
- Improved the `UI of logical and geo map
<https://github.com/openwisp/netjsongraph.js/issues/113>`_
- Improved the UI on narrow screens
- Improved indoor map example
- 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

Version 0.1 [2015-08-14]
------------------------

- first release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netjsongraph.js",
"version": "0.1.3",
"version": "0.2.0",
"description": "NetJson format data visualization",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1c15554

Please sign in to comment.