Skip to content

Tags: lebaker/PowerBI-JavaScript

Tags

v2.18.7

Toggle v2.18.7's commit message
Version 2.18.7

Add method getTheme() to get the theme of the report
Add background color and wallpaper color information to getPages and getActivePage APIs
ESLint fixes
Unit test improveent

v2.18.6

Toggle v2.18.6's commit message
Version 2.18.6

Add setZoom and getZoom APIs to control the report's zoom level

v2.18.3

Toggle v2.18.3's commit message
Version 2.18.3

Add mobileSize to getPages API

v2.18.2

Toggle v2.18.2's commit message
Version 2.18.2

Add many utility functions like getVisualByName, and getActivePage and fluent filter builders.

v2.18.1

Toggle v2.18.1's commit message
Version 2.18.1

Fix bug when setAccessToken is called with an empty token.

v2.18.0

Toggle v2.18.0's commit message
Version 2.18.0

Add settings property openLinksInNewWindow
Support pane object in Q&A embed (filters pane only)
Extend on-load filters to support settings page level filters
Support IPaginatedReportsCommandSettings to control paginated reports parameters panel
Add allPages option to capture bookmark API

v2.17.2

Toggle v2.17.2's commit message
Version 2.17.2

Fix bug in updateFilters API

v2.17.1

Toggle v2.17.1's commit message
Version 2.17.1

Add updateFilters API that supports the following operations (FiltersOperations type)
1) RemoveAll
2) ReplaceAll
3) Add
4) Replace
With these operations the API gives greater granularity than the existing setFilters API.

Fix bug where calling powerbi.reset doesn't clear registered event handlers

v2.16.5

Toggle v2.16.5's commit message
Version 2.16.5

Support capturing bookmarks with personalized visuals (ICaptureBookmarkOptions property personalizeVisuals)
Add visualClicked and visualSelected events
Add page rename API

v2.10.3

Toggle v2.10.3's commit message
* Contrast mode

* Single select on basic filter cards.
* RDL Embed features
* Bug fixes