powerbi-visuals-api
Advanced tools
Comparing version 2.6.0 to 2.6.1
# Change Log - Power BI Cusrom Visuals API | ||
## 2.6.1 | ||
* Add `fontFamily` as one of required properties of `formatting` object type. | ||
* Add `supportsMultiVisualSelection` to schema. | ||
## 2.6.0 | ||
@@ -4,0 +8,0 @@ * `subtotals` property specifies subtotal customizations applied in customizeQuery method |
{ | ||
"name": "powerbi-visuals-api", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Power BI Custom Visuals API type definitions for typescript", | ||
@@ -5,0 +5,0 @@ "types": "index", |
@@ -54,2 +54,6 @@ { | ||
}, | ||
"supportsMultiVisualSelection": { | ||
"type": "boolean", | ||
"description": "Indicates whether the visual supports multi selection" | ||
}, | ||
"subtotals": { | ||
@@ -1049,2 +1053,7 @@ "description": "Specifies the subtotal customizations applied in the customizeQuery method", | ||
] | ||
}, | ||
{ | ||
"required": [ | ||
"fontFamily" | ||
] | ||
} | ||
@@ -1328,2 +1337,2 @@ ] | ||
} | ||
} | ||
} |
118580
2780