Skip to content

Releases: microsoft/powerbi-visuals-api

v5.11.0

02 Jul 15:41
f8aea10
Compare
Choose a tag to compare
  • Removes storageService.

v5.10.0

10 Jun 13:08
2237736
Compare
Choose a tag to compare
  • sourceFieldParameters : New DataViewMetadataColumn property indicates that the current field is the result of a field parameter.

v5.9.1

06 May 13:44
@uve uve
69a0205
Compare
Choose a tag to compare

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

26 Mar 09:02
79db577
Compare
Choose a tag to compare
  • 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 with DashboardHost type for representing tiles and dashboards in embedded environments.

v5.8.0

19 Feb 10:29
4939502
Compare
Choose a tag to compare
  • 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: supportsOnObjectFormatting and enablePointerEventsFormatMode.
    • Adds subSelections and formatMode in VisualUpdateOptions interface.

v5.7.0

19 Dec 13:10
bd5b69f
Compare
Choose a tag to compare
  • 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

19 Jun 12:11
bd9cfb3
Compare
Choose a tag to compare
Raised version (#72)

v5.6.0-beta

13 Jun 10:08
849756d
Compare
Choose a tag to compare
  • Adds the storageV2 service.
  • Adds the acquireAADToken service.

v5.4.0

19 Apr 10:58
771a0ba
Compare
Choose a tag to compare
  • Adds isDataFilterApplied into DataViewMetadata, to provide a boolean value of whether any applied filter affects the visual.

v5.3.0

13 Mar 18:48
a953be6
Compare
Choose a tag to compare
  • 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 method exportVisualsContentExtended which returns expanded reuslt information of the download.
  • Extended VisualUpdateType enum with 3 new types: FormattingSubSelectionChange, FormatModeChange and FilterOptionsChange.