mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
* master: (63 commits) Use getStyle() to support old browsers safe-guard against NA values make shiny.useragg an unofficial option that takes priority over quartz smaller bump in version update news and add to comment Wrap styles in reactive() so that calling getCurrentOutputInfo() doesn't always invalidate Use is_available() more widely and remove unneeded complexity in check_suggested() comments generalize internal is_installed and use it in startPNG() Remove reference to helper-load.R that's no longer there Minor updates to shinyAppTemplate docs code review with Winston default to FALSE for now let showtext know about the resolution Pass check Rollback the custom device arg (may come later) in favor of a shiny.useragg option Auto values aren't resolved until plot time, so if we see one, resolve it change device bg default only if the thematic option is set somehow messed up rebase missed passing device in renderCachedPlot() ...