浏览代码

v0.4.2

tags/v0.4.2^0
父节点
当前提交
85091cd16a
找不到此签名对应的密钥
共有 3 个文件被更改,包括 13 次插入1 次删除
  1. +1
    -0
      .Rbuildignore
  2. +1
    -1
      DESCRIPTION
  3. +11
    -0
      NEWS.md

+ 1
- 0
.Rbuildignore 查看文件

@@ -26,3 +26,4 @@
^gfortran.*
^cran-comments\.md$
^CRAN-RELEASE$
^CRAN-SUBMISSION$

+ 1
- 1
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"))

+ 11
- 0
NEWS.md 查看文件

@@ -1,5 +1,16 @@
<!-- NEWS.md is maintained by https://cynkra.github.io/fledge, do not edit -->

# 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

正在加载...
取消
保存