progit / progit2

Pro Git 2nd Edition
Other
5.69k stars 1.88k forks source link

Update asciidoctor-pdf requirement from 2.3.4 to 2.3.5 #1853

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from asciidoctor-pdf's releases.

v2.3.5

This is a patch release in the 2.3.x release line that fixes numerous bugs and regressions that were lingering since the 2.0.0 release.

All footnotes inside AsciiDoc table cells are collected and included in the footnotes list at the bottom of the chapter or article. If a section follows an empty index, that section is no longer dropped. The bottom margin on a table with the breakable or unbreakable option, as well as theme setting for the caption on a table with the same properties, are preserved. The start-at theme value after-toc for page numbering and running content correctly references the first recto page following the TOC when media=prepress. A new theme key callout-list-marker-font-color has been introduced to independently control the color of the conum marker in a callout list (primarily intended to resolve a contrast problem in dark themes).

Distribution

Changelog

Enhancements

  • add callout-list-marker-font-color theme key to control color of conum marker in callout list (#2402)

Bug Fixes

  • catalog all footnotes found inside AsciiDoc table cells and render them in the footnotes list (#2410)
  • do not drop section that follows empty index (#2368)
  • restore bottom margin on table with breakable or unbreakable option (#2379)
  • honor theme settings for caption on table with breakable or unbreakable option (#2379)
  • use first recto page after toc when media is prepress and page numbering or running content start-at value is after-toc (#2398)

Release meta

Released on: 2023-03-31 Released by: @​mojavelinux Release beer: Knight of the Trender by Grandma's House

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.5 (2023-03-31) - @​mojavelinux

Enhancements::

  • add callout-list-marker-font-color theme key to control color of conum marker in callout list (#2402)

Bug Fixes::

  • catalog all footnotes found inside AsciiDoc table cells and render them in the footnotes list (#2410)
  • do not drop section that follows empty index (#2368)
  • restore bottom margin on table with breakable or unbreakable option (#2379)
  • honor theme settings for caption on table with breakable or unbreakable option (#2379)
  • use first recto page after toc when media is prepress and page numbering or running content start-at value is after-toc (#2398)

=== Details

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

== 2.3.4 (2022-10-29) - @​mojavelinux

Bug Fixes::

  • resolve attribute references in target of image in running content (#2361)
  • replace use of AbstractNode#role= method to ensure compatiblity with minimum supported version of Asciidoctor (Asciidoctor 2.0.10) (#2363)

=== Details

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

== 2.3.3 (2022-10-21) - @​mojavelinux

Bug Fixes::

  • fix crash if last fragment in TOC entry is not rendered (#2354)
  • pass -dNEWPDF=false to Ghostscript when optimizing PDF so it does not break internal links (#2355)

=== Details

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

== 2.3.2 (2022-09-17) - @​mojavelinux

Improvements::

  • provide fallback value for base-font-size theme key before processing keys (#2342)

=== Details

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

... (truncated)

Commits
  • 8795fca release 2.3.5
  • f0be6c7 add additional tests and docs for loading themes from the classpath
  • af53714 explain how to add support for admonition-<name> category on admonition theme...
  • add5942 backport fix for #2398 use first recto page after toc when media is prepress ...
  • e118eed revert uses of END to EOS for consistency
  • 36d4161 resolves #2410 catalog all footnotes found inside AsciiDoc table cells (PR #2...
  • f55059f related to #2379 honor theme settings for caption on table with breakable or ...
  • 9942529 backport fix for #2379 restore bottom margin on table with breakable or unbre...
  • 7f81ede backport fix for #2368 do not drop section that follows empty index
  • 7f33b0e explain where to find the source code for the extended converter use cases
  • 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 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)
dependabot[bot] commented 1 year ago

Superseded by #1862.