powerbi-visuals-api
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -1,2 +0,3 @@ | ||
# Change Log - Power BI Cusrom Visuals API | ||
## 2.2.2 | ||
* Adds `fontFamily` into schema for capabilities.json | ||
@@ -3,0 +4,0 @@ ## 2.2.1 |
@@ -5,2 +5,3 @@ const semver = require('semver'); | ||
let apiVersion = `${semver.major(packageVersion)}.${semver.minor(packageVersion)}.0`; | ||
exports.version = apiVersion; | ||
@@ -7,0 +8,0 @@ |
{ | ||
"name": "powerbi-visuals-api", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Power BI Custom Visuals API type definitions for typescript", | ||
@@ -5,0 +5,0 @@ "types": "index", |
@@ -1014,2 +1014,6 @@ { | ||
"description": "Displays a slider that allows the user to choose a font size in points" | ||
}, | ||
"fontFamily": { | ||
"type": "boolean", | ||
"description": "Displays a dropdown with font families" | ||
} | ||
@@ -1033,2 +1037,7 @@ }, | ||
] | ||
}, | ||
{ | ||
"required":[ | ||
"fontFamily" | ||
] | ||
} | ||
@@ -1035,0 +1044,0 @@ ] |
109153
2586