powerbi-visuals-api
Advanced tools
Comparing version 3.6.0 to 3.7.0
# Change Log - Power BI Custom Visuals API | ||
## 3.7.0 | ||
* `displayWarningIcon` : enables visuals to display a warning icon with customized text and details. | ||
## 3.6.0 | ||
@@ -4,0 +7,0 @@ * `supportsEmptyDataView` : added the "supportsEmptyDataView" as a capability, enables visuals to receive formatting properties even if they don't have any data roles. |
@@ -1505,2 +1505,3 @@ declare namespace powerbi { | ||
hostEnv: powerbi.common.CustomVisualHostEnv; | ||
displayWarningIcon: (hoverText: string, detailedText: string) => void; | ||
} | ||
@@ -1507,0 +1508,0 @@ |
{ | ||
"name": "powerbi-visuals-api", | ||
"version": "3.6.0", | ||
"version": "3.7.0", | ||
"description": "Power BI Custom Visuals API type definitions for typescript", | ||
@@ -5,0 +5,0 @@ "types": "index", |
120993
2818