sliderInput
: chooseSliderSkin
and setSliderColor
by [@DivadNojnarg](https://github.com/DivadNojnarg).downloadBttn
, a downloadButton
with custom appearance.airDatepickerInput
, to select single, multiple and range of dates. You can also select time. And two shortcuts to select months or years.useShinydashboard
to use functions from ‘shinydashboard’ into a classic ‘shiny’ app, specifically valueBox
, infoBox
and box
.setBackgroundColor
and setBackgroundImage
to change background color or use an image, by [@DivadNojnarg](https://github.com/DivadNojnarg).updateSearchInput
to update searchInput
server-side #52.inline
to prettySwitch
, prettyToggle
and prettyCheckbox
to position checkboxes side by side.html
to confirmSweetAlert
and sendSweetAlert
to pass HTML tags in alert window #48.selectizeGroup
and pickerGroup
.noUiSlider
, a minimal slider range for numeric values.confirmSweetAlert
(confirmation dialog box), inputSweetAlert
(text input dialog box), progressSweetAlert
(progress bar in popup).sendSweetAlert
works without using useSweetAlert
in UI.toggleDropdownButton
.Bug fixes : * Fix logic on when btn-size class is added to button by [@coolbutuseless](https://github.com/coolbutuseless). * Bug in dependencies between pretty*
and bttn
.
spectrumInput
for choosing colors in palettes or custom one.prettyCheckbox
, prettySwitch
, prettyToggle
, prettyCheckboxGroup
and prettyRadioButtons
for create pretty checkboxes, toggle switch, radio buttons with colors, icons and a lot of options.knobInput
a round slider, thanks to @DivadNojnarg.Bug fixes: * Bug when initializing (in modal window or in renderUI
) pickerInput
and switchInput
. * awesomeCheckboxGroup
not working when inline = FALSE
, thanks to @meganhartwell-stemcell, @dStudio-git, @Nicolabo to report this. * Weird behavior of inputs in dropdown
reported by @markdumke.
sliderTextInput
: a slider for character vector.choiceNames
& choiceValues
for checkboxGroupButtons
& radioGroupButtons
to easily pass HTML in the names displayed on the buttons.inline
to materialSwitch
, thanks to @FrissAnalytics.bsplus
.pickerInput
to bootstrap-select 1.12.4.switchInput
to bootstrap-switch 3.3.4.receiveSweetAlert
for simpler use with useSweetAlert
.materialSwitch
(#17).This release fix a bug in the gallery and add tests.
checkboxGroupButtons
when individual = TRUE
, causing shinyWidgetsGallery
on launch.Several updates methods implemented.
updateAwesomeCheckbox
for updating single awesome checkbox.panel
to create similar panel than in shinydashboard.updateSwitchInput
, updateRadioGroupButtons
, updateCheckboxGroupButtons
, updateAwesomeRadio
, updateAwesomeCheckboxGroup
searchInput
are now actionButton
, see #11Better documentation and examples. Alternative function to create a dropdown. New function colorSelector
.