| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-24 | add break opportunity after kbd separator | Dan Allen | |
| 2022-08-23 | keep caret between items in menu macro with previous item if items wrap | Dan Allen | |
| 2022-08-20 | resolves #2311 change style of footnote labels (PR #2312) | Dan Allen | |
| 2022-05-15 | resolves #2173 apply top line height padding to first line of text when text ↵ | Dan Allen | |
| runs to top of next page (PR #2170) | |||
| 2022-05-14 | resolves #353 add support for image float to converter (PR #2147) | Dan Allen | |
| 2022-05-05 | apply smallcaps text transform to first line of abstract in chronicles example | Dan Allen | |
| 2022-04-30 | adjust top and bottom padding on quote and verse blocks in built-in themes ↵ | Dan Allen | |
| (PR #2110) | |||
| 2022-04-28 | resolves #1786 allow entry for preface to be added to TOC without adding ↵ | Dan Allen | |
| title to body (PR #2094) | |||
| 2022-04-26 | resolves #2061 collapse space in front of hidden index term (PR #2083) | Dan Allen | |
| 2022-04-08 | remove excess margin below dlist in preparation for #1515 | Dan Allen | |
| 2022-04-05 | resolves #2004 make delimited blocks breakable by default (PR #2020) | Dan Allen | |
| 2021-03-17 | fix center vertical alignment of normal table cell | Dan Allen | |
| 2021-01-26 | use new precision setting in Prawn | Dan Allen | |
| upgrade precision from 4 to 5 | |||
| 2020-12-07 | resolves #1833 align footnotes block to bottom of page it is placed on (PR ↵ | Dan Allen | |
| #1842) | |||
| 2020-08-09 | release lock on ttfunk version | Dan Allen | |
| 2020-04-19 | regenerate PDF for chronicles example to reflect fix for #1639 | Dan Allen | |
| 2020-03-14 | resolves #1604 configure headings to inherit font style from theme (PR #1606) | Dan Allen | |
| 2020-02-12 | update chronicles example to reflect change in Rouge highlighting output | Dan Allen | |
| 2019-12-27 | resolves #1436 compute and apply line metrics for table cells correctly (PR ↵ | Dan Allen | |
| #1447) * compute and apply line metrics for cells in table head row * use theme_font to resolve font info for table cells * compute and apply line metrics correctly for cells in table body and foot rows | |||
| 2019-12-24 | resolves #1264 account for border offset in width of fragment (PR #1440) | Dan Allen | |
| 2019-12-22 | anchor element should not inherit any properties | Dan Allen | |
| 2019-12-15 | resolves #1379 allow custom inline role to control text transform (PR #1429) | Dan Allen | |
| 2019-10-21 | resolves #1340 fix value of implicit chapter-title attribute on preface ↵ | Dan Allen | |
| pages (PR #1341) | |||
| 2019-10-02 | add custom inline roles and additional formatting to chronicles example | Dan Allen | |
| 2019-09-08 | resolves #1204 ensure line height of list items and toc entries is ↵ | Dan Allen | |
| consistent (PR #1261) | |||
| 2019-09-02 | resolves #1247 do not override font color of formatted text in toc (PR #1249) | Dan Allen | |
| 2019-07-20 | regenerate Noto Serif fonts | Dan Allen | |
| - regenerate Noto Serif fonts (using 1.06 from 2016-10-22) - reimport double arrows from M+ 1p automatically - update subset font script to process Noto Serif fonts - add test to verify selected glyphs are present in both Noto Serif and M+ 1p Fallback fonts - remove unneeded circled numbers from mplus1mn font | |||
| 2019-07-16 | resolves #987 upgrade to M+ fonts to TESTFLIGHT 63a | Dan Allen | |
| 2019-07-16 | upgrade prawn-icon to 2.4.0 and thus Font Awesome to 5.8.2 (PR #1159) | Dan Allen | |
| 2019-07-13 | resolves #313 allow theme to control background and border of inline kbd (PR ↵ | Dan Allen | |
| #1154) | |||
| 2019-06-17 | resolves #1102 add support for cgi-style options on source language when ↵ | Dan Allen | |
| highlighting with Rouge (PR #1103) - add support for cgi-style options on source language when syntax highlighting with Rouge - upgrade Rouge to 3.4.0 - test against Rouge ~> 2.0.0 in CI matrix - regenerate chronicles example | |||
| 2019-06-13 | resolves #1098 apply padding to table cells in the head row (PR #1100) | Dan Allen | |
| * apply cell padding to table cells in the head row * allow the theme to control the padding of table cells in the head row using the table_head_cell_padding key | |||
| 2019-06-04 | resolves #1087 fix running header text position (PR #1088) | Dan Allen | |
| * fix placement of text in running header; add assertions to match * apply custom theme to chronicles example | |||
| 2019-05-28 | make chronicles example compatible with Asciidoctor 1.5.3 (for testing) | Dan Allen | |
| 2019-05-28 | generate index terms using sequence to make document reproducible | Dan Allen | |
| 2019-05-28 | add initial cli tests | Dan Allen | |
| 2019-04-23 | regenerate chronicles example [skip ci] | Dan Allen | |
| 2019-04-13 | regenerate examples [skip ci] | Dan Allen | |
| 2019-04-12 | update code to cover all scenarios where font-based icons are used | Dan Allen | |
| - suppress Prawn::Icon warning when legacy fa icon set is used - log an info message using the Asciidoctor logger if the legacy fa icon set is used - search for the legacy icon in all the Font Awesome icon sets - use a reverse lookup to resolve the icon set for a list marker glyph - make patch version for prawn-icon dependency fuzzy - update FontAwesome example in theming guide | |||
| 2019-04-12 | resolves #891 upgrade to FontAwesome 5 | zyuhel | |
| * Update `prawn-icon` to version `2.3.0`. This update upgrades FontAwesome from version 4 to 5. * Update the list of supported icon fonts to include the FontAwesome categories (`solid => fas`, `brands => fab` and `regular => far`). * The `fa-*` prefix may still be used to generate icons, but a deprecation warning will be printed prompting to use the Font Awesome 5 font categories. * Use `make_icon` to create an icon instance so that Prawn::Icon's FA4 => FA5 mapping functions as expected (as opposed calling Prawn::Icon::FontData.load`. * Setup `fas` to be the default font family (FontAwesome solid). * Remove all references to the `octicon` font. It is no longer included in `prawn/icon`. * Create `play_icon` helper method in the extensions module to to return a icon node when icon fonts are enabled. * Update documentation and guides that are applicable to icon styling. * Regenerate the `examples/chronicles-example.pdf` file to include new icons. | |||
| 2018-10-08 | add index entries to chronicles example | Dan Allen | |
| 2017-07-30 | update chronicles example | Dan Allen | |
| 2017-03-27 | Prepare 1.5.0.alpha.15 release | Dan Allen | |
| 2017-02-06 | Prepare 1.5.0.alpha.14 release | Dan Allen | |
| 2016-09-19 | Prepare 1.5.0.alpha.13 release | Dan Allen | |
| 2016-09-01 | resolves #529 apply correct default bullet to nested unordered lists (PR #530) | Dan Allen | |
| 2016-08-30 | regenerate chronicles example with proper spacing between list items | Dan Allen | |
| 2016-08-30 | update chronicles example | Dan Allen | |
| 2016-08-30 | add a reversed list to the chronicles example | Dan Allen | |
| - add an example of a reversed list - minor content edits | |||
| 2016-08-04 | resolves #471 fix compatibility with Rouge >= 1.11.1 (PR #493) | Dan Allen | |
