Skip to content

Events issue#167

Open
v-aidaba wants to merge 2 commits intomicrosoft:mainfrom
v-aidaba:events-issue
Open

Events issue#167
v-aidaba wants to merge 2 commits intomicrosoft:mainfrom
v-aidaba:events-issue

Conversation

@v-aidaba
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 16, 2026 13:58
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses a rendering event lifecycle issue in the Power BI AsterPlot visual and bumps the visual/package versions accordingly, with an accompanying changelog entry.

Changes:

  • Fix rendering event sequencing in update() and ensure renderingFinished is called on early-return paths.
  • Bump visual/package versions to 1.8.2.0 and add a 1.8.2 changelog entry.
  • Refresh package-lock.json (large transitive dependency update).

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/visual.ts Adjusts renderingStarted/renderingFinished calls to better match actual render lifecycle and early returns.
pbiviz.json Bumps visual display/version to 1.8.2.0.
package.json Bumps npm package version to 1.8.2.0.
package-lock.json Updates lockfile version fields and many transitive packages (tooling + runtime).
CHANGELOG.md Adds release notes for 1.8.2 describing the rendering events fix.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +229 to 233
this.events.renderingStarted(options);
try {
if (!this.areValidOptions(options)) {
this.events.renderingFinished(options);
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants