summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-20Release 2.0.0.alpha.1v2.0.0.alpha.1Dan Allen
2022-04-20install required Linux packages in release job [skip ci]Dan Allen
2022-04-20add entry for #1967 to CHANGELOG [skip ci]Dan Allen
2022-04-20groom entries in CHANGELOG [skip ci]Dan Allen
2022-04-19resolves #1887 set up PDF docs component version (PR #2035)Sarah White
2022-04-19rename prose-inner-text-indent theme key to prose-text-indent-inner (PR #2057)Dan Allen
2022-04-19resolves #1918 prepress page margins should honor value of pdf-folio-placemen...Dan Allen
2022-04-19assign :recto and :verso page margins to local variables in init_pdf [skip ci]Dan Allen
2022-04-19move code-callout-list-margin-top theme key to callout-list-margin-top-after-...Dan Allen
2022-04-18resolves #1796 rename literal category to codespan in theme (PR #2045)Dan Allen
2022-04-18resolves #2054 rename blockquote category key in theme to quote (PR #2055)Dan Allen
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
2022-04-18add missing label key in admonition-label-padding example in theming guide [s...Dan Allen
2022-04-18add/update more rdoc for extension helper methods that pertain to arrange_blo...Dan Allen
2022-04-18resolves #2034 only indent inner paragraph if prose-inner-text-indent key is ...Dan Allen
2022-04-18don't crash if theme does not define toc_indent keyDan Allen
2022-04-18resolves #1722 add callout-list category to theme for controlling font proper...Dan Allen
2022-04-18resolves #2013 allow location of anchor for block to be positioned relative t...Dan Allen
2022-04-18allow role or theme to control text alignment of colistDan Allen
2022-04-18remove obsolete vertical spacing category in theming guide [skip ci]Dan Allen
2022-04-18consolidat license files for Noto fonts [skip ci]Dan Allen
2022-04-18resolves #2010 bundle Noto Sans in addition to Noto Serif and add built-in th...Dan Allen
2022-04-18read bundled theme names into constant instead of hard codingDan Allen
2022-04-18fix typo in script [skip ci]Dan Allen
2022-04-17coerce negated variable reference to number if value of variable is numeric (...Dan Allen
2022-04-17use regular hyphen between versions in README [skip ci]Dan Allen
2022-04-17add test to verify code span with relative size is scaled relative to size of...Dan Allen
2022-04-17minor revision [skip ci]Dan Allen
2022-04-17add recommendation to specify font-size of literal as a relative value [skip ci]Dan Allen
2022-04-17resolves #1988 respect nonfacing option on first block in document (PR #2046)Dan Allen
2022-04-17verify fix for #907 do not increment counter more times than expectedDan Allen
2022-04-17confirm that counter is restored after computing height of AsciiDoc table cel...Dan Allen
2022-04-17update RuboCop and tweak configurationDan Allen
2022-04-17upgrade rspecDan Allen
2022-04-17use .any? in place of .find? where applicableDan Allen
2022-04-17unlock version of pdf-reader in dev buildDan Allen
2022-04-16resolves #2032 allow theme to control line height for blocks using line-heigh...Dan Allen
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap d...Dan Allen
2022-04-16bump minimum Ruby version to 2.7 and remove obsolete patches (PR #2038)Dan Allen
2022-04-16add JRuby 9.3 to CI matrix; upgrade asciidoctor-diagram to 2.2Dan Allen
2022-04-15declare matrix as a dependency until prawn does (PR #2037)Dan Allen
2022-04-15resolves #2031 change lead category in theme to built-in role named lead (PR ...Dan Allen
2022-04-15make use of theme_font_cascade helper where applicableDan Allen
2022-04-15remove redundant call to theme_font for conumDan Allen
2022-04-15rename theme_fonts helper to theme_font_cascade [skip ci]Dan Allen
2022-04-15resolves #1939 honor role and inherited role on inline image (PR #2029)Dan Allen
2022-04-15resolves #483 support role on paragraph to allow theme to control font proper...Dan Allen
2022-04-15add support for line-height property on lead role as documentedDan Allen
2022-04-14resolves #1515 implement smart block bottom margins to prevent extra space be...Dan Allen
2022-04-14add enough content in open block test to ensure assertion is relevant [skip ci]Dan Allen