Skip to content

Tags: gangrel11/PowerBI-JavaScript

Tags

v2.14.1

Toggle v2.14.1's commit message
Version 2.14.1

Improved stability of JS SDK
Removed default "filterPaneEnabled: true"

2.14.0

Toggle 2.14.0's commit message
Merged PR 101370: Remove default report settings

Remove default report settings

2.13.3

Toggle 2.13.3's commit message
Merged PR 101002: Fixing bootstrap bug.

Fixing a bug where /report/embed message is sent before bootstrap is complete.

**Repo:**
1) Call bootstrap.
2) Call report.embed immediately.

**Timing:**
1) Bootstrap starts.
2) iframe is not loaded yet ('load') event is not fired to the SDK.
3) powerbi.embed starts
4) powerbi.embed calls embedExisting because iframe already exists - it's fine.
5) embedExisting calls embed::load method which sends /report/load message to the SDK
6) iframe is loaded (bootstrap is done).
7) ('load') event handler calls embed::load method which sends /report/load message to the SDK - AGAIN

**Expected:**
/report/load is called one time only.

**Acutal**
/report/load is called twice - first time before iframe is ready is a BUG.

**Fix**
Adding a flag which saves the state of the iframe (loaded/not loaded).
If iframe is not loaded, avoid sending the postMessage.
We need the load method to send the right config when it's called from 'load' event. For that, we save the last config per component, and post the load message with that config.

v2.13.2

Toggle v2.13.2's commit message
Add persistent filters APIs

New visual rendered event
Update models versoin to 1.4.0

2.13.2

Toggle 2.13.2's commit message
Merged PR 100346: Bump version to fix nuget package

Initial commit

v2.11.0

Toggle v2.11.0's commit message
Add the latest version of Powerbi-models and add missing typedocs.

v2.10.4

Toggle v2.10.4's commit message
Block Embed url from the portal.

Update PowerBI-Models version to use the latest version adding::
	ReequireSingleSelection

v2.10.3

Toggle v2.10.3's commit message
* Contrast mode

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

v2.10.1

Toggle v2.10.1's commit message
publish new version