-
The theme picker can now be used with dynamic UI, e.g.
shiny.ui.output_ui()andshiny.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 forui.navbar_options()includes instructions for setting navbar colors from Bootswatch examples. (#52)