summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
* set up PDF docs component version * move optional prerequisite installation content * update list keys; move dlists to own key page * add line-height key to table keys * update key filenames, titles, and navtitles * add inner-text-indent key * change key name to new kbd name * change literal to codespan; update filenames * add callout-list category * add anchor-top key to block category * change inner-text-indent to text-indent-inner * change blockquote key to quote key
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 ↵Dan Allen
pdf-folio-placement (PR #2058)
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 ↵Dan Allen
callout-list-margin-top-after-code (PR #2056)
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
remap old key with warning for backwards compatibility
2022-04-18resolves #2052 rename key theme key to kbd (PR #2053)Dan Allen
* rename key key to kbd * introduce lookup map for deprecated keys * rename internal <key> element to <kbd>
2022-04-18add missing label key in admonition-label-padding example in theming guide ↵Dan Allen
[skip ci]
2022-04-18add/update more rdoc for extension helper methods that pertain to ↵Dan Allen
arrange_block [skip ci]
2022-04-18resolves #2034 only indent inner paragraph if prose-inner-text-indent key is ↵Dan Allen
set in theme (PR #2051)
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 ↵Dan Allen
properties and item spacing of callout lists (PR #2047)
2022-04-18resolves #2013 allow location of anchor for block to be positioned relative ↵Dan Allen
to content using block-anchor-top key in theme (PR #2048)
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 ↵Dan Allen
theme sans-with-fallback-font (PR #2050)
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
(PR #2049)
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 ↵Dan Allen
of surrounding text
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 ↵Dan Allen
cell in scratch document
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 ↵Dan Allen
line-height property where font properties are accepted (PR #2036)
2022-04-16resolves #1894 rename the outline-list category in the theme to list; remap ↵Dan Allen
deprecated keys (PR #2039)
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
#2033)
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
additionally resolves #1376
2022-04-15resolves #483 support role on paragraph to allow theme to control font ↵Dan Allen
properties (PR #2030)
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 ↵Dan Allen
below blocks, particularly nested blocks (PR #2028)
2022-04-14add enough content in open block test to ensure assertion is relevant [skip ci]Dan Allen