Releases: yihui/xaringan
xaringan 0.31
xaringan 0.30
-
Updated CSS theme rutgers (Rutgers University) (#373).
-
inf_mr()fails to work when the slides URL contains a hash.
xaringan 0.29
- Internal changes for
xaringan::inf_mr()according to changes in the servr package.
xaringan 0.28
- This package requires R >= 3.5.0 now.
xaringan 0.27
-
Documented that
servr::daemon_stop()can be used to stopinf_mr()(thanks, @DanChaltiel, #359). -
Added
mugen_tsukuyomi()as another alias ofinfinite_moon_reader()(thanks, @DanChaltiel, #359). -
Updated Karolinska Institutet theme to new visual identity (thanks, @ellessenne, #361).
xaringan 0.26
- Added support for embedding media files from
<audio src="...">and<video src="...">in the self-contained mode (thanks, @robertfromont, #355).
xaringan 0.25
-
Added
wicWittgenstein Centre theme (thanks, @olayabucaro, #354). -
Added support for embedding audio files from
<source src="...">in the self-contained mode (thanks, @robertfromont, #353).
xaringan 0.24
-
Added classes to elements on the title slide (thanks, @ccamara, #340). Now the
titlewill be placed inside<div class="title"><h1></h1></div>(previously it was only put inside<h1></h1>), and thesubtitlewill be placed inside a<div>with classsubtitle. Similarly,author,institute, anddatewill have classes of their names, respectively. This will make it easier to style these elements individually. For example, the CSS selector.title-slide .authorcan be used to select and style the author(s). -
When running
xaringan::inf_mr(), the Rmd file will be recompiled when any Rmd file under the same directory is updated. This allows for rebuilding the slides when child documents are used and updated. Previously, the Rmd file would be recompiled only if itself is updated (thanks, @jvolkening, #349). -
Resolved some major shortcut-key conflicts between xaringan and the popular screen reader JAWS for Windows in its virtual cursor environment.
- In JAWS 16.0.2136 or later, users must keep turning on a setting called "Allow Web Application Reserved Keystrokes," which is enabled by default.
- The shortcut keys available on the slide help page (press
hon any slide to obtain them) are supported.
-
Correctly print output from
sqlchunks as tables (thanks, @thohan88 @gadenbuie @cderv, #307).
xaringan 0.23
-
Preserve text wrapping in the
xaringan::moon_readeroutput to avoid issues like #345 (thanks, @ellessenne @cderv). -
Fixed lack of blue background color in useR chapter-slide due to the fix for #302. Updated font-size in useR theme to facilitate reading text from small screens. Updated source link of the useR logo from Dropbox to the official web page (thanks, @josschavezf, #328).