Skip to content

feat(EmbedPdf): bump version 10.0.8 - #1090

Merged
ArgoZhang merged 2 commits into
masterfrom
dev-embedpdf
Aug 7, 2026
Merged

feat(EmbedPdf): bump version 10.0.8#1090
ArgoZhang merged 2 commits into
masterfrom
dev-embedpdf

Conversation

@ArgoZhang

@ArgoZhang ArgoZhang commented Aug 7, 2026

Copy link
Copy Markdown
Member

Link issues

fixes #1089

Summary By Copilot

Regression?

  • Yes
  • No

Risk

  • High
  • Medium
  • Low

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Merge the latest code from the main branch

Summary by Sourcery

Enhancements:

  • Refresh bundled PDF engine JavaScript files to the latest generated versions for the EmbedPDF component.

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sorry @ArgoZhang, your pull request is larger than the review limit of 150000 diff characters

@bb-auto bb-auto Bot added the enhancement New feature or request label Aug 7, 2026
@bb-auto bb-auto Bot added this to the v10.0.0 milestone Aug 7, 2026

@bb-auto bb-auto Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Auto approved by bb-auto

@ArgoZhang
ArgoZhang merged commit cdf69cd into master Aug 7, 2026
3 checks passed
@ArgoZhang
ArgoZhang deleted the dev-embedpdf branch August 7, 2026 12:02
@sourcery-ai

sourcery-ai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the embedded PDF viewer assets to a new embedpdf bundle version, replacing the generated browser/engine JS files and wiring the main embedpdf entrypoint to the new versioned module while keeping existing PdfEngine and task orchestration logic intact.

File-Level Changes

Change Details Files
Switch embedded PDF runtime from the old embedpdf-7TNsu-EA.js bundle to the new embedpdf-DA4bA119.js bundle across browser/frontend and direct-engine wrappers.
  • Update import paths in browser PDF orchestration script to point to the new embedpdf bundle name.
  • Regenerate the browser-side PdfEngine orchestration code while preserving its public API and task queue behaviors.
  • Update the direct-engine WebAssembly bootstrapping script to import from the new embedpdf bundle and regenerated browser helper.
  • Update the main embedpdf.js entrypoint to re-export from the new embedpdf-DA4bA119.js module.
src/components/BootstrapBlazor.EmbedPDF/wwwroot/browser-BKLM0ThC-CkSOgtCM.js
src/components/BootstrapBlazor.EmbedPDF/wwwroot/browser-BKLM0ThC-IxjwuOIz.js
src/components/BootstrapBlazor.EmbedPDF/wwwroot/direct-engine-BA2WfEti.js
src/components/BootstrapBlazor.EmbedPDF/wwwroot/direct-engine-DdrQKpgq.js
src/components/BootstrapBlazor.EmbedPDF/wwwroot/embedpdf.js
src/components/BootstrapBlazor.EmbedPDF/wwwroot/embedpdf-7TNsu-EA.js
src/components/BootstrapBlazor.EmbedPDF/wwwroot/embedpdf-DA4bA119.js

Assessment against linked issues

Issue Objective Addressed Explanation
#1089 Update the EmbedPdf component to use the new embedpdf library version 10.0.8 (including updating bundled JS/engine files and their references).

Possibly linked issues


Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(EmbedPdf): bump version 10.0.8

1 participant