diff --git a/package.json b/package.json index e4ab24b..0406e79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "case-law-app-js", - "version": "0.2.1", + "version": "0.3.0", "private": true, "homepage": "https://nlesc.github.io/case-law-app", "devDependencies": { diff --git a/src/App.js b/src/App.js index 77d8fa9..2a08c8f 100644 --- a/src/App.js +++ b/src/App.js @@ -28,7 +28,7 @@ class App extends React.Component { activeNode: {}, filterState: { sizeAttributeValue: "degree", - colorAttributeValue: "community", + colorAttributeValue: "none", adjustLayout: false, filterSelected: false }, @@ -91,7 +91,7 @@ class App extends React.Component { filterState.creatorValue = filterState.creatorValue || "all"; filterState.communityValue = filterState.communityValue || "all"; filterState.sizeAttributeValue = filterState.sizeAttributeValue || "degree"; - filterState.colorAttributeValue = filterState.colorAttributeValue || "creator"; + filterState.colorAttributeValue = filterState.colorAttributeValue || "none"; return { filterState: filterState }; @@ -144,7 +144,7 @@ class App extends React.Component { } = this.state; const title = data.title || "Network"; const version = require('./../package.json').version; - const version_url = "https://github.com/NLeSC/case-law-app/releases/tag/v" + version; + const version_url = "https://github.com/NLeSC/case-law-app/releases"; return (