powerbi-visuals-api
Advanced tools
Comparing version 5.7.0 to 5.8.0
# Change Log - Power BI Custom Visuals API | ||
## 5.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: `supportsOnObjectFormatting` and `enablePointerEventsFormatMode`. | ||
- Adds `subSelections` and `formatMode` in `VisualUpdateOptions` interface. | ||
## 5.7.0 | ||
@@ -3,0 +12,0 @@ * `acquireAADTokenService` : Enables visuals to obtain Microsoft Entra ID (formerly known as Azure AD) access tokens for signed-in users. |
@@ -7,2 +7,5 @@ // Powerbi visuals APIs | ||
// Powerbi onobject formatting APIs | ||
/// <reference path='./src/on-object-formatting-api.d.ts'/> | ||
export default powerbi; |
{ | ||
"name": "powerbi-visuals-api", | ||
"version": "5.7.0", | ||
"version": "5.8.0", | ||
"description": "Power BI Custom Visuals API type definitions for typescript", | ||
@@ -5,0 +5,0 @@ "types": "index", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
184798
13
4251