Skip to content

Commit d08fc9f

Browse files
committed
merge master
2 parents dc8ef86 + df1c166 commit d08fc9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+2217
-382
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"fetch": "^1.0.0",
3636
"http-server": "^0.10.0",
3737
"jquery": "^3.1.0",
38-
"powerbi-client": "2.5.0",
38+
"powerbi-client": "2.5.1",
3939
"syntaxhighlighter": "4.0.1"
4040
},
4141
"devDependencies": {}

demo/v2-demo/code_area.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE html>
22
<div class="editorTitle">Code</div>
33
<div class="textAreaControls">
4-
<button id="btnRunCode" class="textAreaControl">
5-
<img src="images\run.png" /> Run
4+
<button id="btnRunCode" class="textAreaControl regular">
5+
<img src="images\run.svg" /> Run
66
</button>
7-
<button id="btnCopyCode" class="textAreaControl" onclick="elementClicked(this);CopyCode();">
8-
<img src="images\copy.png" /> Copy
7+
<button id="btnCopyCode" class="textAreaControl regular" onclick="elementClicked(this);CopyCode();">
8+
<img src="images\copy.svg" /> Copy
99
</button>
1010
</div>
1111

demo/v2-demo/demos.html

Lines changed: 0 additions & 3 deletions
This file was deleted.

demo/v2-demo/docs.html

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<div id="docs-content">
33
<div class="docs-line">
44
<div class="docs-links">
5-
<h2>Getting Started</h2>
5+
<h2>Getting started</h2>
66
<a href="https://github.com/Microsoft/powerbi-javascript/wiki">Power BI JavaScript API wiki</a><br>
7-
<a href="https://docs.microsoft.com/en-us/power-bi/developer/embedding">Power BI Embedding Documentation</a><br>
7+
<a href="https://docs.microsoft.com/en-us/power-bi/developer/embedding">Power BI embedding documentation</a><br>
88
</div>
99
<div class="docs-links">
10-
<h2>Useful Links</h2>
10+
<h2>Useful links</h2>
1111
<a href="https://azure.microsoft.com/en-us/services/power-bi-embedded/">Power BI Embedded on Azure</a><br>
12-
<a href="https://community.powerbi.com/t5/Forums/ct-p/Forums">Power BI Community</a><br>
13-
<a href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/category/161718-apis-and-embedding">Power BI Ideas - APIs and Embedding</a><br>
12+
<a href="https://community.powerbi.com/t5/Forums/ct-p/Forums">Power BI community</a><br>
13+
<a href="https://ideas.powerbi.com/forums/265200-power-bi-ideas/category/161718-apis-and-embedding">Power BI Ideas - APIs and embedding</a><br>
1414
</div>
1515
<div class="docs-links">
1616
<h2>Support</h2>
1717
<a href="https://docs.microsoft.com/en-us/power-bi/developer/embedded-faq">Power BI Embedded FAQ</a><br>
18-
<a href="https://docs.microsoft.com/en-us/power-bi/developer/embedded-troubleshoot">Power BI Embedded Troubleshooting</a><br>
18+
<a href="https://docs.microsoft.com/en-us/power-bi/developer/embedded-troubleshoot">Power BI Embedded troubleshooting</a><br>
1919
<a href="https://powerbi.microsoft.com/en-us/support/">Power BI Support</a><br>
2020
</div>
2121
</div>
@@ -30,11 +30,11 @@ <h2>Videos</h2>
3030
<iframe width="330" height="186" src="https://www.youtube.com/embed/NbsLRDMWNRI" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
3131
</div>
3232
<div class="docs-video">
33-
Get an Embed Token & Embed Your Analytics<br>
33+
Get an embed token & embed your analytics<br>
3434
<iframe width="330" height="186" src="https://www.youtube.com/embed/GPHHdDRSlis" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
3535
</div>
3636
<div class="docs-video">
37-
Setting up and Getting Started<br>
37+
Setting up and getting started<br>
3838
<video width="330" height="186" controls="controls" preload="metadata">
3939
<source src="https://sec.ch9.ms/ch9/5da0/29725d07-f7c3-4090-8b80-a5881e5d5da0/PowerBiEmbeddedPart1_high.mp4#t=12.6" type="video/mp4">
4040
Your browser does not support the video tag.
@@ -47,6 +47,10 @@ <h2>Videos</h2>
4747
Your browser does not support the video tag.
4848
</video>
4949
</div>
50+
<div class="docs-video">
51+
Extend context menu feature<br>
52+
<iframe width="330" height="186" src="https://www.youtube.com/embed/Yt4MGpD2cVk" frameborder="0" allow="encrypted-media" allowfullscreen></iframe>
53+
</div>
5054
</div>
5155
</div>
5256
</div>

demo/v2-demo/images/add.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 59 additions & 0 deletions
Loading

demo/v2-demo/images/clear.png

-450 Bytes
Binary file not shown.

demo/v2-demo/images/clear.svg

Lines changed: 3 additions & 0 deletions
Loading

demo/v2-demo/images/close.png

332 Bytes
Loading

demo/v2-demo/images/copy.png

-267 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)