From 5a09c1df4eeb12752a1d11eba88d854a54b4a038 Mon Sep 17 00:00:00 2001 From: mvgaliev Date: Wed, 23 May 2018 11:05:26 +0300 Subject: [PATCH] added localization (#32) --- CHANGELOG.md | 3 +++ package.json | 2 +- pbiviz.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d25e447..8bbc4ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 1.7.0 +* Added localization for all supported languages + ## 1.6.1 * UPD: the nodes rendering algorithm (alpha) was changed to optimal algorithm (theta) diff --git a/package.json b/package.json index 056bafe..4eb5555 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "powerbi-visuals-forcegraph", - "version": "1.6.1", + "version": "1.7.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 ffbbf57..7e9552d 100644 --- a/pbiviz.json +++ b/pbiviz.json @@ -4,7 +4,7 @@ "displayName": "Force-Directed Graph", "guid": "ForceGraph1449359463895", "visualClassName": "ForceGraph", - "version": "1.6.1", + "version": "1.7.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"