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

Bump Asciidoctor-PDF version to 2.3.19 #479

Conversation

asciidoctor-updateclibot[bot]
Copy link
Contributor

Bump Asciidoctor-PDF version

Update the key ASCIIDOCTOR_PDF_VERSION in the README.adoc file

1 file(s) updated with ":ASCIIDOCTOR_PDF_VERSION: 2.3.19": * README.adoc

2.3.19
Release published on the 2024-10-11 07:23:28 +0000 UTC at the url https://github.com/asciidoctor/asciidoctor-pdf/releases/tag/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

- [RubyGem (asciidoctor-pdf)](https://rubygems.org/gems/asciidoctor-pdf)

## 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: @mojavelinux
Release beer: Duvel 6,66% by Duvel

Logs: [resolved issues](https://github.com/asciidoctor/asciidoctor-pdf/issues?q=is%3Aissue+label%3Av2.3.19+is%3Aclosed) | [source diff](https://github.com/asciidoctor/asciidoctor-pdf/compare/v2.3.18...v2.3.19) | [gem diff](https://my.diffend.io/gems/asciidoctor/v2.3.18/v2.3.19)

## Credits

A very special thanks to all the **awesome** [supporters of the Asciidoctor OpenCollective campaign](https://opencollective.com/asciidoctor), who provide critical funding for the ongoing development of this project.
Update the value of ARG asciidoctor_pdf_version in the Dockerfile

changed lines [17] of file "/tmp/updatecli/github/asciidoctor/docker-asciidoctor/Dockerfile"

2.3.19
Release published on the 2024-10-11 07:23:28 +0000 UTC at the url https://github.com/asciidoctor/asciidoctor-pdf/releases/tag/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

- [RubyGem (asciidoctor-pdf)](https://rubygems.org/gems/asciidoctor-pdf)

## 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: @mojavelinux
Release beer: Duvel 6,66% by Duvel

Logs: [resolved issues](https://github.com/asciidoctor/asciidoctor-pdf/issues?q=is%3Aissue+label%3Av2.3.19+is%3Aclosed) | [source diff](https://github.com/asciidoctor/asciidoctor-pdf/compare/v2.3.18...v2.3.19) | [gem diff](https://my.diffend.io/gems/asciidoctor/v2.3.18/v2.3.19)

## Credits

A very special thanks to all the **awesome** [supporters of the Asciidoctor OpenCollective campaign](https://opencollective.com/asciidoctor), who provide critical funding for the ongoing development of this project.
Update the key ASCIIDOCTOR_PDF_VERSION in the test harness

1 file(s) updated with "ASCIIDOCTOR_PDF_VERSION=2.3.19": * tests/asciidoctor.bats

2.3.19
Release published on the 2024-10-11 07:23:28 +0000 UTC at the url https://github.com/asciidoctor/asciidoctor-pdf/releases/tag/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

- [RubyGem (asciidoctor-pdf)](https://rubygems.org/gems/asciidoctor-pdf)

## 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: @mojavelinux
Release beer: Duvel 6,66% by Duvel

Logs: [resolved issues](https://github.com/asciidoctor/asciidoctor-pdf/issues?q=is%3Aissue+label%3Av2.3.19+is%3Aclosed) | [source diff](https://github.com/asciidoctor/asciidoctor-pdf/compare/v2.3.18...v2.3.19) | [gem diff](https://my.diffend.io/gems/asciidoctor/v2.3.18/v2.3.19)

## Credits

A very special thanks to all the **awesome** [supporters of the Asciidoctor OpenCollective campaign](https://opencollective.com/asciidoctor), who provide critical funding for the ongoing development of this project.
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@asciidoctor-updateclibot asciidoctor-updateclibot bot added the dependencies Pull requests that update a dependency file label Oct 12, 2024
@dduportal dduportal merged commit d459e20 into main Oct 12, 2024
4 checks passed
@dduportal dduportal deleted the updatecli_main_07243680d6af2b746c1d2f2ecffb74dd9b17419ec469b84e30ecbb7d3574bc94 branch October 12, 2024 08:03
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant