|
| 1 | +## NeoDash 2.4.0 |
| 2 | +NeoDash 2.4 is out! 🎂 This release packs a ton of new features, as well as improvements to the existing visualizations. |
| 3 | + |
| 4 | +Key new features: |
| 5 | +- A new sidebar with support for managing, save and load multiple dashboards directly from the UI. |
| 6 | + [#657](https://github.com/neo4j-labs/neodash/pull/657) |
| 7 | +- Added **Forms** as a new extension. Forms let you combine multiple parameter selectors in one card and have users edit/submit data to Neo4j. [#568](https://github.com/neo4j-labs/neodash/pull/568) |
| 8 | +- Added a new advanced visualization type: Gantt charts. [#684](https://github.com/neo4j-labs/neodash/pull/684) |
| 9 | +- Doubled the grid resolution for dashboards, giving you more freedom to arrange visualizations. [#682](https://github.com/neo4j-labs/neodash/pull/682) |
| 10 | +- Several improvements for the natural language queries extension - including customizable prompting, and faster schema retrieval. [#600](https://github.com/neo4j-labs/neodash/pull/600) |
| 11 | + |
| 12 | +Other improvements: |
| 13 | +- Support for multiselect checkboxes as a report action for tables. [#688](https://github.com/neo4j-labs/neodash/pull/688/commits) |
| 14 | +- Added keyboard shortcuts (CMD/CTRL+Enter) for running Cypher queries from the editor. [#694](https://github.com/neo4j-labs/neodash/pull/694/) |
| 15 | +- Added new experimental graph layouts (trees in various directions), with customizable level distance. [#690](https://github.com/neo4j-labs/neodash/pull/690) |
| 16 | +- Increased customizability for the Pie chart's styling. [#638](https://github.com/neo4j-labs/neodash/pull/638/) |
| 17 | +- Fixed issues with parameter selector: Better handling of integer / long parameters and processing external updates. [#641](https://github.com/neo4j-labs/neodash/pull/641/) |
| 18 | +- Improvements on text readability for the experimental dark mode. [#668](https://github.com/neo4j-labs/neodash/pull/668/) |
| 19 | +- UX improvements on database connection interface. [#675](https://github.com/neo4j-labs/neodash/pull/675/) |
| 20 | +- Added option to provide a custom message when no data is returned by a report. [#683](https://github.com/neo4j-labs/neodash/pull/683/) |
| 21 | +- Fixed issue where column names were not hidden correctly. [#685](https://github.com/neo4j-labs/neodash/pull/685/commits) |
| 22 | + |
| 23 | +Thanks to all the contributors for this release: |
| 24 | +[alfredorubin96](https://github.com/alfredorubin96), |
| 25 | +[AleSim94](https://github.com/AleSim94), |
| 26 | +[BennuFire](https://github.com/BennuFire), |
| 27 | +[jacobbleakley-neo4j](https://github.com/jacobbleakley-neo4j), |
| 28 | +[hugorplobo](https://github.com/hugorplobo), |
| 29 | +[brahmprakashMishra](https://github.com/brahmprakashMishra), |
| 30 | +[m-o-n-i-s-h](https://github.com/m-o-n-i-s-h), |
| 31 | +[JonanOribe](https://github.com/JonanOribe), |
| 32 | +[nielsdejong](https://github.com/nielsdejong) |
| 33 | + |
1 | 34 | ## NeoDash 2.3.5 |
2 | 35 | This is a bugfix / stability release directly following 2.3.4. |
3 | 36 |
|
|
0 commit comments