chore: version packages#659
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
6121ca8 to
31cdbc8
Compare
31cdbc8 to
bca4cb9
Compare
bca4cb9 to
385ac4b
Compare
385ac4b to
f4dc27d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: nullnot disabling the default jsDelivr CDN font fallback. The snippet previously strippednullwith a truthy filter before it reached the worker, so the worker fell back to the CDN config. The value is now forwarded correctly (preservingnullwhile still omitting an unset option), and thefontFallbacktype is widened toFontFallbackConfig | nullacross the engine hooks/options so the documented airgapped opt-out is type-correct end to end.@embedpdf/models@2.14.4
Patch Changes
PdfPageBoxesinterface and an optionalboxesfield onPdfPageObject, 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
EPDF_GetPageBoxByIndexAPI (with theEPDF_PAGE_BOX_TYPEenum) 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
categories(andvisibilityDependsOn), so category visibility CSS is generated for them and they can be hidden viadisabledCategorieslike any other UI item.@embedpdf/snippet@2.14.4
Patch Changes
#662 by @bobsingor – Fix
fontFallback: nullnot disabling the default jsDelivr CDN font fallback. The snippet previously strippednullwith a truthy filter before it reached the worker, so the worker fell back to the CDN config. The value is now forwarded correctly (preservingnullwhile still omitting an unset option), and thefontFallbacktype is widened toFontFallbackConfig | nullacross 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 thedata-epdf-catattribute, and theunlock-owner-overlayoverlay carries the newsecurity/security-unlock-overlaycategories, so viewer-only integrations can remove it withdisabledCategories: ['security-unlock-overlay'](or the parentsecurity).#661 by @bobsingor – Fix UI actions that relied on native HTML form submission failing inside sandboxed iframes without the
allow-formspermission. 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-shapeis added todisabledCategories. The shapes mode entries now carry theannotation-shapecategory (matching the convention used by the insert/form/redact modes), so disabling that category hides the tab and disables themode:shapescommand 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