Releases: dreamRs/shinyWidgets
Releases · dreamRs/shinyWidgets
v0.7.4
- New widget
treeInput()
based on treejs library. - Updated virtual-select-plugin to 1.0.33.
updateVirtualSelect()
has a new argumentdisabledChoices
to disable some choices from the menu.- It's now possible to use variable with space in their name in
selectizeGroup
module, thanks to @evgeniyftw.
Bug fixes
v0.7.3
- Updated air-datepicker to 3.2.1 with language support for italian and arabic.
- Fixed
airDatepickerInput()
z-index and buttons. dropdown()
: addedblock
&no_outline
arguments.actionBttn()
: added ability to pass arguments to tag container.autonumericInput()
: remove custom CSS styles
Bug fixes
pickerInput
's custom input to know if the menu is open or closed wasn't working anymore after usingupdatePickerInput
#522
v0.7.2
- Updated air-datepicker library to latest version (3.2.0), updating bindings to use dayjs to manipulate date.
updateNoUiSliderInput()
: new argumentlabel =
to update the widget's label.
Breaking changes
airDatepickerInput()
: argumentdateFormat
has a new notation, default value changed fromyyyy-mm-dd
toyyyy-MM-dd
. See https://air-datepicker.com/docs?scrollTo=dateFormat for potential alues.
v0.7.1
v0.7.0
- New widget
virtualSelectInput()
, a select dropdown widget that support a lot of choices, based on virtual-select JavaScript library. - Updated bootstrap-select to v1.14.0-beta3, to make
pickerInput()
works with Bootstrap 5. - Updated
alert()
andpanel()
Bootstrap utilities to work with Bootstrap 5.
Bug fixes
- Removed
formula
argument fromaggregate()
to accomode to R 4.2.0 (fix #491)
v0.6.4
v0.6.3
- Following functions are now compatible with Bootstrap 4 & 5, when using
bslib::bs_theme()
:radioGroupButtons()
checkboxGroupButtons()
textInputIcon()
numericInputIcon()
checkboxGroupButtons()
/radioGroupButtons()
:status
argument now accept a vector, thanks to @jassler (#440)downloadBttn()
now has aicon
argument.switchInput()
is now themable with {bslib}, thanks to @AshesITR (#454)
Bug fixes
updateNumericRangeInput()
failed to correctly updatelabel
(#441)verticalTabsetPanel()
didn't work insiderenderUI
and with more than one panel (#446)statiCard()
: fixed rendering inrenderUI
and value not displayed if animation interrupted (#406, #407)checkboxGroupButtons()
/radioGroupButtons()
fixedjustified = TRUE
argument compatibility with Bootstrap 4 (fix #423)
v0.6.2
shinyWidgets v0.6.1
- Add transparent border to
setSliderColor()
, thanks to @shannonpileggi (#396) - Add commas in value and total of
progressBar()
, thanks to @swsoyee (#388) - Add position absolute to
awesomeCheckboxGroup()
, thanks to @MayaGans (#390) autonumericInput()
: distinguish between no input and input=0, see #384- Update of
disabledDates
argument's behavior inupdateAirDateInput()
, see #379 - Updated sweetalert2 dependencies to 11.1.4
inputSweetAlert()
: added email and url types.inputSweetAlert()
: allow javascript code, for example to use argumentinputValidator
with a function.
CRAN v0.6.0
- {bslib} support for
pretty***()
andawesome***()
functions. - Update to work with {shinydashboardPlus} 2.0.0
updateAirDateInput()
has new argumentsshow
andhide
to show/hide the picker from server.- New
colorPickr()
function: a color picker based on https://github.com/Simonwep/pickr. - Updated skins available in
chooseSliderSkin()
.