Skip to content

Update asciidoctor-pdf requirement from 1.5.0.alpha.16 to 1.5.3#130

Merged
pastatopf merged 1 commit intomasterfrom
dependabot/bundler/asciidoctor-pdf-1.5.3
Dec 1, 2020
Merged

Update asciidoctor-pdf requirement from 1.5.0.alpha.16 to 1.5.3#130
pastatopf merged 1 commit intomasterfrom
dependabot/bundler/asciidoctor-pdf-1.5.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2020

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

Release notes

Sourced from asciidoctor-pdf's releases.

v1.5.3

Summary

Thanks to community feedback and testing, we bring you yet another bug fix release. Don't you just love this new versioning scheme? First, it fixes a crash when the text transform is applied to the heading cell in the table body. It also removes the extra hyphen when hyphenation is enabled and a hyphen appears at the end of the line. And finally, it looks in the correct font, honoring the font style, when trying to find which font provides the glyph. Finally, if the format of an image is unsupported, and prawn-gmagick has already been loaded, the log message will not suggest installing it. And that's it!

Distribution

Changelog

Bug Fixes

  • do not hyphen a hyphen when hyphenation is enabled (#1562)
  • fix crash when applying text transform to heading cell in table body (#1575)
  • honor font style when looking for glyph in font
  • only suggest installing prawn-gmagick gem if not loaded (#1578)

Release meta

Released on: 2019-02-28 Released by: @mojavelinux Release beer: Orange Tango Jam by Alternation Brewing

Logs: resolved issues | full diff

Credits

A very special thanks to all the awesome supporters of the Asciidoctor OpenCollective campaign who provided critical funding for the development of this release as well as ongoing development of the project.

Changelog

Sourced from asciidoctor-pdf's changelog.

== 1.5.3 (2020-02-28) - @mojavelinux

Bug Fixes::

  • do not hyphen a hyphen when hyphenation is enabled (#1562)
  • fix crash when applying text transform to heading cell in table body (#1575)
  • honor font style when looking for glyph in font
  • only suggest installing prawn-gmagick gem if not loaded (#1578)

== 1.5.2 (2020-02-21) - @mojavelinux

Bug Fixes::

  • fix crash if btn or kbd macro is used in section title (#1563)
  • ensure background and admonition icon image files are closed after being read (#1566)
  • ensure temporary images generated by running content are cleaned up (#1566)

== 1.5.1 (2020-02-16) - @mojavelinux

Enhancements::

  • allow theme to control font color of first line of abstract

Bug Fixes::

  • fix spacing after first line of indented paragraph (#1557)

== 1.5.0 (2020-02-11) - @mojavelinux

  • support table with multiple head rows & decorate accordingly (#1539)
  • draw background and border around entire delimited block with wrapped text that appears inside an AsciiDoc table cell (#820)
  • fix crash when document has PDF cover page and SVG page background (#1546)
  • allow page mode to be fully configured using pdf-page-mode attribute or page_mode theme key (#840)
  • allow background image to be specified using a data URI
  • allow running content image to be specified using a data URI
  • support creating empty front or back cover by assigning empty value to front-cover-image or back-cover-image attribute
  • only warn once per missing character (#1545)
  • render pass block as listing block, using raw source as contents
  • prevent image placeholder from altering character spacing in inline SVG (#1550)

== 1.5.0.rc.3 (2020-02-04) - @mojavelinux

  • reserve space for inline image correctly so it doesn't mangle the character spacing in the line when the image wraps (#1516)
  • allow custom theme to merge font catalog with theme being extended (#1505)
  • allow font path to be declared once for all font styles (#1507)
  • continue border, background, and column rule of admonition block on subsequent pages when block gets split (#1287)
  • allow max-width on caption be specified as a percentage (of the container width) (#1484)
  • add support for remote image in running content (if allow-uri-read attribute is set) (#1536)
  • add support for remote background images specified by theme (if allow-uri-read attribute is set) (#1536)
  • add support for remote title page logo image specified by theme (if allow-uri-read attribute is set) (#1536)
Commits
  • 3be4958 Release 1.5.3
  • c8fea0f resolves #1578 only suggest installing prawn-gmagick gem if not loaded (PR #1...
  • 9197c38 disable JRuby target in GitHub Actions until action is fixed
  • 7264dc8 resolves #1575 fix crash when applying text transform to heading cell in tabl...
  • 974d955 resolves #1562 do not hyphenate a hyphen (PR #1574)
  • 167f97c reenable video test in CI (PR #1573)
  • aedf458 resolves #1561 add test for SVG with linear gradient
  • ce4066d honor font style when looking for glyph in font (PR #1571)
  • 53f5c07 verify that notdef from original font is used if glyph not found in fallback ...
  • 0feff9c Begin development on next version [skip ci]
  • 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 dependabot bot requested a review from ben July 4, 2020 09:16
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 4, 2020

The following labels could not be found: dependabot.

@max123kl max123kl requested a review from jnavila July 4, 2020 09:27
@pastatopf pastatopf merged commit a5e12d9 into master Dec 1, 2020
@dependabot dependabot bot deleted the dependabot/bundler/asciidoctor-pdf-1.5.3 branch December 1, 2020 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant