chore(deps): update dependency asciidoctor-pdf to v2.3.19 #110
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.15
->2.3.19
Release Notes
asciidoctor/asciidoctor-pdf (asciidoctor-pdf)
v2.3.19
Compare Source
This is a patch release in the 2.3.x release line to fix several bugs and address another Ruby 3.3 compatibility issue.
This release backports the fix to support horizontal alignment on an AsciiDoc table cell that only contains paragraphs. It also fixes an issue where the AsciiDoc table cell would overrun the bottom of the page even when it would otherwise fit. Finally, the requirement for a custom font to provide the NULL glyph is now lifted to avoid line height calculation errors.
Regarding compatibility, this release loads the theme using a custom ThemeData class instead of OpenStruct to remove the dependency on ostruct.
Distribution
Changelog
Improvements
Bug Fixes
Release meta
Released on: 2024-10-11
Released by: @mojavelinux
Release beer: Duvel 6,66% by Duvel
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.
v2.3.18
Compare Source
This is a patch release in the 2.3.x release line to fix one bug and address one Ruby 3.3 compatibility issue.
If the page layout changes, the foreground image is now positioned correctly. The version lock on the rexml gem has been released now that the upstream issue has been resolved. The rexml upgrade does not require building native extensions in the strscan gem, but this is unavoidable since it was a change in Ruby itself.
Distribution
Changelog
Bug Fixes
Compliance
Release meta
Released on: 2024-07-27
Released by: @mojavelinux
Release beer: Sidewalk Surfer by Maplewood Brewery
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.
v2.3.17
Compare Source
This is a patch release in the 2.3.x release line to backport an improvement that was left out of the previous release.
The /Producer field in the document info is now consistently used to credit Asciidoctor PDF and Prawn, regardless of whether the author is set. The
publisher
attribute is now mapped to the /Creator field, a field which is mapped to the author by default. The newproducer
attribute has been introduced to override the /Producer field.Distribution
Changelog
Improvements
producer
attribute to /Producer field in document info to override or default value (#2510)publisher
attribute to /Creator field instead of /Producer field in document info; use author as fallback (#2510)Release meta
Released on: 2024-06-01
Released by: @mojavelinux
Release beer: From Below by Cerebral Brewing
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.
v2.3.16
Compare Source
This is a patch release in the 2.3.x release line that addresses a few bugs, furthers compatibility with Ruby 3.3, and addresses a few minor annoyances.
The most critical fix in this release is to duplicate the attributes on the table when handling the breakable or unbreakable option so that the option is honored properly. This fix addresses the case when one of these options is used along with the
heading-min-height-after: auto
setting in the theme. The rexml dependency has been locked to fix an API breakage that was introduced in the latest version of rexml.In the area of improvements, support for base64-encoded SVG images references in an SVG has been activated (unlocking new functionality in prawn-svg). If hyphens are enabled on the document, they are not applied to the URL of an autolink.
Distribution
Changelog
Improvements
Bug Fixes
Compliance
Release meta
Released on: 2024-05-31
Released by: @mojavelinux
Release beer: Moist Green Organic by Knotted Root Brewing Company
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: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.