diff --git a/CHANGELOG.md b/CHANGELOG.md index c62340b..64783d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.5.0 +* Added drill-down support + ## 1.4.0 * Updated dependencies * Updated API version diff --git a/capabilities.json b/capabilities.json index bf4a802..e1233a1 100644 --- a/capabilities.json +++ b/capabilities.json @@ -37,6 +37,12 @@ "displayName": "Target Type" } ], + "drilldown": { + "roles": [ + "Source", + "Target" + ] + }, "dataViewMappings": [ { "conditions": [ diff --git a/package.json b/package.json index 62aaa49..fa6b88b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerbi-visuals-forcegraph", - "version": "1.4.0", + "version": "1.5.0", "description": "This custom visual implements a D3 force layout diagram with curved path. The thickness of the path also represents the weight of the relationship between the nodes.", "repository": { "type": "git", diff --git a/pbiviz.json b/pbiviz.json index a56ea9c..378c26f 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -4,7 +4,7 @@ "displayName": "Force-Directed Graph", "guid": "ForceGraph1449359463895", "visualClassName": "ForceGraph", - "version": "1.4.0", + "version": "1.5.0", "description": "This custom visual implements a D3 force layout diagram with curved path. The thickness of the path also represents the weight of the relationship between the nodes.", "supportUrl": "http://community.powerbi.com", "gitHubUrl": "https://github.com/Microsoft/PowerBI-visuals-ForceGraph"