NEWS
docorator 0.6.0 (2026-03-20)
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 (2026-01-23)
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 (2026-01-08)
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 (2025-09-30)
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