Tags · microsoft/PowerBI-JavaScript
v2.19.0
Toggle v2.19.0's commit message
Version 2.19.0 Added access token expiry callback (accessTokenProvider) to EventHooks Added new 'info' event Added the ability to change the name of the global `powerbi` object (using powerBISDKGlobalServiceInstanceName)
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