summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-03release 2.0.7 [no ci]v2.0.7Dan Allen
2022-06-03add note about limitation of remote inline imageDan Allen
2022-06-03resolves #2228 fix crash when doctitle or section title with automatic ID con...Dan Allen
2022-06-02use more logic order for assignments in init_pdfDan Allen
2022-06-02change root and jail keys for SVG root to base and root, respectivelyDan Allen
2022-06-02resolves #1941 allow image path in SVG to refer to any location within Asciid...Dan Allen
2022-06-02change name of notitle page to Hide Section Titles and rewrite introDan Allen
2022-06-01refactor code that looks up image handler in prawn-svg patchDan Allen
2022-06-01resolves #2223 use prawn-gmagick, if available, to read raster image referenc...Dan Allen
2022-06-01clarify that the costly operation with embedding PNG images is zlib inflatingDan Allen
2022-05-31tune prawn-gmagick recommendation (PR #2222)Dan Allen
2022-05-31use inline? method in place of Asciidoctor::Inline class comparisonDan Allen
2022-05-31automate the creation of the GitHub release [no ci]Dan Allen
2022-05-30test prawn-gmagick integration on macOSDan Allen
2022-05-30release 2.0.6 [no ci]v2.0.6Dan Allen
2022-05-30update RuboCop and configure new rulesDan Allen
2022-05-30refer to margin_box consistently in Prawn extensionsDan Allen
2022-05-29resolves #2219 fix layout of collapsible block (PR #2220)Dan Allen
2022-05-29resolves #2215 interpret width of SVG correctly when width is defined in file...Dan Allen
2022-05-29deduplicate categories in call to theme_font_cascadeDan Allen
2022-05-28clarify in docs that prawn-gmagick is Linux and macOS onlyDan Allen
2022-05-28slightly optimize code for reading depth of PNG imageDan Allen
2022-05-28resolves #2216 patch prawn-gmagick to reread bit depth of a PNG image if it e...Dan Allen
2022-05-28verify Prawn reports font name and style when font style cannot be foundDan Allen
2022-05-27don't crash if inline role defines border width but not border colorDan Allen
2022-05-26release 2.0.5 [no ci]v2.0.5Dan Allen
2022-05-26resolves #2059 fix width of multi-word phrase with background and border offs...Dan Allen
2022-05-26resolves #2210 do not filter TOC entries without an ID when computing TOC ext...Dan Allen
2022-05-26consistently use uppercase for hex color values in theme docsDan Allen
2022-05-25release 2.0.4 [no ci]v2.0.4Dan Allen
2022-05-25resolves #2208 fix calculation of TOC extent when entries have children but n...Dan Allen
2022-05-25remove only flag from test [no ci]Dan Allen
2022-05-25add 2.0.2 and 2.0.3 notes [skip ci]Sarah White
2022-05-25release 2.0.3 [no ci]v2.0.3Dan Allen
2022-05-25hold back versions of RuboCop for JRuby 9.2Dan Allen
2022-05-25upgrade RuboCop and adjust rules accordinglyDan Allen
2022-05-25clarify how the top key for the title page logo and title is interpretedDan Allen
2022-05-25log warning if title page contents overruns the bounds of a single pageDan Allen
2022-05-25remove outdated comment in converter [no ci]Dan Allen
2022-05-25resolves #2205 set height of resized image to available height (PR #2206)Dan Allen
2022-05-24remove mention of the matrix gem from README since it's now installed automat...Dan Allen
2022-05-24resolves #2203 adjust TrimBox to fit inside of BleedBox when using optimizer ...Dan Allen
2022-05-24use safe navigation operator when analyzing attribute and citetitle on quote ...Dan Allen
2022-05-24use safe navigation operator when setting up Rouge lexerDan Allen
2022-05-24prevent content on title page from exceeding the bounds of a single pageDan Allen
2022-05-24compute the optimize settings in init_pdf and store as Hash instead of after ...Dan Allen
2022-05-24add some more context to the breakable/unbreakable option pageDan Allen
2022-05-22release 2.0.2 [no ci]v2.0.2Dan Allen
2022-05-22resolves #403 advance table to next page if rowspan in first row does not fit...Dan Allen
2022-05-22add 2.0.1 release to what's new pageDan Allen