powerbi-visuals-api
Advanced tools
Comparing version 3.8.3 to 3.8.4
# Change Log - Power BI Custom Visuals API | ||
## 3.8.4 | ||
* Fixed `create` interface. | ||
## 3.8.3 | ||
@@ -4,0 +7,0 @@ * `supportEnhancedTooltips` : added the "supportEnhancedTooltips" as a capability, it enables modern visual tooltip which includes data point drill actions and updated styling. |
@@ -109,3 +109,3 @@ declare namespace powerbi { | ||
/** Function to call to create the visual. */ | ||
create: (options?: extensibility.VisualConstructorOptions) => extensibility.IVisual; | ||
create: (options?: extensibility.visual.VisualConstructorOptions) => extensibility.IVisual; | ||
@@ -112,0 +112,0 @@ /** Function to call to create a modal dialog. */ |
{ | ||
"name": "powerbi-visuals-api", | ||
"version": "3.8.3", | ||
"version": "3.8.4", | ||
"description": "Power BI Custom Visuals API type definitions for typescript", | ||
@@ -20,6 +20,6 @@ "types": "index", | ||
"dependencies": { | ||
"semver": "^7.3.2" | ||
"semver": "^7.3.5" | ||
}, | ||
"devDependencies": { | ||
"jasmine": "^3.5.0" | ||
"jasmine": "^3.9.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "scripts": { |
122615
Updatedsemver@^7.3.5