New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

neodash

Package Overview
Dependencies
Maintainers
0
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neodash - npm Package Versions

234567

2.4.10

Diff
nielsdejong
published 2.4.10 •

Changelog

Source

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
nielsdejong
published 2.4.9 •

Changelog

Source

NeoDash 2.4.9

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

nielsdejong
published 2.4.8 •

Changelog

Source

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:

nielsdejong
published 2.4.7 •

Changelog

Source

NeoDash 2.4.7

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:

nielsdejong
published 2.4.6 •

Changelog

Source

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).
nielsdejong
published 2.4.5 •

Changelog

Source

NeoDash 2.4.5

This is a small release containing a few fixes:

  • Fixed rendering of string arrays inside tables, report titles, and report action buttons 849
  • Allowed text to wrap in tables, preserving the number of rows 852
  • Disabled auto-sorting of Cypher query-based Parameter Select ; use Cypher ORDER BY to control result order 857
  • Updated role selector menu, and made user updates more robust 854

Thanks to all the contributors for this release:

nielsdejong
published 2.4.4 •

Changelog

Source

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.

nielsdejong
published 2.4.3 •

Changelog

Source

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:

nielsdejong
published 2.4.2 •

Changelog

Source

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
nielsdejong
published 2.4.1 •

Changelog

Source

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