Releases: dreamRs/shinyWidgets
Releases Β· dreamRs/shinyWidgets
v0.8.7
- New widget :
slimSelectInput()
, an alternative select menu. - Updated virtual-select to 1.0.45, see https://github.com/sa-si-dev/virtual-select/releases.
airDatepickerInput()
&updateAirDateInput()
: added atz
argument to specify timezone.checkboxGroupButtons()
&radioGroupButtons()
: fixed justified layout when using individual buttons.
v0.8.6
- Fixed a bug in
updateAirDateInput()
when updating selected value with no options. - Updated virtual-select to 1.0.43, see https://github.com/sa-si-dev/virtual-select/releases.
v0.8.5
v0.8.4
v0.8.3
- Updated virtual-select-plugin to 1.0.42 and inclued tooltip plugin, #674 by @stla.
- Updated air-datepicker to 3.5.0.
- Updated noUiSlider to 15.7.1.
updateNoUiSliderInput()
: addeddisableHandlers
andenableHandlers
to disable/enable specific handlers.updateVirtualSelect()
: addedopen
argument to open/close the dropdown.virtualSelectInput()
addedupdateOn
argument to to set when input is updated: on change or on close.- New widget
timeInput()
to select time using browser input.
v0.8.2
- New feature for
virtualSelectInput()
: ability to use JavaScript functions foronServerSearch
orlabelRenderer
parameters, by @MichalLauer. - New feature for
virtualSelectInput()
/prepare_choices()
: added classNames as optional argument, by @SverreFL. - Updated air-datepicker to 3.4.0 (with croatian and bulgarian locale), fix #668.
updatePickerInput()
: fix max option group, fix #670.- Fix JavaScript errors generated by
updateProgressBar()
, fix #656.
v0.8.1
searchInput()
: addedbtnClass
argument to set class of search and reset buttons.- Addition of autocomplete parameter for
pickerInput()
andmultiInput()
, #652 by @MichalLauer.
Bug fixes
v0.8.0
shinyWidgetsGallery()
new look for the gallery and two new tabs (forairDatepickerInput()
andvirtualSelectInput()
).airDatepickerInput()
: added arguments :disabledDaysOfWeek
to disable day(s) of the week.readonly
to prevent edit in the input field.onkeydown
to add onkeydown attribute on the input field.
materialSwitch()
: click on the label now toggle the switch #582.pickerInput()
: added argumentstateInput
to activate or deactivate the special input valueinput$<inputId>_open
allowing to know if the menu is opened or not.updateColorPickr()
: added argumentswatches
to update swatches from server.- Updated virtual-select-plugin to 1.0.39 (fix #601).
- Updated sweetalert2 to v11.7.27.
- Updated air-datepicker to 3.3.5.
Bug fixes
verticalTabsetPanel()
does not render output content when using Bootstrap 5 #570.virtualSelectInput
: fixed crash with choices=list() #571.
Deprecated functions
useShinydashboard()
,useShinydashboardPlus()
,useTablerDash()
,useArgonDash()
,useBs4Dash()
,setShadow()
,setSliderColor()
are deprecated and will be removed in a future release.selectizeGroupUI/selectizeGroupServer
module is deprecated, use equivalent Select Group Input Module in package datamods
v0.7.6
v0.7.5
- Updated virtual-select-plugin to 1.0.34.
- Updated air-datepicker to 3.3.1 with language support for japanese and korean.
- Updated
treeInput()
collapse and expand methods (in javascript).