Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps pdfrx from 1.1.35 to 1.2.9.

Release notes

Sourced from pdfrx's releases.

Prebuilt iOS/macOS pdfium binary

iOS/macOS pdfium prebuilt binary distribution only for pdfrx. The highlights are;

  • xcframeworks that supports the following platforms
    • iOS arm64
    • iPhoneSimulator arm64/x64
    • macOS arm64/x64
  • xcframeworks contains static library but FPDF_* functions made exported
  • Additional FILEACCESS helper functions pdfrx_*
Changelog

Sourced from pdfrx's changelog.

1.2.9

  • FIXED: Use document base href for resolving URLs in PDFium WASM (#402)
  • FIXED: PDFium WASM hot-restarting may call initializePdfium multiple times

1.2.8

  • FIXED: Ensure PDFium WASM is initialized before registering callbacks (#399)

1.2.7

  • Enhanced PDFium initialization with optional authentication parameters for WASM

1.2.6

  • NEW FEATURE: Added headers and withCredentials support for PDFium WASM implementation (#399)
  • NEW FEATURE: Implemented progress callback support for PDFium WASM using a general callback mechanism
  • Improved PDFium WASM worker-client communication architecture with PdfiumWasmCommunicator

1.2.5

  • FIXED: Flag handling in PdfPagePdfium for improved rendering (#398)

1.2.4

  • FIXED: Reverted zoom ratio calculation change from 1.1.28 that was affecting pinch-to-zoom behavior (#391)
  • Added Windows Developer Mode requirement check in CMake build configuration

1.2.3

  • FIXED: Progressive loading support for PDF document references (#397)
  • Enhanced PDF document loading functions with better error handling
  • Improved PDFium WASM worker implementation

1.2.2

  • FIXED: _emscripten_throw_longjmp error in PDFium WASM (#354)
  • Enhanced example viewer to support PDF file path/URL as a parameter
  • Enabled build-test workflow on master commits and pull requests for better CI/CD

1.2.1

  • Temporarily disable Windows ARM64 architecture detection to maintain compatibility with Flutter stable (#395, #388)
    • Flutter stable doesn't support Windows ARM64 yet, so the build always targets x64

1.2.0

  • BREAKING CHANGE: Removed PDF.js support - PDFium WASM is now the only web implementation
  • BREAKING CHANGE: The separate pdfrx_wasm package is no longer needed; WASM assets are now included directly in the main pdfrx package
  • NEW FEATURE: Implemented progressive/lazy page loading for PDFium WASM for better performance with large PDF files (#319)

... (truncated)

Commits
  • dae9641 Release v1.2.9
  • 3371fa1 Merge pull request #402 from francescoberardi/web-wasm-baseurl
  • cd8512b fix: Use document base href for resolving URLs
  • 0c687b1 Pdfium WASM: hot-restarting may call initializePdfium multiple times
  • e809415 WIP: remove functions depend on SharedArrayBuffer
  • 0e67963 Release v1.2.8
  • efb47be Add code to call _init before registering PdfiumWasmCallback (#399)
  • 3a015a0 WIP
  • d7ebf9c WIP: range-access on WASM
  • b86f12c Release v1.2.7
  • 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 dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Jul 1, 2025
@dependabot dependabot bot force-pushed the dependabot/pub/pdfrx-1.2.9 branch from cab733b to 76ac016 Compare July 18, 2025 20:48
Bumps [pdfrx](https://github.com/espresso3389/pdfrx) from 1.1.35 to 1.2.9.
- [Release notes](https://github.com/espresso3389/pdfrx/releases)
- [Changelog](https://github.com/espresso3389/pdfrx/blob/master/CHANGELOG.md)
- [Commits](espresso3389/pdfrx@v1.1.35...v1.2.9)

---
updated-dependencies:
- dependency-name: pdfrx
  dependency-version: 1.2.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/pdfrx-1.2.9 branch from 76ac016 to 35444cb Compare July 25, 2025 22:18
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 1, 2025

Superseded by #10.

@dependabot dependabot bot closed this Aug 1, 2025
@dependabot dependabot bot deleted the dependabot/pub/pdfrx-1.2.9 branch August 1, 2025 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dart Pull requests that update dart code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant