Skip to content

Commit 7630d1d

Browse files
authored
Merge pull request #24 from nielsdejong/develop
Release 1.1
2 parents 77538df + b7b200d commit 7630d1d

33 files changed

+1965
-217
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Writing Cypher is all that's required to build your first dashboard in minutes.
1010
- Customizing your dashboard layout with a variety of report sizes.
1111
- Saving/loading dashboards as a JSON file.
1212

13+
### Requirements
14+
- Neo4j 4.0 or later
15+
- A modern web-browser / a Neo4j Desktop installation
1316
### Documentation
1417
- For users, see [user-guide.md](./doc/user-guide.md).
1518
- Extending NeoDash? See [developer-guide.md](./doc/developer-guide.md).

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neodash",
33
"description": "NeoDash - Neo4j Dashboard Builder",
4-
"version": "1.0.7",
4+
"version": "1.1.0",
55
"homepage": "./",
66
"neo4jDesktop": {
77
"apiVersion": "^1.2.0"
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"dist": {
21-
"tarball": "https://github.com/nielsdejong/neodash/releases/download/1.0.3/neodash-1.0.3.tgz"
21+
"tarball": "https://github.com/nielsdejong/neodash/releases/download/1.1.0/neodash-1.1.0.tgz"
2222
},
2323
"repository": {
2424
"type": "git",
@@ -27,6 +27,7 @@
2727
"private": false,
2828
"dependencies": {
2929
"@apollo/react-hooks": "^3.1.2",
30+
"@react-leaflet/core": ">=1.0.0 <1.1.0 || ^1.1.1",
3031
"@testing-library/jest-dom": "^4.2.4",
3132
"@testing-library/react": "^9.5.0",
3233
"@testing-library/user-event": "^7.2.1",
@@ -37,10 +38,13 @@
3738
"graphql": "^14.5.8",
3839
"graphql-tag": "^2.10.1",
3940
"jquery": "^3.5.1",
41+
"leaflet": "latest",
4042
"materialize-css": "^1.0.0",
4143
"neo4j-driver": "latest",
4244
"react": "^16.13.1",
4345
"react-dom": "^16.13.1",
46+
"react-leaflet": ">=3.1.0 <3.2.0 || ^3.2.1",
47+
"react-leaflet-enhanced-marker": "^1.0.19",
4448
"react-markdown": "^5.0.3",
4549
"react-materialize": "^3.9.2",
4650
"react-scripts": "3.4.1",

public/Neo4j-logo_color.png

12.7 KB
Loading

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<title>NeoDash - Neo4j Dashboard Builder</title>
77
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
88
<link href="materialize/css/materialize.min.css" rel="stylesheet" type="text/css" media="screen"/>
9+
<link href="leaflet/css/leaflet.css" rel="stylesheet" type="text/css" media="screen"/>
910
<link href="style.css" rel="stylesheet" type="text/css" media="screen"/>
1011
<link rel="manifest" href="manifest.json">
1112
<link rel="shortcut icon" href="favicon.ico">
1.23 KB
Loading

public/leaflet/css/images/layers.png

696 Bytes
Loading
2.41 KB
Loading
1.43 KB
Loading
618 Bytes
Loading

0 commit comments

Comments
 (0)