|
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. |
| 1 | +## NeoDash 2.4.1 |
| 2 | +This is a patch release following 2.4.0. It contains several new features for self-hosted (standalone) NeoDash deployments, as well as a variety of UX improvements for dashboard editors. |
3 | 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 | 4 |
|
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) |
| 5 | +Included: |
| 6 | +- Improvements to customizability of the bar chart (styling, legend customization, report actions). [#689](https://github.com/neo4j-labs/neodash/pull/689) |
| 7 | +- Improved dashboard settings interface, fixed alignment for table download button. [#729](https://github.com/neo4j-labs/neodash/pull/729) |
| 8 | +- Adjusted ordering of suggested labels/properties for parameter selectors. [#728](https://github.com/neo4j-labs/neodash/pull/728) |
| 9 | +- Better handling of date parameters when saving/loading dashboards. [#727](https://github.com/neo4j-labs/neodash/pull/727) |
| 10 | +- Fixed incorrect z-index issue for form creation modals. [#726](https://github.com/neo4j-labs/neodash/pull/726) |
| 11 | +- Adjusted filtering tooltip on tables to avoid hiding result data. [#712](https://github.com/neo4j-labs/neodash/pull/712) |
| 12 | +- Fixed uncontrolled component issue for dashboard import modal. [#711](https://github.com/neo4j-labs/neodash/pull/711) |
| 13 | +- Adjusted font color of graph context popups to use theme colors. [#699](https://github.com/neo4j-labs/neodash/pull/699) |
| 14 | +- Adjust sidebar database selector to only show active databases. [#698](https://github.com/neo4j-labs/neodash/pull/698) |
| 15 | +- Incorporated logging functionality for self-hosted NeoDash deployments. [#705](https://github.com/neo4j-labs/neodash/pull/705) |
| 16 | +- Improved dashboard management in standalone-mode deployments. [#705](https://github.com/neo4j-labs/neodash/pull/705) |
| 17 | +- Added Docker parameter for overriding the app's logo & custom header. [#705](https://github.com/neo4j-labs/neodash/pull/705) |
| 18 | +- Changed the dashboard 'save' action to a logical merge, rather than a delete + create, allowing to persist labels across saves. [#705](https://github.com/neo4j-labs/neodash/pull/705) |
| 19 | +- Docker: Updated Alpine base image to mitigate CVE-2023-38039 & CVE-2023-4863. [#705](https://github.com/neo4j-labs/neodash/pull/705) |
22 | 20 |
|
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) |
0 commit comments