summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
AgeCommit message (Collapse)Author
2022-08-16update what's new page for 2.3.0 releaseDan Allen
2022-08-15revise CHANGELOG entries for upcoming releaseDan Allen
2022-08-14resolves #2086 strip formatting markup added to source block by custom subs ↵Dan Allen
when syntax highlighter is enabled (PR #2295)
2022-08-13resolves #2297 keep footnote label with preceding text (PR #2310)Dan Allen
2022-08-13resolves #2306 use default-for-print theme by default if media is print or ↵Dan Allen
prepress (PR #2309)
2022-08-12support text alignment roles on verse blockDan Allen
2022-08-12support text alignment roles on styled paragraphsDan Allen
2022-08-10resolves #2307 use relative font size for big and small roles (PR #2308)Dan Allen
2022-08-09resolves #2298 only indent text that starts at left margin (PR #2302)Dan Allen
2022-08-08honor theme settings for inner paragraphs in abstractDan Allen
2022-08-06resolves #2293 insert column break multi-column layout if column role is ↵Dan Allen
specified on page break macro (PR #2299)
2022-08-06resolves #2300 always insert page break if always option is specified on ↵Dan Allen
page break macro (PR #2301)
2022-08-05remove support for deprecated spread role on tableDan Allen
2022-08-03resolves #2291 allow theme to control vertical alignment of footnotes block ↵Dan Allen
(PR #2292)
2022-07-31apply text transform and formatting when computing height of background for ↵Dan Allen
caption
2022-07-31apply text formatting when checking height of heading for orphan preventionDan Allen
2022-07-28apply text transformation when checking height of heading for orphan preventionDan Allen
2022-07-22prepare branch for development [no ci]Dan Allen
2022-07-22release 2.2.0 [no ci]v2.2.0Dan 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-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-16resolves #2268 allow orphan detection to be enabled for all section titles ↵Dan Allen
and discrete headings using theme (PR #2283)
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-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-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-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-26resolves #2265 allow sourcemap to be enabled from CLI using --sourcemap ↵Dan Allen
option (PR #2266)
2022-06-26resolves #2250 add --theme CLI option as shorthand for -a pdf-theme (PR #2251)Dan Allen
2022-06-25import changelog section from 2.1.4 releaseDan 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-23import changelog section for 2.1.3 releaseDan Allen
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)