Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update asciidoctor-pdf requirement from 2.3.12 to 2.3.13 #370

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Updates the requirements on asciidoctor-pdf to permit the latest version.

Release notes

Sourced from asciidoctor-pdf's releases.

v2.3.13

Another week, another round of bug fixes. This is a patch release in the 2.3.x release line that fixes inconsistencies between what the documentation says and how the software behaves.

The key fix in this release is to support the toc start-at value for page numbering and running content when the toc is inserted using the toc macro. This release also fixes the page number of index entries in a prepress book when page numbering starts at or after the toc and the toc is inserted using the toc macro.

We discovered that the matcher for an isolated image macro in the content key of the running content (header or footer) was checking per line instead of across the whole string, which caused the text on other lines to be dropped in some instances. This matcher has been corrected so that all the lines are preserved.

Another case was discovered when the placeholder character for an inline image was triggering a warning about a missing character when using a fallback font. Since this placeholder is not meant to be rendered, the code has been updated to ensure this character is skipped when analyzing the fonts for fallback font support.

Distribution

Changelog

Bug Fixes

  • don't drop text on line above inline image macro in running content value (#2495)
  • when looking for a value that only contains an image macro, match the whole string instead of per line (#2495)
  • don't warn about missing character in fallback font when inline image is advanced to next page (#2492)
  • support toc start at value for page numbering and running content when toc is added using macro (#2489)
  • fix page number of index entries in prepress book when page numbering starts at toc or after toc and toc is inserted using macro (#2487)

Release meta

Released on: 2024-02-16 Released by: @​mojavelinux Release beer: Gnoel de Abbey by The Lost Abbey

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.

Changelog

Sourced from asciidoctor-pdf's changelog.

== 2.3.13 (2024-02-16) - @​mojavelinux

Improvements::

  • support toc start at value for page numbering and running content when toc is added using macro (#2489)

Bug Fixes::

  • don't drop text on line above inline image macro in running content value (#2495)
  • when looking for a value that only contains an image macro, match the whole string instead of per line (#2495)
  • don't warn about missing character in fallback font when inline image is advanced to next page (#2492)
  • fix page number of index entries in prepress book when page numbering starts at toc or after toc and toc is inserted using macro (#2487)

=== Details

{url-repo}/releases/tag/v2.3.13[git tag] | {url-repo}/compare/v2.3.12...v2.3.13[full diff]

== 2.3.12 (2024-02-02) - @​mojavelinux

Improvements::

  • add combining characters to bundled fonts (#2482)

Bug Fixes::

  • ensure indentation is preserved at page transition of index when media=prepress; prevents margin from shifting to the left (#2480)

=== Details

{url-repo}/releases/tag/v2.3.12[git tag] | {url-repo}/compare/v2.3.11...v2.3.12[full diff]

== 2.3.11 (2024-01-23) - @​mojavelinux

Enhancements::

  • upgrade prawn-svg dependency to 0.33.x (PR #2469)

Improvements::

  • extract shared smallcaps method from TextTransform#smallcaps_pcdata to make it easier to override
  • assign node to @node instance variable on table instance to make it easer to access from Prawn::Table extension (#2471)

Bug Fixes::

  • ensure color spaces are set on page before adding running content (#2477)

=== Details

{url-repo}/releases/tag/v2.3.11[git tag] | {url-repo}/compare/v2.3.10...v2.3.11[full diff]

... (truncated)

Commits
  • 2672003 release 2.3.13
  • 86c77cb backport fix for #2495 don't drop text on line above inline image macro in ru...
  • 65235f2 fix typo in introduction to Optimize the PDF page and make default behavior m...
  • 82fa03e backport fix for #2492 don't warn about missing character in fallback font wh...
  • 7bf5eeb promote image paths in theme to its own section
  • cc1f1f3 clarify that running content can accept inline image adjacent to other text
  • 9f664a5 document the column break in the section about page columns
  • 617d00e reverse order of sentences about theme loading to match behavior
  • 8121306 docuemnt how to get more images on the title page
  • 3becdc8 document how to adjust the font size and position of superscript text
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [asciidoctor-pdf](https://github.com/asciidoctor/asciidoctor-pdf) to permit the latest version.
- [Release notes](https://github.com/asciidoctor/asciidoctor-pdf/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-pdf/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor-pdf@v2.3.12...v2.3.13)

---
updated-dependencies:
- dependency-name: asciidoctor-pdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 19, 2024
@pastatopf pastatopf merged commit 2e146ef into main Feb 21, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/bundler/asciidoctor-pdf-2.3.13 branch February 21, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant