docorator 0.7.0

Improvements * Added Word (.docx) output support with the new render_docx() engine. (#97) * Convert all gt_groups to lists of gt_tbls interally for easier handling across render functions (#113) * doc_pagenum() updated to support different output formats (#107) * Convert all ggplots to PNGs interally for consistency across output formats (#84)

Bug Fixes * Fix issue where pdf render fails for gt_groups due to duplicate caption ids (#79) * Removed an unnecessary RTF warning related to the gt package version (#100) * Fix bug where chars argument wasnt passed through fancywrap.docorator correctly (#109) * Pass height and width through to gt::fmt_image for dynamic image sizing in RTF output (#103)

docorator 0.6.0

Improvements * Add option fancywrap to render_pdf() to support text wrapping of headers/footers for pdf outputs (#36) * Upgrade deprecation of docorator and character headers to deprecate_stop()

Bug Fixes * Fix issue where pdf render fails if headers or footers start with brackets, e.g. “[1]” (#85) * Fix issue where chunk ids could be duplicated (#88)

docorator 0.5.2

Improvements * when escaping footnotes and headers enable unicode conversion (#73) * Export the apply_to_gt_group function to help apply functions to gt_group objects (#76)

docorator 0.5.1

Improvements * Change logic in prep_obj_rtf to include any headers in the gt object as subtitles in the rtf (#56) * Apply fontsize to gt title and subtitle (#59) * Set footnote argument in as_docorator() function to NULL as the default. (#61) * Include sessionInfo in docorator object and add optional check that gt and ggplot2 versions match between as_docorator run and render (#52, #53)

Bug fixes * Fix issue where gt scaling did not support multiple rowname columns in the gt (#48)

Lifecycle changes * Minimum gt version updated to 1.2.0 (#66)

docorator 0.5.0

Improvements * Add qmd PDF engine * Add RTF functionality for PNG and ggplot2 ready for when functionality becomes available in gt with prep_obj_rtf * Rename prep_obj to prep_obj_tex and change input to docorator object * The display_name argument in as_docorator is now required to ensure created files are explicitly defined

Bug fixes * Fix issue where fancyrow() did not reject string vectors of length > 1 as arguments

docorator 0.4.0

First open source release