Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 31, 2025

Bumps @embedpdf/plugin-print from 1.5.0 to 2.1.1.

Release notes

Sourced from @​embedpdf/plugin-print's releases.

Release v2.1.1

@​embedpdf/pdfium@​2.1.1

Patch Changes

  • 04140d1 by @​bobsingor – Improved PDF editing and redaction capabilities with Form XObject support and enhanced image handling

    Text Redaction Improvements

    • Individual subpath extraction and redaction for complex paths (e.g., vector text in logos)
    • Instead of removing entire path objects, individual letter glyphs can now be selectively redacted
    • Fixed image-to-page transform matrix ordering for accurate redaction positioning

    Enhanced Image Redaction

    • Added 1-bit image support with proper ImageMask handling
    • ImageMask images now correctly use the fill color from the graphics state
    • Added JPEG SMask (soft mask) decoding for proper transparency handling in WASM
    • Inline images (BI...ID...EI format) are now converted to XObject images for editing
    • Improved handling of paletted/indexed images with alpha transparency

    Form XObject Content Editing

    • Added proper support for editing content within Form XObjects (embedded forms in PDFs)
    • Form XObject streams are now edited in-place rather than attempting to add/remove separate content streams
    • Added GetMutableFormStream() API to CPDF_PageObjectHolder for direct Form XObject access

    Pattern Color Support

    • Added Pattern resource tracking in page content generation
    • Pattern colors are now properly preserved and emitted during content regeneration
    • Added fill/stroke pattern resource name tracking in color state

@​embedpdf/plugin-ui@​2.1.1

Patch Changes

  • #364 by @​bobsingor – Fixed toolbar/sidebar/modal switching causing unnecessary component remounts

    The useSchemaRenderer hook was using the toolbar/sidebar/modal ID as the React key, which caused full component remounts when switching between different toolbars in the same slot (e.g., annotation-toolbar → shapes-toolbar). This resulted in visible flashing of sibling components like the RenderLayer.

    The fix uses stable slot-based keys (toolbar-slot-top-secondary, sidebar-slot-left-main, etc.) so that switching content within a slot only updates the children without remounting the wrapper element. This prevents React/Preact reconciliation from affecting sibling components in the tree.

@​embedpdf/core@​2.1.1

@​embedpdf/engines@​2.1.1

... (truncated)

Changelog

Sourced from @​embedpdf/plugin-print's changelog.

2.1.1

2.1.0

2.0.2

2.0.1

2.0.0

Major Changes

  • #279 by @​bobsingor – ## Multi-Document Support

    The print plugin now supports printing from multiple documents.

    Breaking Changes

    • Methods: print() now accepts an optional documentId parameter and operates on the active document by default.
    • Events: PrintReadyEvent now includes documentId field for document context.
    • Capability: Added forDocument(documentId) method that returns PrintScope for document-specific operations.

    Framework-Specific Changes (React/Preact, Svelte, Vue)

    • usePrint Hook:
      • Now requires documentId parameter: usePrint(documentId) (React/Preact: @embedpdf/plugin-print/react, Svelte: @embedpdf/plugin-print/svelte, Vue: @embedpdf/plugin-print/vue)
      • Returns document-scoped print capability via forDocument()

    New Features

    • PrintScope interface for document-scoped print operations
    • Support for printing any document, not just the active one
    • Document-aware print ready events

2.0.0-next.3

2.0.0-next.2

2.0.0-next.1

2.0.0-next.0

Major Changes

  • #279 by @​bobsingor – ## Multi-Document Support

    The print plugin now supports printing from multiple documents.

    Breaking Changes

    • Methods: print() now accepts an optional documentId parameter and operates on the active document by default.
    • Events: PrintReadyEvent now includes documentId field for document context.
    • Capability: Added forDocument(documentId) method that returns PrintScope for document-specific operations.

... (truncated)

Commits
  • 505285e chore: version packages
  • e6bdb17 chore: version packages
  • d63342a chore: version packages
  • 882485c chore: version packages
  • 0c99877 chore: version packages
  • 918f6fd chore: version packages (next) (next)
  • 8428d98 chore: version packages (next) (next)
  • 50ca75f Remove 'enabled' from plugin configs and refactor viewer setup
  • e9d74c6 chore: version packages (next) (next)
  • c8ebf0e chore: version packages (next) (next)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 31, 2025
@dependabot dependabot bot requested a review from reecebrowne as a code owner December 31, 2025 18:21
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 31, 2025
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Dec 31, 2025
@dependabot dependabot bot requested a review from Frooodle as a code owner December 31, 2025 18:21
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines ignoring generated files. label Dec 31, 2025
@stirlingbot stirlingbot bot added Front End Issues or pull requests related to front-end development build Changes that affect the build system or external dependencies labels Dec 31, 2025
@Ludy87 Ludy87 added the break-change This PR introduces a breaking API change. label Jan 1, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf/plugin-print-2.1.1 branch 3 times, most recently from 33eb629 to 4a26c68 Compare January 9, 2026 10:24
Bumps [@embedpdf/plugin-print](https://github.com/embedpdf/embed-pdf-viewer/tree/HEAD/packages/plugin-print) from 1.5.0 to 2.1.1.
- [Release notes](https://github.com/embedpdf/embed-pdf-viewer/releases)
- [Changelog](https://github.com/embedpdf/embed-pdf-viewer/blob/main/packages/plugin-print/CHANGELOG.md)
- [Commits](https://github.com/embedpdf/embed-pdf-viewer/commits/v2.1.1/packages/plugin-print)

---
updated-dependencies:
- dependency-name: "@embedpdf/plugin-print"
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/frontend/embedpdf/plugin-print-2.1.1 branch from 4a26c68 to e60992b Compare January 9, 2026 18:22
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2026

Superseded by #5424.

@dependabot dependabot bot closed this Jan 9, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/frontend/embedpdf/plugin-print-2.1.1 branch January 9, 2026 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

break-change This PR introduces a breaking API change. build Changes that affect the build system or external dependencies dependencies Pull requests that update a dependency file Front End Issues or pull requests related to front-end development javascript Pull requests that update javascript code size:XS This PR changes 0-9 lines ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants