Skip to content

Commit

Permalink
updated sweet alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed May 13, 2020
1 parent da8cac8 commit 94b48c3
Show file tree
Hide file tree
Showing 23 changed files with 465 additions and 387 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export(airMonthpickerInput)
export(airYearpickerInput)
export(animateOptions)
export(appendVerticalTab)
export(ask_confirmation)
export(awesomeCheckbox)
export(awesomeCheckboxGroup)
export(awesomeRadio)
Expand Down Expand Up @@ -63,6 +64,7 @@ export(setShadow)
export(setSliderColor)
export(shinyWidgetsGallery)
export(showDropMenu)
export(show_alert)
export(show_toast)
export(sliderTextInput)
export(spectrumInput)
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ shinyWidgets 0.5.2
+ `firstDay`: day index from which week will be started
* `knobInput()` has two new arguments : `pre` and `post` to add prefix/suffix to the value displayed.
* Updated `awesome*()` dependencies.
* Sweet alert family:
+ update dependencies to 9.10.13
+ New function `show_toast()` to display toast notification.
+ New functions `show_alert()` and `ask_confirmation()` aliases for `sendSweetAlert()` and `confirmSweetAlert()` with optional session arg.


### Bug fixes
Expand Down
Loading

0 comments on commit 94b48c3

Please sign in to comment.