Skip to content

Commit

Permalink
preparing for cran
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jun 1, 2020
1 parent 4a9f634 commit 4c163dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: shinyWidgets
Title: Custom Inputs Widgets for Shiny
Version: 0.5.2.910
Version: 0.5.3
Authors@R: c(
person("Victor", "Perrier", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Fanny", "Meyer", email = "[email protected]", role = "aut"),
person("David", "Granjon", email = "[email protected]", role = "aut"),
person("Fanny", "Meyer", role = "aut"),
person("David", "Granjon", role = "aut"),
person("Ian", "Fellows", role = "ctb", comment = "Methods for mutating vertical tabs & updateMultiInput"),
person("Wil", "Davis", role = "ctb", comment = "numericRangeInput function"),
person("SnapAppointments", "", role = "cph", comment = "bootstrap-select"),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
shinyWidgets 0.5.3
======================

* Fixed `airDatepickerInput()` z-index issue (causing incorrect display in modal or sidebar).
* Fixed a bug in `downloadBttn()` causing download to be triggered twice.
* Added the ability to disable completely or partially `radioGroupButtons()` and `checkboxGroupButtons()` via respective update methods.
* UI validation in `numericInputIcon()` if min and/or max are provided and value is outside range.



Expand Down

0 comments on commit 4c163dc

Please sign in to comment.