Skip to content

Commit

Permalink
Api 2.1.0 (#213)
Browse files Browse the repository at this point in the history
* Upgrading to API v1.13.0:
* Expanded `host.colorPalette` now expose a boolean `isHighContrast` flag and several non-data colors (including `foreground`, `foregroundSelected`, `background` and `hyperlink` all of which are required for high-contrast accessibility support)

* modified:   templates/visuals/.api/v1.13.0/PowerBI-visuals.d.ts

* Added `supportsKeyboardFocus` flag to capabilities schema (enables focus for keyboard navigation)

* add v2.0.0

* change defintion file

* remove namespace powerbi.data.services

* add api 1.13  capabilities shcema to api 2.0.

* add API 2.0.1

* change 2.0.1 to 2.1.0
  • Loading branch information
AviSander committed Aug 20, 2018
1 parent 574d3ee commit 29b4248
Show file tree
Hide file tree
Showing 18 changed files with 5,616 additions and 7 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Expand Up @@ -2,6 +2,11 @@

This page contains information about changes to the PowerBI Visual Tools (pbiviz).

## pibviz v2.1.0
* use Custom Visuals Selection id's instead of old Selection id's
* remove Semantic Query dependency inside the iFrame
* Serialize DataView and remove multiple DataView types

## pbiviz v1.13.1
* Added support of parameter `supportsSynchronizingFilterState`
* Added support of parameter `filterState` for properties that makes property a part of filtration model
Expand Down
2 changes: 1 addition & 1 deletion config.json
Expand Up @@ -6,7 +6,7 @@
"package": "templates/package.json.template"
},
"generate": {
"apiVersion": "1.13.0"
"apiVersion": "2.1.0"
},
"build": {
"precompileFolder": ".tmp/precompile",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "powerbi-visuals-tools",
"version": "1.13.1",
"version": "2.1.0",
"description": "Command line tool for creating and publishing visuals for Power BI",
"main": "./lib/VisualPackage.js",
"scripts": {
Expand Down

0 comments on commit 29b4248

Please sign in to comment.