- New function
updateMultiInputfor updatingmultiInput, thanks to @ifellows. - New function
updateVerticalTabsetPanelfor updatingverticalTabsetPanel. - Update options for
knobInputandairDatepickerInput. - Custom unit & range in progress bars (arguments
unit_mark&range_valueinprogressBar). - Argument
update_onto choose when trigger update server-side inspectrumInput. - Vertical layout in
selectizeGroup.
- New functions to customize
sliderInput:chooseSliderSkinandsetSliderColorby @DivadNojnarg. - New function
downloadBttn, adownloadButtonwith custom appearance. - New widget
airDatepickerInput, to select single, multiple and range of dates. You can also select time. And two shortcuts to select months or years. - New function to add spinners when outputs are recalculating.
- New function
useShinydashboardto use functions from 'shinydashboard' into a classic 'shiny' app, specificallyvalueBox,infoBoxandbox. - New functions
setBackgroundColorandsetBackgroundImageto change background color or use an image, by @DivadNojnarg.
- 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.