Skip to content

Commit 13d49a5

Browse files
mvgalievignatvilesov
authored andcommitted
added localization (#28)
1 parent 7c39672 commit 13d49a5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.4.0
2+
* Added localization for all supported languages
3+
14
## 1.3.0
25
* UPD: powerbi-visuals-tools has been updated to 1.11.0 to support Bookmarks
36
* UPD: API has been updated to 1.11.0 to support Bookmarks

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-visuals-enhancedscatter",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "A few more properties were added to the existing scatter chart visual, including shapes as markers, background image support, and developer crosshairs for positioning elements onto an image background.",
55
"repository": {
66
"type": "git",

pbiviz.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "EnhancedScatter",
55
"guid": "EnhancedScatterChart1443994985041",
66
"visualClassName": "EnhancedScatterChart",
7-
"version": "1.3.0",
7+
"version": "1.4.0",
88
"description": "A few more properties were added to the existing scatter chart visual, including shapes as markers, background image support, and developer crosshairs for positioning elements onto an image background.",
99
"supportUrl": "http://community.powerbi.com",
1010
"gitHubUrl": "https://github.com/Microsoft/powerbi-visuals-enhancedscatter"

0 commit comments

Comments
 (0)