diff --git a/NEWS.md b/NEWS.md index 10bb4594..a611b87d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,16 @@ +shinyWidgets 0.8.1 +====================== + +* `searchInput()` : added `btnClass` argument to set class of search and reset buttons. + +### Bug fixes + +* `pickerInput()` : fix choicesOpts with grouped choices [#650](https://github.com/dreamRs/shinyWidgets/issues/650) +* `updateProgressBar()` : accept HTML in title [#651](https://github.com/dreamRs/shinyWidgets/issues/651) +* don't use system.file for packer htmldependencies +* `searchInput()` : remove inline CSS and `!important` use [#637](https://github.com/dreamRs/shinyWidgets/issues/637) + + shinyWidgets 0.8.0 ====================== diff --git a/cran-comments.md b/cran-comments.md index ee63986d..c1b41fce 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,7 @@ ## Test environments * local Pop!_OS 22.04 LTS install, R 4.3.1 -* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.1 +* ubuntu 20.04, Windows 10, macOS (on GitHub Actions), R 4.3.2 * win-builder (devel and release) ## R CMD check results @@ -11,7 +11,7 @@ ------- -New features, bug fixes and function deprecation. +Fix bugs and Rd files NOTE Thanks! Victor