Skip to content

v0.6.3

Compare
Choose a tag to compare
@pvictor pvictor released this 11 Jan 14:39
· 228 commits to master since this release
  • Following functions are now compatible with Bootstrap 4 & 5, when using bslib::bs_theme() :
    • radioGroupButtons()
    • checkboxGroupButtons()
    • textInputIcon()
    • numericInputIcon()
  • checkboxGroupButtons()/radioGroupButtons(): status argument now accept a vector, thanks to @jassler (#440)
  • downloadBttn() now has a icon argument.
  • switchInput() is now themable with {bslib}, thanks to @AshesITR (#454)

Bug fixes

  • updateNumericRangeInput() failed to correctly update label (#441)
  • verticalTabsetPanel() didn't work inside renderUI and with more than one panel (#446)
  • statiCard(): fixed rendering in renderUI and value not displayed if animation interrupted (#406, #407)
  • checkboxGroupButtons()/radioGroupButtons() fixed justified = TRUE argument compatibility with Bootstrap 4 (fix #423)