Skip to content

Releases: neo4j-labs/neodash

2.4.11

04 Aug 07:09
812ef60

Choose a tag to compare

Fixed issue with deeplinking into pages #1057

2.4.10

18 Feb 10:49
a68df4f

Choose a tag to compare

NeoDash 2.4.10 - Community contributions

This is a minor release containing bug fixes and improvements contributed by the NeoDash community.

  • #1039 - Fix default color scheme for bar charts
  • #1038 - Fix rule-based styling for line charts
  • #1036 - Fix table cell rule-based styling
  • #1029 - Fix rule-based styling for numeric values
  • #1028 - Fix OpenStreetMap leaflet display
  • #1020 - Fix boolean handling in parameter selection
  • #1014 - Remove autoPageSize flag (defaults to 0)
  • #1009 - Fix SSO parameters lost on browser redirect
  • #1008 - Fix existence check for value.low
  • #1005 - Replace Neo4j Logo
  • #1002 - Patch FAQ on supportability
  • #999 - Fix dark mode table header styling
  • #956 - Change default protocol to neo4j+s

2.4.9

15 Nov 13:45
86058df

Choose a tag to compare

NeoDash 2.4.9

This release adds some minor changes to documentation and implements some community contributions.

2.4.8

13 May 12:19
af51209

Choose a tag to compare

NeoDash 2.4.8

This is a minor release containing an important fix and other minor fixes:

  • Fixed a bug where loading a dashboard would reset parameters to null (887).
  • Fix relationship width parameter for Graph report (889).

Thanks to all the contributors for this release:

NeoDash 2.4.7

07 May 14:01
c504094

Choose a tag to compare

This is a minor release containing a few critical fixes and general code quality improvements:

  • Fix multiple parameter select (881).
  • Fix parameter casting error when loading dashboards(874).
  • Fix the fraud demo in the Example Gallery.

Thanks to all the contributors for this release:

2.4.6

26 Apr 10:48
2fc0983

Choose a tag to compare

NeoDash 2.4.6

This is a minor release containing a few critical fixes and some extra style customizations:

  • Fix bad text wrapping for arrays in tables (868).
  • Make wrapping in table optional, disabled by default (872).
  • Fixed issues where cross database dashboard sharing always reverted back to the default database (873).
  • Added option to define style config using environment variables for the Docker image (876).

2.4.4

06 Mar 11:58
31ccf16

Choose a tag to compare

NeoDash 2.4.4

This is a hotfix release fixing some breaking issues in the 2.4.3:

  • Fixed number parsing using newer versions of the Neo4j driver. 811
  • Reverted new connection handler for auto-renewed SSO sessions. 815
  • Improved handling of parameters in form extension, resolved local state issues. 813
  • Updated Role management extension to no longer execute queries in parallel, improved UX and error handling 813

If you are currently using NeoDash version 2.4.3, we recommend updating as soon as possible.

2.4.3

28 Feb 16:33
80386fa

Choose a tag to compare

NeoDash 2.4.3

This release contains several improvements and additions to multi-dashboard management, as well as a bug fixes and a variety of quality-of-life improvements:

Dashboard management and access control:

  • Added a UI for handling dashboard access using RBAC, as well as a new extension to simply access control.
  • Added button to sidebar to refresh the list of dashboards saved in the database.
  • Improved handling and detection of draft dashboards in the dashboard sidebar.

Other improvements:

  • Changed CSV export functionality for tables to use UTF-8 format.
  • Various improvements / fixes to the documentation to include new images, and up-to-date functionality.
  • Added logic for handling refresh tokens when connected to NeoDash via SSO.
  • Incorporated tooltips for bar charts with and without custom labels.

Bug fixes and testing:

  • Implemented bug fixes on type casting for numeric parameter selectors.
  • Fixed issue with report actions not functioning properly on node click events.
  • Extended test suite with Cypress tests for advanced settings in the bar chart.

Thanks to all the contributors for this release:

2.4.2

12 Jan 15:10
25b225d

Choose a tag to compare

NeoDash 2.4.2

This is a release with a large amount of quality of life improvements, as well as some new features:

  • Visualize graphs in 3D with the new 3D graph report. #737
  • Improved dashboard management sidebar and handling of drafts. #734
  • Added parameter select setting for autopopulating first selector value. #746
  • Improved UX for editing page names & dashboard titles. #743
  • Unified common settings for each report type. #724
  • Title of the browser tab NeoDash runs on is now automatically set to the dashboard name. #708
  • Fixed issue where invisible table columns were not handled correctly. #695
  • Miscellaneous bug fixes, style improvements & stability fixes. #744

2.4.1

07 Dec 14:15
632749e

Choose a tag to compare

NeoDash 2.4.1

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.

Included:

  • Improvements to customizability of the bar chart (styling, legend customization, report actions). #689
  • Improved dashboard settings interface, fixed alignment for table download button. #729
  • Adjusted ordering of suggested labels/properties for parameter selectors. #728
  • Better handling of date parameters when saving/loading dashboards. #727
  • Fixed incorrect z-index issue for form creation modals. #726
  • Adjusted filtering tooltip on tables to avoid hiding result data. #712
  • Fixed uncontrolled component issue for dashboard import modal. #711
  • Adjusted font color of graph context popups to use theme colors. #699
  • Adjust sidebar database selector to only show active databases. #698
  • Incorporated logging functionality for self-hosted NeoDash deployments. #705
  • Improved dashboard management in standalone-mode deployments. #705
  • Added Docker parameter for overriding the app's logo & custom header. #705
  • Changed the dashboard 'save' action to a logical merge, rather than a delete + create, allowing to persist labels across saves. #705
  • Docker: Updated Alpine base image to mitigate CVE-2023-38039 & CVE-2023-4863. #705