- New function
update_modal_spinner()
to update modal spinner text (#19).
- Fixed a bug in
spin_kit()
(#12).
- 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.
- New htmlwidgets for
progressbar.js
: see functionsprogress_line()
andprogress_circle()
. - New functions
show_modal_spinner()
andremove_modal_spinner()
to show a modal with a spinner and remove it. - New functions
show_modal_progress_line()
,show_modal_progress_circle()
,update_modal_progress()
andremove_modal_progress()
to show a modal with a progress bar, update it and remove it. - New spinners available, see
spin_epic()
for a demo, or the online version : https://dreamrs.github.io/shinybusy/articles/spinners.html - Two new vignettes are available :
vignette("shinybusy-usage", package = "shinybusy")
and vignette("spinners", package = "shinybusy").
- Fix bug in IE.
- Bugfix: change color in 'busy-bar'.
- Bugfix: overlay in full page mode for spinner.
- First release : add spinner, progress bar, gif to indicate if an application is busy.