Skip to content

Commit

Permalink
Merge pull request #24 from nielsdejong/develop
Browse files Browse the repository at this point in the history
Release 1.1
  • Loading branch information
nielsdejong authored Jun 1, 2021
2 parents 77538df + b7b200d commit 7630d1d
Show file tree
Hide file tree
Showing 33 changed files with 1,965 additions and 217 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Writing Cypher is all that's required to build your first dashboard in minutes.
- Customizing your dashboard layout with a variety of report sizes.
- Saving/loading dashboards as a JSON file.

### Requirements
- Neo4j 4.0 or later
- A modern web-browser / a Neo4j Desktop installation
### Documentation
- For users, see [user-guide.md](./doc/user-guide.md).
- Extending NeoDash? See [developer-guide.md](./doc/developer-guide.md).
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "neodash",
"description": "NeoDash - Neo4j Dashboard Builder",
"version": "1.0.7",
"version": "1.1.0",
"homepage": "./",
"neo4jDesktop": {
"apiVersion": "^1.2.0"
Expand All @@ -18,7 +18,7 @@
}
],
"dist": {
"tarball": "https://github.com/nielsdejong/neodash/releases/download/1.0.3/neodash-1.0.3.tgz"
"tarball": "https://github.com/nielsdejong/neodash/releases/download/1.1.0/neodash-1.1.0.tgz"
},
"repository": {
"type": "git",
Expand All @@ -27,6 +27,7 @@
"private": false,
"dependencies": {
"@apollo/react-hooks": "^3.1.2",
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
Expand All @@ -37,10 +38,13 @@
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"jquery": "^3.5.1",
"leaflet": "latest",
"materialize-css": "^1.0.0",
"neo4j-driver": "latest",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-leaflet": ">=3.1.0 <3.2.0 || ^3.2.1",
"react-leaflet-enhanced-marker": "^1.0.19",
"react-markdown": "^5.0.3",
"react-materialize": "^3.9.2",
"react-scripts": "3.4.1",
Expand Down
Binary file added public/Neo4j-logo_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>NeoDash - Neo4j Dashboard Builder</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="materialize/css/materialize.min.css" rel="stylesheet" type="text/css" media="screen"/>
<link href="leaflet/css/leaflet.css" rel="stylesheet" type="text/css" media="screen"/>
<link href="style.css" rel="stylesheet" type="text/css" media="screen"/>
<link rel="manifest" href="manifest.json">
<link rel="shortcut icon" href="favicon.ico">
Expand Down
Binary file added public/leaflet/css/images/layers-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/leaflet/css/images/layers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/leaflet/css/images/marker-icon-2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/leaflet/css/images/marker-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/leaflet/css/images/marker-shadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7630d1d

Please sign in to comment.