summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-22release 2.2.0 [no ci]v2.2.0Dan Allen
2022-07-22upgrade RuboCop and configure new rules [no ci]Dan Allen
2022-07-22sync What's New with new enhancements docs (PR #2290)Sarah White
2022-07-22resolves #2288 prevent orphan detection for heading from modifying document ↵Dan Allen
state (PR #2289)
2022-07-21further document the page-count attribute and fix example on page numbers pageDan Allen
2022-07-21add a description to the page-count attribute and use it in an exampleDan Allen
2022-07-20allow theme to control font style of marker (per marker or all markers) for ↵Dan Allen
unordered list
2022-07-20resolves #2279 allow theme to control font properties of marker for ordered ↵Dan Allen
list using olist-marker category (PR #2285)
2022-07-20resolves #2269 allow top keys in title-page theme category to accept a fixed ↵Dan Allen
value (PR #2287)
2022-07-20add CHANGELOG section for 2.1.6 releaseDan Allen
2022-07-19initialize What's New for 2.2.0 (PR #2286)Sarah White
2022-07-19use Pathname in place of FileUtils in test suite where possibleDan Allen
2022-07-19remove use of build_pdf_theme except where neededDan Allen
2022-07-17refactor test suiteDan Allen
2022-07-17move definition of TareFirstPageContentStreamNoop module in test suiteDan Allen
2022-07-16resolves #2268 allow orphan detection to be enabled for all section titles ↵Dan Allen
and discrete headings using theme (PR #2283)
2022-07-16move helper for visually_match matcher into same fileDan Allen
2022-07-16remove unused code in test suite [no ci]Dan Allen
2022-07-16organize PDF inspectors in test suite into separate filesDan Allen
2022-07-16organize monkey patches in test suite into separate filesDan Allen
2022-07-16organize custom RSpec matchers into separate filesDan Allen
2022-07-16use tables to show installation options for gems; revise installation ↵Dan Allen
instructions
2022-07-15document support for relative font sizes in themeDan Allen
2022-07-15don't coerce font size < 1 to relative font size; relative font size should ↵Dan Allen
be specified in units
2022-07-14broaden support for relative font sizes in theme to more than just inline ↵Dan Allen
elements
2022-07-14clarify that the ink_title_page method cannot start a new pageDan Allen
2022-07-14document that the breakable option applies to discrete headings as wellDan Allen
2022-07-13upgrade RuboCop and configure new rulesDan Allen
2022-07-12add rudimentary test for chronicles dark themeDan Allen
2022-07-12update debug mode for to_pdf helper in test suite to work when output is a ↵Dan Allen
Pathname
2022-07-12add internal Document#attr_unspecified? method to simplify check for an ↵Dan Allen
attribute which as not be set or unset
2022-07-11resolves #2278 set docimagesdir attribute when attribute substitutions are ↵Dan Allen
applied to value from theme (PR #2280)
2022-07-11always set imagesdir attribute to value of themesdir when resolving images ↵Dan Allen
from theme
2022-07-11configure table borders in way that is compatible with prawn-table > 0.2.2Dan Allen
2022-07-10fix logic to get previous tag in release notes task [no ci]Dan Allen
2022-07-10import CHANGELOG entry for 2.1.5 releaseDan Allen
2022-07-09remove bug fixes made in 2.1.x from CHANGELOGDan Allen
2022-07-09resolves #2276 don't allow font scale to compound when entering nested table ↵Dan Allen
(PR #2277)
2022-07-09pass root font size to AsciiDoc table cell implementation to avoid making it ↵Dan Allen
public
2022-07-08verify table cell truncation warning is not logged in scratch documentDan Allen
2022-07-08augment have_message matcher to assert that there are no additional messagesDan Allen
2022-07-08explain in more detail why an image width is required to properly support ↵Dan Allen
the fit-content value of max-width
2022-07-07add disclaimer about copying text in a PDF to the limitations sectionDan Allen
2022-07-07update limitations to state that multiple columns are supported unless the ↵Dan Allen
doctype is book
2022-07-07update limitations to state that image floats are supportedDan Allen
2022-07-06don't attempt to call start_with? on a Symbol in the extended converter examplesDan Allen
2022-07-03resolves #2271 fix position of background color on caption with outside ↵Dan Allen
margin (PR #2272)
2022-07-01lock version of JRuby 9.3 in CI matrixDan Allen
2022-06-30remove link to pf icon set; mark as deprecatedDan Allen
2022-06-27reenable CI build on JRuby 9.3 for WindowsDan Allen