Skip to content

v0.9.0

Latest

Choose a tag to compare

@gadenbuie gadenbuie released this 03 Mar 19:14
d4b99ed
  • The theme picker can now be used with dynamic UI, e.g. shiny.ui.output_ui() and shiny.render.ui(). Be careful when using the theme picker in this way: only one theme picker is allowed in the app at a time. (#51)

  • Update pre-built shinyswatch themes for use with Shiny v1.3.0. In this release, the navbar colors of Bootswatch themes are less opinionated by default and are designed to work well in light and dark modes. To set navbar colors with Shiny v1.3.0, use shiny.ui.navbar_options(). The documentation for ui.navbar_options() includes instructions for setting navbar colors from Bootswatch examples. (#52)