Skip to content

Commit 791fb8d

Browse files
authored
Merge pull request microsoft#164 from Microsoft/alihamud_merge_master_into_dev
Version 2.3.0 Merge master into dev Remove feature switch
2 parents c6ace7e + ca4d619 commit 791fb8d

19 files changed

+22
-22
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See the [wiki](https://github.com/Microsoft/PowerBI-JavaScript/wiki) for more de
1717
See the [code docs](https://microsoft.github.io/PowerBI-JavaScript) for detailed information about classes, interfaces, types, etc.
1818

1919
## Demo
20-
See the [live demo](https://microsoft.github.io/PowerBI-JavaScript/demo) for sample application using the powerbi-client library in scenarios such as page navigation, applying filters, updating settings, and more.
20+
New [live demo](https://microsoft.github.io/PowerBI-JavaScript/demo) for sample application using the powerbi-client library in scenarios such as page navigation, applying filters, updating settings, and more.
2121

2222
## Installation
2323

demo/code-demo/scripts/step_authorize.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
const SampleReport = {
22
// Expires on 1.1.2030
33
AccessToken : "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2ZXIiOiIwLjIuMCIsIndjbiI6IlBvd2VyQmlBenVyZVNhbXBsZXMiLCJ3aWQiOiJmODFjMTk2Ni1lZGVlLTQxMWItOGY4YS1mODQ0NjAxOWIwNDQiLCJyaWQiOiJjNTJhZjhhYi0wNDY4LTQxNjUtOTJhZi1kYzM5ODU4ZDY2YWQiLCJpc3MiOiJQb3dlckJJU0RLIiwiYXVkIjoiaHR0cHM6Ly9hbmFseXNpcy53aW5kb3dzLm5ldC9wb3dlcmJpL2FwaSIsImV4cCI6MTg5MzQ0ODgwMCwibmJmIjoxNDgxMDM3MTY5fQ.m4SwqmRWA9rJgfl72lEQ_G-Ijpw9Up5YwmBOfXi00YU",
4-
EmbedUrl : "https://embedded.powerbi.com/appTokenReportEmbed?reportId=c52af8ab-0468-4165-92af-dc39858d66ad&reportEmbedEditingEnabled=true",
4+
EmbedUrl : "https://embedded.powerbi.com/appTokenReportEmbed?reportId=c52af8ab-0468-4165-92af-dc39858d66ad",
55
EmbedId : "c52af8ab-0468-4165-92af-dc39858d66ad"
66
};
77

88
const SampleDataset = {
99
// Expires on 1.1.2030
1010
AccessToken : "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ2ZXIiOiIwLjIuMCIsInR5cGUiOiJlbWJlZCIsIndjbiI6IlBvd2VyQmlBenVyZVNhbXBsZXMiLCJ3aWQiOiJmODFjMTk2Ni1lZGVlLTQxMWItOGY4YS1mODQ0NjAxOWIwNDQiLCJkaWQiOiIxZWUwYjI2NC1iMjgwLTQzZjEtYmJiNy05ZDhiZDJkMDNhNzgiLCJzY3AiOiJEYXRhc2V0LlJlYWQiLCJpc3MiOiJQb3dlckJJU0RLIiwiYXVkIjoiaHR0cHM6Ly9hbmFseXNpcy53aW5kb3dzLm5ldC9wb3dlcmJpL2FwaSIsImV4cCI6MTk2MTg1NDIzNiwibmJmIjoxNDg4NDY4NjM2fQ.Udv5Y6gMrTKUw0-5mXeCwud8u4JI5Y5loAwJc2jWugQ",
11-
EmbedUrl : "https://embedded.powerbi.com/appTokenReportEmbed?reportEmbedEditingEnabled=true",
11+
EmbedUrl : "https://embedded.powerbi.com/appTokenReportEmbed",
1212
EmbedId : "1ee0b264-b280-43f1-bbb7-9d8bd2d03a78"
1313
};
1414

dist/config.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
declare const config: {
33
version: string;
44
type: string;

dist/create.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as models from 'powerbi-models';
44
import * as embed from './embed';

dist/dashboard.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as embed from './embed';
44
import * as models from 'powerbi-models';

dist/embed.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as models from 'powerbi-models';
44
declare global {

dist/factories.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
/**
33
* TODO: Need to find better place for these factory functions or refactor how we handle dependency injection
44
*/

dist/ifilterable.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import * as models from 'powerbi-models';
33
/**
44
* Decorates embed components that support filters

dist/page.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import { IFilterable } from './ifilterable';
33
import { IReportNode } from './report';
44
import * as models from 'powerbi-models';

dist/powerbi.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as factories from './factories';
44
import * as models from 'powerbi-models';

dist/powerbi.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/report.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import * as service from './service';
33
import * as embed from './embed';
44
import * as models from 'powerbi-models';

dist/service.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import * as embed from './embed';
33
import { Report } from './report';
44
import { Dashboard } from './dashboard';

dist/tile.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
import * as models from 'powerbi-models';
33
import { Embed } from './embed';
44
/**

dist/util.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.2.7 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.3.0 | (c) 2016 Microsoft Corporation MIT */
22
/**
33
* Raises a custom event with event data on the specified HTML element.
44
*

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "powerbi-client",
3-
"version": "2.2.7",
3+
"version": "2.3.0",
44
"description": "JavaScript library for embedding Power BI into your apps. Provides service which makes it easy to embed different types of components and an object model which allows easy interaction with these components such as changing pages, applying filters, and responding to data selection.",
55
"main": "dist/powerbi.js",
66
"typings": "dist/powerbi.d.ts",

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
version: '2.2.7',
2+
version: '2.3.0',
33
type: 'js'
44
};
55

0 commit comments

Comments
 (0)