Skip to content

Commit

Permalink
updated NEWS and cran comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 3, 2024
1 parent 5c744e0 commit 46c3170
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
======================

Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,7 +11,7 @@

-------

New features, bug fixes and function deprecation.
Fix bugs and Rd files NOTE
Thanks!

Victor

0 comments on commit 46c3170

Please sign in to comment.