You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,32 @@
1
+
## NeoDash 2.4.6
2
+
This is a minor release containing a few critical fixes and some extra style customizations:
3
+
4
+
- Fix bad text wrapping for arrays in tables ([868](https://github.com/neo4j-labs/neodash/pull/868)).
5
+
- Make wrapping in table optional, disabled by default ([872](https://github.com/neo4j-labs/neodash/pull/872)).
6
+
- Fixed issues where cross database dashboard sharing always reverted back to the default database ([873](https://github.com/neo4j-labs/neodash/pull/873)).
7
+
- Added option to define style config using environment variables for the Docker image ([876](https://github.com/neo4j-labs/neodash/pull/876)).
8
+
9
+
## NeoDash 2.4.5
10
+
This is a small release containing a few fixes:
11
+
- Fixed rendering of string arrays inside tables, report titles, and report action buttons [849](https://github.com/neo4j-labs/neodash/pull/849)
12
+
- Allowed text to wrap in tables, preserving the number of rows [852](https://github.com/neo4j-labs/neodash/pull/852)
13
+
- Disabled auto-sorting of Cypher query-based Parameter Select ; use Cypher ORDER BY to control result order [857](https://github.com/neo4j-labs/neodash/pull/857)
14
+
- Updated role selector menu, and made user updates more robust [854](https://github.com/neo4j-labs/neodash/pull/854)
This is a hotfix release fixing some breaking issues in the 2.4.3:
23
+
- Fixed number parsing using newer versions of the Neo4j driver. [811](https://github.com/neo4j-labs/neodash/pull/811)
24
+
- Reverted new connection handler for auto-renewed SSO sessions. [815](https://github.com/neo4j-labs/neodash/pull/815)
25
+
- Improved handling of parameters in form extension, resolved local state issues. [813](https://github.com/neo4j-labs/neodash/pull/813)
26
+
- Updated Role management extension to no longer execute queries in parallel, improved UX and error handling [813](https://github.com/neo4j-labs/neodash/pull/813)
27
+
28
+
If you are currently using NeoDash version 2.4.3, we recommend updating as soon as possible.
29
+
1
30
## NeoDash 2.4.3
2
31
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:
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:
1
+
## NeoDash 2.4.6
2
+
This is a minor release containing a few critical fixes and some extra style customizations:
3
3
4
-
Dashboard management and access control:
5
-
- Added a UI for handling dashboard access using RBAC, as well as a new extension to simply access control.
6
-
- Added button to sidebar to refresh the list of dashboards saved in the database.
7
-
- Improved handling and detection of draft dashboards in the dashboard sidebar.
8
-
9
-
Other improvements:
10
-
- Changed CSV export functionality for tables to use UTF-8 format.
11
-
- Various improvements / fixes to the documentation to include new images, and up-to-date functionality.
12
-
- Added logic for handling refresh tokens when connected to NeoDash via SSO.
13
-
- Incorporated tooltips for bar charts with and without custom labels.
14
-
15
-
Bug fixes and testing:
16
-
- Implemented bug fixes on type casting for numeric parameter selectors.
17
-
- Fixed issue with report actions not functioning properly on node click events.
18
-
- Extended test suite with Cypress tests for advanced settings in the bar chart.
- Fix bad text wrapping for arrays in tables ([868](https://github.com/neo4j-labs/neodash/pull/868)).
5
+
- Make wrapping in table optional, disabled by default ([872](https://github.com/neo4j-labs/neodash/pull/872)).
6
+
- Fixed issues where cross database dashboard sharing always reverted back to the default database ([873](https://github.com/neo4j-labs/neodash/pull/873)).
7
+
- Added option to define style config using environment variables for the Docker image ([876](https://github.com/neo4j-labs/neodash/pull/876)).
0 commit comments