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
* Make wrapping in table optional, enabled by default (#872)
* Make wrapping in table optional, enabled by default
* Make wrapping disabled by default
---------
Co-authored-by: Marius Conjeaud <[email protected]>
* Fix bad wrapping for arrays (#868)
* Fix bad wrapping for arrays
* Add space for array display
---------
Co-authored-by: Marius Conjeaud <[email protected]>
* Fixed issues where cross database dashboard sharing always reverted back to the default database (#873)
* Fixed issues where cross database dashboard sharing always reverted back to the default database
* Fix code smell from SonarQube
* Added option to define style config using environment variables for the NeoDash docker image (#876)
* Added release notes for 2.4.6 (#877)
* Added release notes for 2.4.6
* Removed one PR from the release notes
* Fixed typo in release notes
---------
Co-authored-by: MariusC <[email protected]>
Co-authored-by: Marius Conjeaud <[email protected]>
Copy file name to clipboardExpand all lines: changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
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
+
1
9
## NeoDash 2.4.5
2
10
This is a small release containing a few fixes:
3
11
- Fixed rendering of string arrays inside tables, report titles, and report action buttons [849](https://github.com/neo4j-labs/neodash/pull/849)
- Fixed rendering of string arrays inside tables, report titles, and report action buttons [849](https://github.com/neo4j-labs/neodash/pull/849)
4
-
- Allowed text to wrap in tables, preserving the number of rows [852](https://github.com/neo4j-labs/neodash/pull/852)
5
-
- 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)
6
-
- Updated role selector menu, and made user updates more robust [854](https://github.com/neo4j-labs/neodash/pull/854)
1
+
## NeoDash 2.4.6
2
+
This is a minor release containing a few critical fixes and some extra style customizations:
- 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