Skip to content

v0.6.0

Compare
Choose a tag to compare
@gadenbuie gadenbuie released this 07 Jun 14:56
· 29 commits to main since this release
72d2960

xaringanExtra 0.6.0 (2022-06-07)

New extras

  • Add banners to your slides with use_banner(). Banners are text (or other
    HTML) that appear on every slide, for example the title of your talk or a link
    to your slides online. (thanks @mattwarkentin and @dataning, #161)

Improved extras

  • Sideways panelsets collapse to standard panelsets with tabs above the content
    on small devices (max-width 480px). (#122)

  • Keep sideways panelset tabs on screen with long-scrolling content. (#123)

  • The panelset=TRUE chunk option now automatically sets results="hold"
    unless over-ridden by a local chunk option.

Fixed extras

  • share again no longer shows when viewing slides in the RStudio viewer pane. (#128)

  • use_xaringan_extras("panelset") is now equivalent to use_panelset().
    Previously the first would not install the knitr chunk hooks.

  • panelset now uses the xaringan knitr source hooks, restoring line highlighting
    in the source panel of panelset chunks. (#138)

  • Hide scribble controls when printing slides (thanks @yyzeng, #136).

  • text_poster() has been removed.