Skip to content

Releases: dreamRs/shinybusy

v0.3.2

23 Nov 13:37
Compare
Choose a tag to compare
  • New functions block() and unblock() to block/unblock elements (like outputs) during a lonng calculation.
  • Notiflix related dependencies are now exported (notify(), report(), block()).

v0.3.1

11 May 09:05
b713c77
Compare
Choose a tag to compare
  • Use correct HTML dependencies.
  • Remove unnecessary CSS code in spinkit spinners.

v0.3.0

23 Feb 08:42
fd8608e
Compare
Choose a tag to compare
  • 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).

v0.2.2

28 Sep 08:53
Compare
Choose a tag to compare
  • Fixed a bug in spin_kit() (#12).

v0.2.1

16 Sep 07:08
Compare
Choose a tag to compare
  • 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.

v0.2.0

29 Oct 07:52
Compare
Choose a tag to compare
  • New htmlwidgets for progressbar.js : see functions progress_line() and progress_circle().
  • New functions show_modal_spinner() and remove_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() and remove_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").

v0.1.3

20 Aug 12:23
Compare
Choose a tag to compare
  • Fix bug in IE.
  • shinybusy 0.1.2
  • Bugfix: change color in 'busy-bar'.
  • Bugfix: overlay in full page mode for spinner.

v0.1.1

23 Apr 12:05
Compare
Choose a tag to compare

First release on CRAN