-
Notifications
You must be signed in to change notification settings - Fork 476
Release 2.16.5 #371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.16.5 #371
Conversation
Add support for bookmark capture options so users will be able to save changes to visuals (personalized visuals).
…IEmbedConfig Updated IEmbedConfiguration interface: 1. Added _datasetBinding_, _contrastMode_, _slicers_ and _bookmark_ properties
In several places in our samples, the error handling code uses different names for the same variable (`error` vs. `errors`): ``` .catch(function (error) { Log.log(errors); }); ``` This causes an exception if there's an error
Add Visual clicked and selection changed events
Bug fix - !126401 And some minor changes - !126402 - !121530
Added getVisualDetails API to get the visual descriptor object for the embedded visual
- add renamePage api in report - add setName api to page.ts; update renamePage to PUT REST api call; - update tests for page.setName and report.renamePage Related work items: #442373
Updating the minor version because it is only intended to be published internally for product insights to test rename page in DXT. When the change reaches PROD we will release version 2.16.0 together with MAQ changes.
Page is a weird function that creates a Page object with just the name, there is no guarantee that the Page actually exists. We don't want it to appear in the documentation as it can be confusing.
We want to deploy to NPM as beta version
@types ## Changes in this PR 1. Resolved all npm audit vulnerabilities (except 1 low severity vulnerability in _gulp-gh-pages_, no fix available for that) 1. Upgraded to TS 3.9 1. Migrated from typings to @types 1. Used async/await to align with the return types of methods 1. Minor docs fixes 1. Fixed types of all methods Related work items: #323592, #323972, #326488, #327505, #330227, #331107, #331778, #331837, #459272, #459826, #460523, #461075, #462110, #462652, #463184, #463185, #463806, #463807, #464436, #468356, #468867
## In this PR: - Remove typings install from pipeline restore task Related work items: #472167
Fixed error on capturing without options object. Related work items: #471445
version upgraded to 2.16.1 Related work items: #473909
… migrate from then-catch to async-await **Items completed in this PR** 1. Then-catch has been migrated to async-await for code_samples file from v2-demo folder for Playground v1 _All the functions of this file are tested after the async-await change_ Related work items: #469707, #470909, #471453, #473946
Phased loading (load and render) doesn't work for single visual embed (report embed with custom layout). Hide it from the official documentation.
Note: Changes in **powerbi-client.d.ts > module "visual"** are due to the previous completed PR
Removed gulp-uglify package as it introduced the bug in the minified file. We are now just using the webpack's production mode to generate minified bundle
Changed return type to `Promise<models.IExportDataResult>`
Between versions 2.15.1 and 2.16.1 Webpack version was updated which caused the compiled JS code to use the window object instead of the global `this` object. `window` object is not defined in Node.JS so when I tried to update the version used by the front end E2E tests I got the following error: It might also be the reason why the travis build fails the `npm install` in Github. 
## Changes in the PR - Configured eslint - Upgraded typescript to v4 Related work items: #462609, #502381
Use explicit version
Hi all, congratulations on this new release! I'm aware this is probably not the correct place to ask this, but the project's README doesn't point me to where I can actually ask this question. I'm trying to consume the package in a ASP.NET project that's using PackageReference. With PackageReference, one can no longer use the "contents" folder provided by the package, and package authors have to make some changes to also support PackageReference. What are your plans on supporting PackageReference? |
commit 53c1d1e Merge: b87e94d 039dd38 Author: ali-hamud <[email protected]> Date: Wed Dec 23 11:00:42 2020 +0200 Merge pull request #369 from guyinacube/videoupdate 👊 Update old content video commit b87e94d Merge: c87eb45 6a67f3b Author: ali-hamud <[email protected]> Date: Wed Dec 23 11:00:26 2020 +0200 Merge pull request #367 from snehaldalvi/bashwoman Spelling Corrected commit 039dd38 Author: Adam Saxton <[email protected]> Date: Wed Dec 2 15:13:38 2020 -0600 Update old content video commit 6a67f3b Author: Snehal <[email protected]> Date: Thu Oct 1 09:27:10 2020 +0530 Typo Changed Related work items: #351, #357, #366, #367, #369, #371, #372
No description provided.