Skip to content

Commit 3cafe78

Browse files
committed
Updated changelog and release notes
1 parent 0315b7c commit 3cafe78

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## NeoDash 2.2.0
2+
This release marks the official arrival of **[Extensions](https://neo4j.com/labs/neodash/2.2/user-guide/extensions/)**, which provide a simple way of extending NeoDash with additional features. Adding your own features to NeoDash just became a lot easier!
3+
4+
NeoDash 2.2 comes with three in-built extensions.
5+
- **Rule-Based Styling**
6+
- **Advanced Visualizations**: These provide a means to enable complex visualizations in a dashboard. These were previously available as Radar charts, Treemaps, Circle Packing reports, Sankey charts, Choropleth and a Gauge Chart).
7+
- **Report Actions**: Which let you create interactivity in dashboards, using the output of one report as input for another visualization. (Pro Extension)
8+
9+
You can enable extensions by clicking the 🧩 icon on the left sidebar of the screen.
10+
11+
Other changes include:
12+
- New example dashboards available in the [Dashboard Gallery](https://neodash-gallery.graphapp.io).
13+
- Customizable background colors for all report types.
14+
- Fixing a bug where the Choropleth map chart was unable to parse country-codes.
15+
116
## NeoDash 2.1.10
217
This is a minor update which adds some operational/styling improvements, and a bug fix for line charts.
318

release-notes.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
## NeoDash 2.1.10
2-
This is a minor update which adds some operational/styling improvements, and a bug fix for line charts.
1+
## NeoDash 2.2.0
2+
This release marks the official arrival of **[Extensions](https://neo4j.com/labs/neodash/2.2/user-guide/extensions/)**, which provide a simple way of extending NeoDash with additional features. Adding your own features to NeoDash just became a lot easier!
33

4-
Changes:
5-
- Added customizable label positions for bar charts.
6-
- Fixed bug where datetimes were not handled correctly by line charts. (https://github.com/neo4j-labs/neodash/issues/243)
7-
- Added **session parameters**, set automatically and available to Cypher queries ([Documentation](https://neo4j.com/labs/neodash/2.1/user-guide/reports/)).
8-
- Added option to restore debug reports in recovery mode.
9-
- Added option to share dashboards from self-hosted deployments.
4+
NeoDash 2.2 comes with three in-built extensions.
5+
- **Rule-Based Styling**
6+
- **Advanced Visualizations**: These provide a means to enable complex visualizations in a dashboard. These were previously available as Radar charts, Treemaps, Circle Packing reports, Sankey charts, Choropleth and a Gauge Chart).
7+
- **Report Actions**: Which let you create interactivity in dashboards, using the output of one report as input for another visualization. (Pro Extension)
8+
9+
You can enable extensions by clicking the 🧩 icon on the left sidebar of the screen.
10+
11+
Other changes include:
12+
- New example dashboards available in the [Dashboard Gallery](https://neodash-gallery.graphapp.io).
13+
- Customizable background colors for all report types.
14+
- Fixing a bug where the Choropleth map chart was unable to parse country-codes.

0 commit comments

Comments
 (0)