Skip to content

chore: version packages#659

Merged
bobsingor merged 1 commit into
mainfrom
changeset-release/main
Jun 8, 2026
Merged

chore: version packages#659
bobsingor merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jun 8, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@embedpdf/engines@2.14.4

Patch Changes

  • #658 by @bobsingor – Fix incorrect annotation positions for PDFs with a non-zero MediaBox/CropBox origin (e.g. CAD/technical drawing exports). The engine now reads each page's box origin at open time and applies it in both the PDF-to-CSS and CSS-to-PDF coordinate conversions, so annotations render and round-trip at the position shown by native PDF viewers.

  • #662 by @bobsingor – Fix fontFallback: null not disabling the default jsDelivr CDN font fallback. The snippet previously stripped null with a truthy filter before it reached the worker, so the worker fell back to the CDN config. The value is now forwarded correctly (preserving null while still omitting an unset option), and the fontFallback type is widened to FontFallbackConfig | null across the engine hooks/options so the documented airgapped opt-out is type-correct end to end.

@embedpdf/models@2.14.4

Patch Changes

  • #658 by @bobsingor – Add the PdfPageBoxes interface and an optional boxes field on PdfPageObject, exposing each page's Media/Crop (always present) and optional Bleed/Trim/Art boxes in unrotated PDF user space.

@embedpdf/pdfium@2.14.4

Patch Changes

  • #658 by @bobsingor – Add EPDF_GetPageBoxByIndex API (with the EPDF_PAGE_BOX_TYPE enum) to read a page's Media/Crop/Bleed/Trim/Art box without loading or parsing the page. MediaBox is resolved through page-tree inheritance (falling back to the default page size), CropBox falls back to MediaBox, and Bleed/Trim/Art return false when absent.

@embedpdf/plugin-ui@2.14.4

Patch Changes

  • #663 by @bobsingor – Overlays now participate in the category visibility system. The schema analyzer collects overlay categories (and visibilityDependsOn), so category visibility CSS is generated for them and they can be hidden via disabledCategories like any other UI item.

@embedpdf/snippet@2.14.4

Patch Changes

  • #662 by @bobsingor – Fix fontFallback: null not disabling the default jsDelivr CDN font fallback. The snippet previously stripped null with a truthy filter before it reached the worker, so the worker fell back to the CDN config. The value is now forwarded correctly (preserving null while still omitting an unset option), and the fontFallback type is widened to FontFallbackConfig | null across the engine hooks/options so the documented airgapped opt-out is type-correct end to end.

  • #663 by @bobsingor – Allow hiding the UnlockOwnerOverlay (the read-only notice shown on encrypted, permission-restricted PDFs) via disabledCategories. The overlay renderer now emits the data-epdf-cat attribute, and the unlock-owner-overlay overlay carries the new security / security-unlock-overlay categories, so viewer-only integrations can remove it with disabledCategories: ['security-unlock-overlay'] (or the parent security).

  • #661 by @bobsingor – Fix UI actions that relied on native HTML form submission failing inside sandboxed iframes without the allow-forms permission. The comment input, zoom percentage input, and link modal now trigger their handlers via explicit button clicks and Enter keydown instead of form submission, so they work in sandboxed contexts while behaving identically everywhere else.

  • #660 by @bobsingor – Fix the "Shapes" mode tab and its overflow-menu entry staying visible when annotation-shape is added to disabledCategories. The shapes mode entries now carry the annotation-shape category (matching the convention used by the insert/form/redact modes), so disabling that category hides the tab and disables the mode:shapes command alongside the already-hidden shape tools.

@embedpdf/core@2.14.4

@embedpdf/plugin-annotation@2.14.4

@embedpdf/plugin-attachment@2.14.4

@embedpdf/plugin-bookmark@2.14.4

@embedpdf/plugin-capture@2.14.4

@embedpdf/plugin-commands@2.14.4

@embedpdf/plugin-document-manager@2.14.4

@embedpdf/plugin-export@2.14.4

@embedpdf/plugin-form@2.14.4

@embedpdf/plugin-fullscreen@2.14.4

@embedpdf/plugin-history@2.14.4

@embedpdf/plugin-i18n@2.14.4

@embedpdf/plugin-interaction-manager@2.14.4

@embedpdf/plugin-pan@2.14.4

@embedpdf/plugin-print@2.14.4

@embedpdf/plugin-redaction@2.14.4

@embedpdf/plugin-render@2.14.4

@embedpdf/plugin-rotate@2.14.4

@embedpdf/plugin-scroll@2.14.4

@embedpdf/plugin-search@2.14.4

@embedpdf/plugin-selection@2.14.4

@embedpdf/plugin-signature@2.14.4

@embedpdf/plugin-spread@2.14.4

@embedpdf/plugin-stamp@2.14.4

@embedpdf/plugin-thumbnail@2.14.4

@embedpdf/plugin-tiling@2.14.4

@embedpdf/plugin-view-manager@2.14.4

@embedpdf/plugin-viewport@2.14.4

@embedpdf/plugin-zoom@2.14.4

@embedpdf/utils@2.14.4

@embedpdf/react-pdf-viewer@2.14.4

@embedpdf/svelte-pdf-viewer@2.14.4

@embedpdf/vue-pdf-viewer@2.14.4

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cloudpdf-com Error Error Jun 8, 2026 11:17am
embed-pdf-snippet Ready Ready Preview, Comment Jun 8, 2026 11:17am
embed-pdf-viewer-react-mui Ready Ready Preview, Comment Jun 8, 2026 11:17am
embed-pdf-viewer-svelte-tailwind Ready Ready Preview, Comment Jun 8, 2026 11:17am
embed-pdf-viewer-vue-vuetify Ready Ready Preview, Comment Jun 8, 2026 11:17am
embed-pdf-website Ready Ready Preview, Comment Jun 8, 2026 11:17am

Request Review

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.

1 participant