diff --git a/.Rbuildignore b/.Rbuildignore index a7843f4..6c2b80d 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -26,3 +26,4 @@ ^gfortran.* ^cran-comments\.md$ ^CRAN-RELEASE$ +^CRAN-SUBMISSION$ diff --git a/DESCRIPTION b/DESCRIPTION index bcfb6da..ad8c181 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: xaringanthemer Title: Custom 'xaringan' CSS Themes -Version: 0.4.1.9000 +Version: 0.4.2 Authors@R: person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7111-0077")) diff --git a/NEWS.md b/NEWS.md index 50dc771..1bc7a5a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,16 @@ +# xaringanthemer 0.4.2 + +- Use `.table-unshaded` class on a tables to prevent xaringanthemer's table heading and row shading (thanks @dragonattheend, #74) + +- Use `inverse_text_color` as the default for `inverse_header_color` in most places (#60) + +- Fixed a bug that happened when providing named values for key theme colors (#62) + +- Re-document for CRAN + + # xaringanthemer 0.4.1 * Text alignment in code blocks in `left`, `center`, or `right` aligned slides