chore: version packages #245
Open
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@1.5.0
Minor Changes
#238 by @0xbe7a – Add optional form widget rendering to the render pipeline.
What changed
@embedpdf/models
PdfRenderPageOptionsnow supportswithForms?: booleanto request drawing interactive form widgets.@embedpdf/engines
PdfiumEngine.renderPageandrenderPageRecthonorwithForms.When enabled, the engine initializes the page form handle and calls
FPDF_FFLDrawwith the correct device transform.computeFormDrawParams(matrix, rect, pageSize, rotation)calculates start offsets and sizes forFPDF_FFLDraw.@embedpdf/plugin-render
withForms?: boolean(defaultfalse)withAnnotations?: boolean(defaultfalse)@embedpdf/models@1.5.0
Minor Changes
#238 by @0xbe7a – Add optional form widget rendering to the render pipeline.
What changed
@embedpdf/models
PdfRenderPageOptionsnow supportswithForms?: booleanto request drawing interactive form widgets.@embedpdf/engines
PdfiumEngine.renderPageandrenderPageRecthonorwithForms.When enabled, the engine initializes the page form handle and calls
FPDF_FFLDrawwith the correct device transform.computeFormDrawParams(matrix, rect, pageSize, rotation)calculates start offsets and sizes forFPDF_FFLDraw.@embedpdf/plugin-render
withForms?: boolean(defaultfalse)withAnnotations?: boolean(defaultfalse)@embedpdf/plugin-render@1.5.0
Minor Changes
#238 by @0xbe7a – Add optional form widget rendering to the render pipeline.
What changed
@embedpdf/models
PdfRenderPageOptionsnow supportswithForms?: booleanto request drawing interactive form widgets.@embedpdf/engines
PdfiumEngine.renderPageandrenderPageRecthonorwithForms.When enabled, the engine initializes the page form handle and calls
FPDF_FFLDrawwith the correct device transform.computeFormDrawParams(matrix, rect, pageSize, rotation)calculates start offsets and sizes forFPDF_FFLDraw.@embedpdf/plugin-render
withForms?: boolean(defaultfalse)withAnnotations?: boolean(defaultfalse)@embedpdf/plugin-zoom@1.5.0
Patch Changes
/100to/1000) to improve smoother zoom granularity and reduce jumpy transitions.@embedpdf/core@1.5.0
@embedpdf/pdfium@1.5.0
@embedpdf/plugin-annotation@1.5.0
@embedpdf/plugin-attachment@1.5.0
@embedpdf/plugin-bookmark@1.5.0
@embedpdf/plugin-capture@1.5.0
@embedpdf/plugin-export@1.5.0
@embedpdf/plugin-fullscreen@1.5.0
@embedpdf/plugin-history@1.5.0
@embedpdf/plugin-interaction-manager@1.5.0
@embedpdf/plugin-loader@1.5.0
@embedpdf/plugin-pan@1.5.0
@embedpdf/plugin-print@1.5.0
@embedpdf/plugin-redaction@1.5.0
@embedpdf/plugin-rotate@1.5.0
@embedpdf/plugin-scroll@1.5.0
@embedpdf/plugin-search@1.5.0
@embedpdf/plugin-selection@1.5.0
@embedpdf/plugin-spread@1.5.0
@embedpdf/plugin-thumbnail@1.5.0
@embedpdf/plugin-tiling@1.5.0
@embedpdf/plugin-ui@1.5.0
@embedpdf/plugin-viewport@1.5.0
@embedpdf/utils@1.5.0