Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Mar 2, 2021
1 parent 661f48c commit 74e6b9b
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: xaringanExtra
Title: Extras And Extensions for Xaringan Slides
Version: 0.2.5.9000
Version: 0.2.6
Authors@R:
c(person(given = "Garrick",
family = "Aden-Buie",
Expand Down
12 changes: 11 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# xaringanExtra 0.2.5 (2020-02-17)
# xaringanExtra 0.2.6 (2021-03-02)

- New addin: **search**! Easily search through the text in your slides.
(thanks @statnmap, #82)

- All extensions now use version numbers that are independent of the
xaringanExtra package version. This will reduce the number of copies of an
extension that are added to a blogdown site's dependencies by ensuring that
unrelated package updates don't change the extension version number.

# xaringanExtra 0.2.5 (2021-02-17)

- Resizing the tiles in Tile View now works when using browser zoom in/out

Expand Down
12 changes: 11 additions & 1 deletion docs/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# xaringanExtra 0.2.5 (2020-02-17)
# xaringanExtra 0.2.6 (2021-03-02)

- New addin: **search**! Easily search through the text in your slides.
(thanks @statnmap, #82)

- All extensions now use version numbers that are independent of the
xaringanExtra package version. This will reduce the number of copies of an
extension that are added to a blogdown site's dependencies by ensuring that
unrelated package updates don't change the extension version number.

# xaringanExtra 0.2.5 (2021-02-17)

- Resizing the tiles in Tile View now works when using browser zoom in/out

Expand Down
2 changes: 1 addition & 1 deletion docs/panelset/rmarkdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@


<h1 class="title toc-ignore">Panelset in R Markdown</h1>
<h3 class="subtitle">xaringanExtra 0.2.5.9000</h3>
<h3 class="subtitle">xaringanExtra 0.2.6</h3>
<h4 class="author"><a href="https://pkg.garrickadenbuie.com/xaringanExtra" class="uri">https://pkg.garrickadenbuie.com/xaringanExtra</a></h4>

</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/share-again/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@

<h1 class="title toc-ignore">Share Again</h1>
<h4 class="author">xaringanExtra</h4>
<h4 class="date">0.2.5.9000</h4>
<h4 class="date">0.2.6</h4>

</div>

Expand Down

0 comments on commit 74e6b9b

Please sign in to comment.