From 755de2dcc83e2d725ca13688e6d7b5169a90124a Mon Sep 17 00:00:00 2001 From: Carson Date: Tue, 12 Jan 2021 17:29:05 -0600 Subject: [PATCH] Rbuildignore patches, bump version, update news --- .Rbuildignore | 1 + DESCRIPTION | 2 +- NEWS.md | 5 +++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.Rbuildignore b/.Rbuildignore index 0f10e8a..4e02fb0 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -2,3 +2,4 @@ ^\.Rproj\.user$ ^.*\.sublime-.*$ ^cran-comments.md$ +^patches$ diff --git a/DESCRIPTION b/DESCRIPTION index 1251ad0..a18b109 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: shinythemes Title: Themes for Shiny -Version: 1.1.2 +Version: 1.1.2.9000 Authors@R: c( person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"), person(family = "RStudio", role = "cph"), diff --git a/NEWS.md b/NEWS.md index a60aef6..6bcf585 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +shinythemes 1.1.2.9000 +================= + +* Added additional CSS rules to make dark mode themes (e.g., darkly) work better with `shiny::sliderInput()` ([#14](https://github.com/rstudio/shinythemes/pull/14)) + shinythemes 1.1.2 =================