Skip to content

v0.8.0

Compare
Choose a tag to compare
@pvictor pvictor released this 30 Aug 15:52
· 44 commits to master since this release
  • shinyWidgetsGallery() new look for the gallery and two new tabs (for airDatepickerInput() and virtualSelectInput()).
  • 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 argument stateInput to activate or deactivate the special input value input$<inputId>_open allowing to know if the menu is opened or not.
  • updateColorPickr() : added argument swatches 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