You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
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
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