Update asciidoctor-pdf requirement from 2.3.17 to 2.3.19
Updates the requirements on asciidoctor-pdf to permit the latest version.
Release notes
Sourced from asciidoctor-pdf's releases.
v2.3.19
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
- replace OpenStruct with internal ThemeData class for storing theme data (#2535)
Bug Fixes
- support horizontal alignment on AsciiDoc table cell that only contains paragraphs (#2358)
- don't allow AsciiDoc table cell to overrun bottom of page on which it fits (#2538)
- don't look for NULL glyph in fallback font as this can impact line height (#2541)
Release meta
Released on: 2024-10-11 Released by:
@mojavelinuxRelease beer: Duvel 6,66% by DuvelLogs: 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.
Changelog
Sourced from asciidoctor-pdf's changelog.
== 2.3.19 (2024-10-11) -
@mojavelinuxImprovements::
- replace OpenStruct with internal ThemeData class for storing theme data (#2535)
Bug Fixes::
- support horizontal alignment on AsciiDoc table cell that only contains paragraphs (#2358)
- don't allow AsciiDoc table cell to overrun bottom of page on which it fits (#2538)
- don't look for NULL glyph in fallback font as this can impact line height (#2541)
=== Details
{url-repo}/releases/tag/v2.3.19[git tag] | {url-repo}/compare/v2.3.18...v2.3.19[full diff]
== 2.3.18 (2024-07-27) -
@mojavelinuxBug Fixes::
- position foreground image correctly when page layout changes (#2528)
Compliance::
- release lock on version of rexml (pulled in by asciidoctor-diagram and prawn-svg) now that incompatibility is resolved
== 2.3.17 (2024-06-01) -
@mojavelinuxImprovements::
- always use /Producer field in document info to credit Asciidoctor PDF and Prawn, even when author is set (#2510)
- map
producerattribute to /Producer field in document info to override or default value (#2510)- map
publisherattribute to /Creator field instead of /Producer field in document info; use author as fallback (#2510)=== Details
{url-repo}/releases/tag/v2.3.17[git tag] | {url-repo}/compare/v2.3.16...v2.3.17[full diff]
== 2.3.16 (2024-05-31) -
@mojavelinuxImprovements::
- don't hyphenate autolink when hyphenation is enabled (#2521) (
@meonkeys)- add support for base64-encoded SVG image reference in SVG (#2512)
Bug Fixes::
- duplicate attributes on table when wrapping table in breakable or unbreakable container (#2520)
Compliance::
... (truncated)
Commits
418dc03release 2.3.197e38cb1backport fix for #2541 don't look for NULL glyph in fallback font as this can...04afe55lock Ruby to 3.3.4 when building on Windows; remove duplicate Windows build2efbf05revert inadvertent change to handle list in AsciiDoc table cellbcbad0fbackport fix for #2538 don't allow AsciiDoc table cell to overrun bottom of p...ea290edclarify that the theme file must end with .yml, not .yaml1246cb8backport fix for support horizontal alignment on AsciiDoc table cell that onl...c275af9resolves #2535 replace ostruct with internal implementation3cd22b0upgrade checkout action in CI workflows4baa12bdocument that caption can be configured per list type using list and descript...- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.