Releases: microsoft/powerbi-visuals-api
Releases · microsoft/powerbi-visuals-api
v5.11.0
v5.10.0
sourceFieldParameters: New DataViewMetadataColumn property indicates that the current field is the result of a field parameter.
v5.9.1
What's Changed
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #55
- Dev/dbrailovsky/5.9.1 by @dbrailov in #89
New Contributors
- @microsoft-github-policy-service made their first contribution in #55
Full Changelog: 5.9.0...5.9.1
acquireAADTokenService: Enhanced to support multiple clouds.
v5.9.0
AcquireAADTokenResult: Extended with additional properties.createOpaqueUtils: Create an encapsulated utility for the visual.- Filter API : Exposing new filter type for hierarchy data - HierarchyIdentity.
areHierarchicallyRelated: Requires that the items in the role are hierarchically related.CustomVisualHostEnv: Extended withDashboardHosttype for representing tiles and dashboards in embedded environments.
v5.8.0
storageV2Service: Enables visuals to use the browser's local storage.- Support For OnObject Formatting:
- Adds OnObject Formatting interfaces.
- visualOnObjectFormatting: Contains the get APIs of the onObject.
subSelectionService: Enables visuals to send subSelections and outlines to PowerBI.- Adds 2 capabilities:
supportsOnObjectFormattingandenablePointerEventsFormatMode. - Adds
subSelectionsandformatModeinVisualUpdateOptionsinterface.
v5.7.0
acquireAADTokenService: Enables visuals to obtain Microsoft Entra ID (formerly known as Azure AD) access tokens for signed-in users.- Dynamic drill control : Adds new API and capability to dynamically control the drill and expand collapse features.
v5.6.1-beta
Raised version (#72)
v5.6.0-beta
- Adds the
storageV2service. - Adds the
acquireAADTokenservice.
v5.4.0
- Adds
isDataFilterAppliedinto DataViewMetadata, to provide a boolean value of whether any applied filter affects the visual.
v5.3.0
- SelectionId's update-fix for matrix dataView.
Note: the selectionId's core data might change therefore a persisted selectionIds/identityIndex using an older API version might not be relevant in matrix dataView. downloadService: Adds a new methodexportVisualsContentExtendedwhich returns expanded reuslt information of the download.- Extended
VisualUpdateTypeenum with 3 new types:FormattingSubSelectionChange,FormatModeChangeandFilterOptionsChange.