Skip to content

Commit

Permalink
Merge pull request #52 from rstudio/v0.2.0-rc
Browse files Browse the repository at this point in the history
Release fontawesome v0.2.0
  • Loading branch information
rich-iannone authored Mar 29, 2021
2 parents 48b3b22 + bf9060a commit 8d7c3c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Type: Package
Package: fontawesome
Version: 0.1.0.9000
Version: 0.2.0
Title: Easily Work with 'Font Awesome' Icons
Description: Easily and flexibly insert 'Font Awesome' icons into 'R Markdown'
documents and 'Shiny' apps. These icons can be inserted into HTML content
Expand All @@ -12,6 +12,7 @@ Authors@R: c(
comment = c(ORCID = "0000-0003-3925-190X")),
person("Christophe", "Dervieux", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4474-2498")),
person("Winston", "Chang", , "[email protected]", role = "ctb"),
person("Dave", "Gandy", role = c("ctb", "cph"),
comment = "Font-Awesome font"),
person("RStudio", role = c("cph", "fnd"))
Expand All @@ -20,7 +21,6 @@ License: MIT + file LICENSE
URL: https://github.com/rstudio/fontawesome
BugReports: https://github.com/rstudio/fontawesome/issues
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 7.1.1
Depends:
Expand Down
14 changes: 13 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# fontawesome (development version)
# fontawesome 0.2.0

* Closed #42: Support for additional R Markdown output formats with `fa()`: `pdf_document`, `word_document`, `github_document`, `slidy_presentation`, `beamer_presentation`, and `ioslides_presentation`. (#43)

* Closed #38: Add accessibility features to SVG icons produced by `fa()` with its new `a11y` argument. (#41)

* Fixes a rendering issue with SVG icons in IE11. (#40)

* Tooltips can be added to SVG icons prepared by `fa()` by using the new `title` argument.

* Closed #44: The collection of font files that support the use of `fa_i()` has been trimmed down to just the '.woff' variety. (#45)

* Closed #32, #33: Package dependencies have been greatly reduced. (#35)

# fontawesome 0.1.0

Expand Down

0 comments on commit 8d7c3c7

Please sign in to comment.