summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-07-22release 2.2.0 [no ci]v2.2.0Dan Allen
2022-07-22resolves #2288 prevent orphan detection for heading from modifying document ↵Dan Allen
state (PR #2289)
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-16resolves #2268 allow orphan detection to be enabled for all section titles ↵Dan Allen
and discrete headings using theme (PR #2283)
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-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-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-03resolves #2271 fix position of background color on caption with outside ↵Dan Allen
margin (PR #2272)
2022-06-27resolves #2252 allow page numbering / running content to start on empty ↵Dan Allen
verso page before body of prepress book (PR #2267)
2022-06-25don't overqualify TextTransformer class in IndexCatalog [no ci]Dan Allen
2022-06-25resolves #2263 apply text-tranform from custom role on phrase after ↵Dan Allen
attributes have been resolved (PR #2264)
2022-06-25resolves #2261 include source location in warning message for truncated ↵Dan Allen
table cell if sourcemap is enabled (PR #2262)
2022-06-24make URL check more strict so image target containing a colon is not ↵Dan Allen
mistaken as a URL
2022-06-24resolves #2258 allow alt text for block image, video, and audio to wrap to ↵Dan Allen
next line on same page (PR #2259)
2022-06-23resolves #2253 restore column layout after importing page(s) from PDF (PR #2254)Dan Allen
2022-06-23resolves #2255 interpret start-at theme keys with value 1 correctly (PR #2256)Dan Allen
2022-06-22verify page margin is restored after imported pageDan Allen
2022-06-21resolves #1768 allow theme to control page break after automatic TOC in ↵Dan Allen
article with title page (PR #2245)
2022-06-21resolves #1719 allow margin for rotated page to be configured independently ↵Dan Allen
(PR #2247)
2022-06-20resolves #1739 allow page background image to be specified per page layout ↵Dan Allen
(PR #2246) support {page-layout} attribute reference in path
2022-06-20slightly optimize variable assignments in init_pageDan Allen
2022-06-20avoid unnecessary variable assignments in start_title_pageDan Allen
2022-06-20consolidate variable assignments in resolve_background_imageDan Allen
2022-06-19set up main branch for 2.2.x developmentDan Allen
2022-06-19defer setting tare until after operation completes in init_pageDan Allen
2022-06-19set page margin for prepress document with inner/outer margins in init_scratchDan Allen
ensures page margin is consistent for cover page
2022-06-19clarify that init_page is not called on pages in scratch document [skip ci]Dan Allen
2022-06-19add assumption to docs for dry_run [skip ci]Dan Allen
2022-06-18fix crash when border color is transparentDan Allen
2022-06-17release 2.1.2 [no ci]v2.1.2Dan Allen
2022-06-17resolves #2248 apply page layout from main document to new page in scratch ↵Dan Allen
document (PR #2249)
2022-06-16consolidate call to restore imagesdir in apply_subs_discretelyDan Allen
2022-06-15use more self-explanatory variable name in text transform [no ci]Dan Allen
2022-06-15use get_entries_for_toc to determine if the TOC is non-empty rather than ↵Dan Allen
Document#sections?
2022-06-14use correct logic to insert page before TOC with automatic placement when ↵Dan Allen
doctype=book and media=prepress
2022-06-15release 2.1.1 [no ci]v2.1.1Dan Allen
2022-06-14use base-border-color value if border width is set on role for inline phrase ↵Dan Allen
but not border color
2022-06-14only draw rounded rectangle around phrase if border-radius is > 0Dan Allen
2022-06-13store zero-based column of current and from on Extent (PR #2244)Dan Allen
2022-06-13use direct assignment if from page on extent does not match current page numberDan Allen
2022-06-13clarify the behavior of the advance_page helperDan Allen
2022-06-13accurately trap LoadError from CodeRay if source language is not recognized ↵Dan Allen
on code block (PR #2243)
2022-06-12resolves #2241 place block image in SVG format in correct column when page ↵Dan Allen
columns are enabled (PR #2242)