Skip to content

Commit

Permalink
Bookmarks support (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneElkin authored and ignatvilesov committed Mar 23, 2018
1 parent aca90fd commit 3c82b85
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 6,073 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@
"fileMatch": [
"/pbiviz.json"
],
"url": "./.api/v1.7.0/schema.pbiviz.json"
"url": "./.api/v1.11.0/schema.pbiviz.json"
},
{
"fileMatch": [
"/capabilities.json"
],
"url": "./.api/v1.7.0/schema.capabilities.json"
"url": "./.api/v1.11.0/schema.capabilities.json"
},
{
"fileMatch": [
"/dependencies.json"
],
"url": "./.api/v1.7.0/schema.dependencies.json"
"url": "./.api/v1.11.0/schema.dependencies.json"
}
]
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.5.0
* UPD: powerbi-visuals-tools has been updated to 1.11.2 to support Bookmarks
* UPD: API has been updated to 1.11.0 to support Bookmarks
* UPD: powerbi-visuals-utils-interactivityutils has been updated to 3.1.0 to support Bookmarks
* UPD: powerbi-visuals-utils-testutils has been updated to "1.2.0" to support Bookmarks

## 1.4.1
* Fixed breaking issue if string value used instead of number in Values field bucket

Expand Down
Loading

0 comments on commit 3c82b85

Please sign in to comment.