-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added release notes for 2.4.6 #877
Conversation
changelog.md
Outdated
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)). | ||
- Make wrapping in table optional, enabled by default ([872](https://github.com/neo4j-labs/neodash/pull/872)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled not enabled
release-notes.md
Outdated
- Fix bad text wrapping for arrays in tables ([868](https://github.com/neo4j-labs/neodash/pull/868)). | ||
- Make wrapping in table optional, enabled by default ([872](https://github.com/neo4j-labs/neodash/pull/872)). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled not enabled
Quality Gate passedIssues Measures |
* 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 <rmcj@novonordisk.com> * Fix bad wrapping for arrays (#868) * Fix bad wrapping for arrays * Add space for array display --------- Co-authored-by: Marius Conjeaud <rmcj@novonordisk.com> * 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 <marius.conjeaud@outlook.com> Co-authored-by: Marius Conjeaud <rmcj@novonordisk.com>
NeoDash 2.4.6
This is a minor release containing a few critical fixes and some extra style customizations: