Skip to contents

shinybusy 0.3.3

  • New function block_output() to block an output until it is recalculated directly in the UI.

shinybusy 0.3.2

CRAN release: 2023-11-23

shinybusy 0.3.1

CRAN release: 2022-05-10

  • Use correct HTML dependencies.
  • Remove unnecessary CSS code in spinkit spinners.

shinybusy 0.3.0

CRAN release: 2022-02-22

  • Internal: use {packer} to manage JavaScript assets.
  • New function update_modal_spinner() to update modal spinner text (#19).
  • New function notify() to send notifications (success, error, info or warning).
  • New function report() to send extended notifications (success, error, info or warning).

shinybusy 0.2.2

CRAN release: 2020-09-27

shinybusy 0.2.1

CRAN release: 2020-09-10

  • New function add_loading_state() to add loading state to several outputs.
  • New function busy_start_up() to add a start-up page before application is ready to be used.
  • HTML dependencies used in package are now exported, see html_dependency_* functions.

shinybusy 0.2.0

CRAN release: 2019-10-29

shinybusy 0.1.3

CRAN release: 2019-08-19

  • Fix bug in IE.

shinybusy 0.1.2

CRAN release: 2019-05-07

  • Bugfix: change color in ‘busy-bar’.
  • Bugfix: overlay in full page mode for spinner.

shinybusy 0.1.1

CRAN release: 2019-04-23

  • First release : add spinner, progress bar, gif to indicate if an application is busy.