- Breaking change: flipped default for
wrap
ingithub_issue
back to"preserve"
. This works better after all.
- Image outputs now use the same strategy as
{reprex}
by default:knitr::imgur_upload
. Thanks @rmflight.
- Depend on
{rmarkdown}
>= 2.15, thanks @rmflight - Breaking change:
github_issue()
wrap argument now defaults to"auto"
, was"preserve"
. - Breaking change:
draft_issue
now accepts apath
argument that has a configurable default in optionrmd_gh_issue_draft_path
. This replaces thetempdir
argument. - Generated issue thread Rmd document names now preserve case.
- Added
save_issue()
to save issues in a configurable folder which is automatically created and added to.Rbuildignore
if it does not exist. The default is./issues
. Thanks @Robinlovelace