Skip to content

Releases: yihui/xaringan

xaringan 0.20

04 Mar 14:52
Compare
Choose a tag to compare
  • Fixed the bug that HTML widgets stopped working with new versions of htmltools and rmarkdown (thanks, @vcannataro @gadenbuie, #293).

xaringan 0.19

14 Dec 06:30
Compare
Choose a tag to compare

xaringan 0.18

21 Oct 05:00
Compare
Choose a tag to compare
  • The option self_contained: true for the output format xaringan::moon_reader supports images written in the syntax ![]() (Markdown), background-image: url() (background images for slides), and <img src="" /> (HTML) now. Slides generated in the self-contained mode are also much faster to render in web browsers now, especially for slides containing a lot of images (thanks, @srvanderplas #207, @wolass @RLesur @jaredlander #3).

  • The two internal functions xaringan:::protect_math() and xaringan:::prose_index() have been removed. They are in the xfun package now, so please use xfun::protect_math() and xfun::prose_index() instead.

  • Added UiO theme (thanks, @wleoncio, #270).

  • The option anchor_sections is disabled by default in moon_reader(). This option is for rmarkdown::html_document() to generate anchor links for sections, which is not really useful for xaringan slides.

xaringan 0.17

24 Sep 13:58
Compare
Choose a tag to compare
  • Small updates to KI theme (@ellessenne, #267).

  • The .pull-right CSS class has been updated so that multiple .pull-left/.pull-right columns can be used on one slide (@gandebuie #271, thanks @ramongallego #260).

  • Added a useR theme based on the conference useR2020 guidelines (thanks, @josschavezf, #276).

  • Add nature option autoplay can take either a numeric value, or a list of the form list(interval = N, loop = TRUE). The latter form can be used to specify if the autoplay should restart after reaching the last slide (i.e., go to the first slide). By default, the autoplay will not restart after reaching the last slide. See the help page xaringan::moon_reader for more information (thanks, @pat-s, #266).

xaringan 0.16

31 Mar 14:33
Compare
Choose a tag to compare

BUG FIXES

xaringan 0.15

04 Mar 16:24
Compare
Choose a tag to compare

BUG FIXES

  • infinite_moon_reader() now accepts additional arguments via ... that are passed to rmarkdown::render(). This improves the addition of the params argument in infinite_moon_reader() in version 0.14 and allows users to over-ride parameters defined in the top-level YAML in the slides at run time. It also lets users set rendering options, such as quiet = TRUE or setting output_file (thanks @mstr3336, @gadenbuie, #253).

  • Inline <script> tags and JavaScript code chunks in the R Markdown source now run in the browser with xaringan (thanks @gadenbuie, #256).

MINOR CHANGES

  • Small tweaks to the Karolinska Institutet theme (thanks, ellessenne, #244).

xaringan 0.14

20 Jan 14:41
Compare
Choose a tag to compare

NEW FEATURES

  • Added a theme following the Karolinska Institutet design guidelines (@ellessenne, #238).

  • Added the argument params to infinite_moon_reader() (@paulklemm, #240).

BUG FIXES

  • Removed the xmlns attribute in the <html> tag in the default HTML template (thanks, @pat-s, #197).

xaringan 0.13

20 Jan 14:41
Compare
Choose a tag to compare

NEW FEATURES

  • In the metropolis theme, added support for automatic orange break lines under the subtitle in the title slide and in inverse slides using the new class mline (@Enchufa2, #231).

BUG FIXES

  • In the metropolis theme, fixed titles to look the same everywhere, and added support to gray out non-active h2 and h3 titles in a .left-column (@Enchufa2, #229).

xaringan 0.12

17 Sep 13:32
Compare
Choose a tag to compare

NEW FEATURES

  • Added the class .remark-code-has-line-highlighted to the <pre> parent element containing code with highlighted lines (@gadenbuie, #220).

xaringan 0.11

12 Jul 14:50
Compare
Choose a tag to compare

BUG FIXES

  • {{ }} in source code could incorrectly highlight a line when }} is not at the end of a line (thanks, @filipwastberg, #215).