You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE It's no longer required to call useShinyalert() in the UI. If you still want to explicitly pre-load the UI scripts, use useShinyalert(force=TRUE) (#47)
BREAKING CHANGE The rmd parameter of useShinyalert() is no longer used. If you still want to call useShinyalert() (which you don't need to) then you have to remove the rmd argument
Fixed UI bug: tall modals did not have a scrollbar and you couldn't see the entire content (#44)
Fixed UI bug: long strings in the modal got cut off (#53)
Fixed UI bug: vertical scrollbar incorrectly appeared when dialog has no buttons (#49)
Fixed UI bug: radio buttons and checkboxes did not render correctly (#55)
New feature: added session parameter to allow advanced uses of shinyalert where the Shiny session isn't immediately accessible (thanks @galachad)
New feature: added support for MathJax to render equations (need to call withMathJax() in the UI) (#54)