flexdashboard 0.5.2 (unreleased) 2020-06-24

  • Support use of Font Awesome icon sets (e.g. “fab fa-r-project”)

  • Fixed #245: Shiny (1.4.0+) outputs not rendering in modified flexdashboard html. (#250)

flexdashboard 0.5.1 2017-11-29

  • Fixed #149: a compatability issue when using Pandoc 2.0. (#150)

  • Fixed #139: remove previous valueBox handlers when rebinding.

  • Update to roxygen2 6.0.

flexdashboard 0.5.0 Unreleased

(tagged @ commit #d99dd62)

  • Don’t hook graphics device option for fig_mobile if it’s a data chunk (this broke knitr caching for shiny_prerendered data chunks).

flexdashboard 0.4.0 Unreleased

(tagged @ commit #0a88a91)

  • Add support for target field in navbar links (e.g. target: "_blank").

  • Fixed #100: problem w/ embedding source code for Rmd w/ spaces in path.

  • Fixed #106: ensure that previous bg class on valueBox is cleared.

flexdashboard 0.3.0 Unreleased

(tagged @ commit #2b6eb71)

  • Support .hidden attribute for pages to hide them from the navbar.

  • Scroll sidebar when content overflows vertically.

  • Correct handling for storyboard notes in mobile layout.

  • Handle titles with extended characters (auto-assign id if pandoc doesn’t).

  • Handle page titles with punctuation (sanitize id for bootstrap tabs).

  • Use pre_knit hook to get access to the source file path.

  • Restore original DT options after rendering.

flexdashboard 0.2.0 2016-05-18

(tagged @ commit #64d975f)

  • Initial release to CRAN.

flexdashboard 0.1.0 Unreleased

(tagged @ commit #990d10c)

  • init commit!