patch(deps): update dependency asciidoctor-pdf to v2.3.11 #61
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 contains the following updates:
2.3.10
->2.3.11
Release Notes
asciidoctor/asciidoctor-pdf (asciidoctor-pdf)
v2.3.11
Compare Source
This is a patch release in the 2.3.x release line that fixes a few bugs that have been lingering or discovered since the 2.0.0 release.
The key fix of this release is to define the color space on pages that have running content but no text in the main content area. This fix allows the generated PDF to be accepted by publishing platforms such as KDP and Lulu. This release also upgrades the prawn-svg dependency to 0.33 to add support for the
dominant-baseline
attribute in SVG (used by bytefield-svg). Thesmallcaps
method has been extracted from thesmallcaps_pcdata
method inTextTransformer
to make it easier to override. The table node being converted is assigned to the@node
instance variable on thePrawn::Table
instance so it can be accessed from thePrawn::Table#add_header
method or other Prawn::Table extensions.Distribution
Changelog
Enhancements
Improvements
smallcaps
method fromTextTransform#smallcaps_pcdata
to make it easier to override@node
instance variable on table instance to make it easer to access from Prawn::Table extension (#2471)Bug Fixes
Release meta
Released on: 2024-01-23
Released by: @mojavelinux
Release beer: Heady Topper by Alchemist Beer
Logs: resolved issues | source diff | gem diff
Credits
A very special thanks to all the awesome supporters of the Asciidoctor OpenCollective campaign, who provide critical funding for the ongoing development of this project.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.