Releases: gadenbuie/xaringanthemer
xaringanthemer 0.4.3
- Update the spelling of
colour
for compatibility with ggplot2 >= 3.5.1 (@teunbrand #79).
v0.4.2
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 forinverse_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
-
Text alignment in code blocks in
left
,center
, orright
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 thestyle_
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
-
Added
text_bold_font_weight
argument to xaringanthemer style functions with a corresponding CSS rule setting thefont-weight
property of<strong>
elements (thanks @matiasandina, #50). -
The style functions gain a
link_decoration
argument to set thetext-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 whenfig.showtext = FALSE
(thanks @mikedecr #36, #56).
v0.3.4
v0.3.3
-
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
Cyan Steel Sturgeon
First release of xaringanthemer
π
See https://pkg.garrickadenbuie.com/xaringanthemer for all the details.