-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/customer_N_dashboard_RBAC_label
- Loading branch information
Showing
7 changed files
with
62 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,27 @@ | ||
## 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](https://github.com/neo4j-labs/neodash/pull/737) | ||
- Improved dashboard management sidebar and handling of drafts. [#734](https://github.com/neo4j-labs/neodash/pull/734) | ||
- Added parameter select setting for autopopulating first selector value. [#746](https://github.com/neo4j-labs/neodash/pull/746) | ||
- Improved UX for editing page names & dashboard titles. [#743](https://github.com/neo4j-labs/neodash/pull/743) | ||
- Unified common settings for each report type. [#724](https://github.com/neo4j-labs/neodash/pull/724) | ||
- Title of the browser tab NeoDash runs on is now automatically set to the dashboard name. [#708](https://github.com/neo4j-labs/neodash/pull/708) | ||
- Fixed issue where invisible table columns were not handled correctly. [#695](https://github.com/neo4j-labs/neodash/pull/695) | ||
- Miscellaneous bug fixes, style improvements & stability fixes. [#744](https://github.com/neo4j-labs/neodash/pull/744) | ||
## 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: | ||
- [OskarDamkjaer](https://github.com/OskarDamkjaer) | ||
- [alfredorubin96](https://github.com/alfredorubin96), | ||
- [AleSim94](https://github.com/AleSim94), | ||
- [BennuFire](https://github.com/BennuFire), | ||
- [jacobbleakley-neo4j](https://github.com/jacobbleakley-neo4j), | ||
- [josepmonclus](https://github.com/josepmonclus) | ||
- [nielsdejong](https://github.com/nielsdejong) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters