Shiny.semantic Versions Save

Shiny support for powerful Fomantic UI library.

0.5.1

1 month ago
  • Fixed range_input now returns both lower and upper bound.

  • Fixed update_multiple_checkbox not supporting choices with single quote.

  • semantic_DT now accepts style and class arguments.

  • Breaking change: fixed update_dropdown_input.

    • It now clears the dropdown on value = character(0) and value = "".
    • It now clears the dropdown on choices update.

0.5.0

4 months ago
  • shiny.semantic no longer uses CDN as the default source of assets. Instead, semantic.assets package was introduced.

  • Bugfix: modal function now handles JS callbacks.

  • Remove unnecessary warning in checkboxInput when width is set to NULL.

  • uirender uses assets from semantic.assets.

  • Replaced class to string comparisons.

  • Replaced deprecated purrr::when call.

0.4.3

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Appsilon/shiny.semantic/compare/0.4.2...0.4.3

0.4.2

3 years ago

Added

  • update_tabset

  • added mobile grid demo in example

  • file_input and fileInput example

Changed

  • tabset by default has grid in tabs

  • grid has correct improts now

  • grid supports mobile screen resolutions now

  • fixed calendar dates not working properly in different timezones

  • calendar - added check for na in max/min

  • fixed multiple select bug in dropdown

  • fixed Custom Slider Labels adding

  • fixed updateSelectInput

0.4.0

3 years ago