- New function
updateSearchInputto updatesearchInputserver-side #52. - New argument
inlinetoprettySwitch,prettyToggleandprettyCheckboxto position checkboxes side by side. - New argument
htmltoconfirmSweetAlertandsendSweetAlertto pass HTML tags in alert window #48. - New Shiny modules to create dependent slect menu :
selectizeGroupandpickerGroup. - New widget :
noUiSlider, a minimal slider range for numeric values.
- New functions with Sweet Alert :
confirmSweetAlert(confirmation dialog box),inputSweetAlert(text input dialog box),progressSweetAlert(progress bar in popup). - Update Sweet Alert library to 2.O
sendSweetAlertworks without usinguseSweetAlertin UI.- Update multi.js to 0.2.4
- Update bootstrap switch to 3.3.4
- Change minimal version of R to 3.3.1
- Function to toggle dropdown server-side :
toggleDropdownButton.
Bug fixes :
- Fix logic on when btn-size class is added to button by @coolbutuseless.
- Bug in dependencies between
pretty*andbttn.
- New widget :
spectrumInputfor choosing colors in palettes or custom one. - New widgets :
prettyCheckbox,prettySwitch,prettyToggle,prettyCheckboxGroupandprettyRadioButtonsfor create pretty checkboxes, toggle switch, radio buttons with colors, icons and a lot of options. - New widget :
knobInputa round slider, thanks to @DivadNojnarg.
Bug fixes:
- Bug when initializing (in modal window or in
renderUI)pickerInputandswitchInput. awesomeCheckboxGroupnot working wheninline = FALSE, thanks to @meganhartwell-stemcell, @dStudio-git, @Nicolabo to report this.- Weird behavior of inputs in
dropdownreported by @markdumke.
- New widget :
sliderTextInput: a slider for character vector. - New arguments
choiceNames&choiceValuesforcheckboxGroupButtons&radioGroupButtonsto easily pass HTML in the names displayed on the buttons. - New argument
inlinetomaterialSwitch, thanks to @FrissAnalytics.
- Support for bookmarking state.
- Support for tooltip from
bsplus. - Upgrade
pickerInputto bootstrap-select 1.12.4. - Upgrade
switchInputto bootstrap-switch 3.3.4. - Remove
receiveSweetAlertfor simpler use withuseSweetAlert. - Add inline argument to
materialSwitch(#17). - Display code for dropdowns in gallery.
This release fix a bug in the gallery and add tests.
- Fix a bug when in
checkboxGroupButtonswhenindividual = TRUE, causingshinyWidgetsGalleryon launch.
Several updates methods implemented.
- Add function
updateAwesomeCheckboxfor updating single awesome checkbox. - New function
panelto create similar panel than in shinydashboard. - New arguments and examples for
updateSwitchInput,updateRadioGroupButtons,updateCheckboxGroupButtons,updateAwesomeRadio,updateAwesomeCheckboxGroup
- Buttons in
searchInputare nowactionButton, see #11
Better documentation and examples. Alternative function to create a dropdown. New function colorSelector.