This page contains information about changes to the PowerBI Visual Tools (pbiviz).
- custom visuals now support a landing page
- Update package-lock.json to fix vulnerabilities
- Deprecated
applySelectionFilter
fromISelectionManager
- Custom visuals now support context menu
- Remove jasmine-node package
- Fix vulnerabilities
- 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
- Added support of parameter
supportsSynchronizingFilterState
- Added support of parameter
filterState
for properties that makes property a part of filtration model
- Expanded
host.colorPalette
now expose a booleanisHighContrast
flag and several non-data colors (includingforeground
,foregroundSelected
,background
andhyperlink
all of which are required for high-contrast accessibility support)
- Resolve PowerShell params issue on Win8.
- Resolve PowerShell script launching issue.
- Check certificate path in
--install-cert
command.
- Added
selectionManager.registerOnSelectCallback()
method for Report Bookmarks support
- Added
pbiviz --create-cert
for generating new unique certificate
- Increase typescript to 2.3.3 version
- Added ILocalizationManager
- Upgrade dependencies
- Added Authentication API call support
- Added launchUrl API call support
- FIX: Localization schema will be ignored if API doesn't support localization
- Added new type "fillRule" (gradient) support in capabilities schema
- Added "rule" property support in capabilities schema for object properties
- Fixed sub commands help output in "Using:" section
- Return innerHTML method for RHTML visual sample
- Remove innerHTML method from sample visual
- Added RESJSON support
- Add name validation to pbiviz new command, restrict usage of symbols in the file visual name.
- Added visual name validation
- Added auto-install npm dependencies
- Updated npm dependencies
- Fixed settings generation
- Fix issue in Capabilities.objects does not support "text" type
- Add
pbiviz update
to support updating visual API type definitions and schema - Add
--api-version
flag topbiviz new
to support creating visuals with a specific api version - Add support for alpha release of API v1.2.0
Initial public release