Skip to content

Commit f1ca6fa

Browse files
authored
Added release notes for 2.4.3 release (#799)
* First iteration of 2.4.3 release notes * Finalized release notes * Fixed release notes
1 parent 2fa0279 commit f1ca6fa

File tree

7 files changed

+62
-17
lines changed

7 files changed

+62
-17
lines changed

.github/workflows/master-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
context: .
8080
file: ./Dockerfile
8181
push: true
82-
tags: ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:2.4.2
82+
tags: ${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_LABS_USERNAME }}/neodash:2.4.3
8383
build-docker-legacy:
8484
needs: build-test
8585
runs-on: neodash-runners
@@ -103,7 +103,7 @@ jobs:
103103
context: .
104104
file: ./Dockerfile
105105
push: true
106-
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_USERNAME }}/neodash:2.4.2
106+
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/neodash:latest,${{ secrets.DOCKER_HUB_USERNAME }}/neodash:2.4.3
107107
deploy-gallery:
108108
runs-on: neodash-runners
109109
strategy:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ USER nginx
4343
EXPOSE $NGINX_PORT
4444

4545
HEALTHCHECK cmd curl --fail "http://localhost:$NGINX_PORT" || exit 1
46-
LABEL version="2.4.2"
46+
LABEL version="2.4.3"

changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## NeoDash 2.4.3
2+
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:
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.
19+
20+
Thanks to all the contributors for this release:
21+
- [OskarDamkjaer](https://github.com/OskarDamkjaer)
22+
- [alfredorubin96](https://github.com/alfredorubin96),
23+
- [AleSim94](https://github.com/AleSim94),
24+
- [BennuFire](https://github.com/BennuFire),
25+
- [jacobbleakley-neo4j](https://github.com/jacobbleakley-neo4j),
26+
- [josepmonclus](https://github.com/josepmonclus)
27+
- [nielsdejong](https://github.com/nielsdejong)
28+
29+
130
## NeoDash 2.4.2
231
This is a release with a large amount of quality of life improvements, as well as some new features:
332

docs/modules/ROOT/pages/developer-guide/deploy-a-build.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Depending on the webserver type and version, this could be different directory.
3737
As an example - to copy the files to an nginx webserver using `scp`:
3838

3939
```bash
40-
scp neodash-2.4.2 username@host:/usr/share/nginx/html
40+
scp neodash-2.4.3 username@host:/usr/share/nginx/html
4141
```
4242

4343
NeoDash should now be visible by visiting your (sub)domain in the browser.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neodash",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "NeoDash - Neo4j Dashboard Builder",
55
"neo4jDesktop": {
66
"apiVersion": "^1.2.0"

release-notes.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,27 @@
1-
## NeoDash 2.4.2
2-
This is a release with a large amount of quality of life improvements, as well as some new features:
3-
4-
- Visualize graphs in 3D with the new 3D graph report. [#737](https://github.com/neo4j-labs/neodash/pull/737)
5-
- Improved dashboard management sidebar and handling of drafts. [#734](https://github.com/neo4j-labs/neodash/pull/734)
6-
- Added parameter select setting for autopopulating first selector value. [#746](https://github.com/neo4j-labs/neodash/pull/746)
7-
- Improved UX for editing page names & dashboard titles. [#743](https://github.com/neo4j-labs/neodash/pull/743)
8-
- Unified common settings for each report type. [#724](https://github.com/neo4j-labs/neodash/pull/724)
9-
- 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)
10-
- Fixed issue where invisible table columns were not handled correctly. [#695](https://github.com/neo4j-labs/neodash/pull/695)
11-
- Miscellaneous bug fixes, style improvements & stability fixes. [#744](https://github.com/neo4j-labs/neodash/pull/744)
1+
## NeoDash 2.4.3
2+
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:
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.
19+
20+
Thanks to all the contributors for this release:
21+
- [OskarDamkjaer](https://github.com/OskarDamkjaer)
22+
- [alfredorubin96](https://github.com/alfredorubin96),
23+
- [AleSim94](https://github.com/AleSim94),
24+
- [BennuFire](https://github.com/BennuFire),
25+
- [jacobbleakley-neo4j](https://github.com/jacobbleakley-neo4j),
26+
- [josepmonclus](https://github.com/josepmonclus)
27+
- [nielsdejong](https://github.com/nielsdejong)

src/modal/AboutModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Button, Dialog, TextLink } from '@neo4j-ndl/react';
33
import { BookOpenIconOutline, BeakerIconOutline } from '@neo4j-ndl/react/icons';
44
import { Section, SectionTitle, SectionContent } from './ModalUtils';
55

6-
export const version = '2.4.2';
6+
export const version = '2.4.3';
77

88
export const NeoAboutModal = ({ open, handleClose, getDebugState }) => {
99
const downloadDebugFile = () => {

0 commit comments

Comments
 (0)