Skip to content

Commit 6cf44e2

Browse files
committed
Updated release notes and changelog
1 parent d2a15e1 commit 6cf44e2

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

changelog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## NeoDash 2.1.6
2+
New features:
3+
- Added *Radar Charts/Spider Charts*.
4+
- Added optional markdown description for each report, to be displayed via the header.
5+
6+
Extensions:
7+
- Added option to provide a custom map provider for map charts.
8+
- Added support for default values in parameter selectors.
9+
- Added documentation on deep-linking into NeoDash.
10+
- Added tick-rotation customization for line charts.
11+
- Added option to have children in the sunburst chart inherit colors from their parents.
12+
13+
Improvements:
14+
- Rewiring of the internal query/rendering engine - resulting in far fewer query executions and a smoother UX.
15+
- Changed package manager from `npm` to `yarn`, and bumped node version to 18. Cleaned up `package.json`.
16+
- Reduced flaky behaviour in parameter selectors.
17+
- Added cycle-detection logic for sankey charts.
18+
- Fixed report documentation pop-up to open link in a new window.
19+
120
## NeoDash 2.1.5
221
Added *New* Sankey charts:
322
- Visualize nodes and relationships as a flow diagram.

release-notes.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
## NeoDash 2.1.6
22
New features:
33
- Added *Radar Charts/Spider Charts*.
4+
- Added optional markdown description for each report, to be displayed via the header.
45

56
Extensions:
67
- Added option to provide a custom map provider for map charts.
78
- Added support for default values in parameter selectors.
9+
- Added documentation on deep-linking into NeoDash.
10+
- Added tick-rotation customization for line charts.
11+
- Added option to have children in the sunburst chart inherit colors from their parents.
812

913
Improvements:
1014
- Rewiring of the internal query/rendering engine - resulting in far fewer query executions and a smoother UX.
15+
- Changed package manager from `npm` to `yarn`, and bumped node version to 18. Cleaned up `package.json`.
1116
- Reduced flaky behaviour in parameter selectors.
1217
- Added cycle-detection logic for sankey charts.
13-
18+
- Fixed report documentation pop-up to open link in a new window.
19+
1420
For a complete version history, see the [Changelog](https://github.com/neo4j-labs/neodash/blob/master/changelog.md).

0 commit comments

Comments
 (0)