Xaringanthemer Versions Save

😎 Give your xaringan slides some style

v0.4.2

1 year ago

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

v0.4.1

2 years ago
  • Text alignment in code blocks in left, center, or right aligned slides no longer matches the slide text. Instead, the code block width is reduced, if possible, and the block is pushed to the left, center, or right using margins (#68).

  • The style functions are now more permissive about color names in the color argument. Color names should be valid CSS classes that can also be used as CSS variable names, but the style_ function only stops with an error if the color name contains spaces. (@jdlom #69)

  • Fixed an issue that caused problems rendering the xaringanthemer R Markdown template if the showtext package isn't installed (thanks @beatrizmilz, #65).

v0.4.0

2 years ago
  • Added text_bold_font_weight argument to xaringanthemer style functions with a corresponding CSS rule setting the font-weight property of <strong> elements (thanks @matiasandina, #50).

  • The style functions gain a link_decoration argument to set the text-decoration property for links (#57).

  • Set slide number font size in rem so that increasing the font size at the slide level doesn't result in giant slide numbers (#53).

  • The xaringanthemer slide skeleton (R Markdown template) will now render when packages that are used in the template but not in xaringanthemer's Imports are not installed (#52).

  • xaringanthemer no longer sets the fig.showtext chunk option when the showtext package isn't installed and also when fig.showtext = FALSE (thanks @mikedecr #36, #56).

v0.3.4

3 years ago

Maintenance release to avoid issues with upcoming R 4.1.0 (#49)

v0.3.3

3 years ago
  • Add inverse_link_color to control color of links on inverse slides (thanks @dmi3kno, #44)

  • .pull-right[] now clears floats just for its immediate sibling

  • Add header_font_family_fallback to control fallback fonts for headings (thanks @mattwarkentin, #41)

  • New xaringanthemer presentation skeleton with a kitchen sink of typical slide elements with the goal of making it easier to preview new themes during development.

v0.2.0

5 years ago

Maintenance releases that fixes some broken things

  • #4 Table customizations applied within .remark-slide class
  • #5 Fixed typo that tried to change text-size instead of font-size for slide numbering
  • #6 Fixed mechanism for calling write_xarigan_theme() from within theme functions

v0.1.1

6 years ago

First release of xaringanthemer 🎉

See https://pkg.garrickadenbuie.com/xaringanthemer for all the details.