Skip to content

shinyjs 0.8

Compare
Choose a tag to compare
@daattali daattali released this 03 Nov 20:25
· 233 commits to master since this release

NEW FEATURES

  • added runcodeUI() and runcodeServer() functions that you can add to your app in order to run arbitrary R code interactively
  • added showLog() function which lets you redirect all JavaScript logging statements to the R console, to make it easier and quicker to debug apps without having to open the JS console (#88)

MAJOR CHANGES

  • onclick and onevent now support callback functions, and the JavaScript Event object is passed to the callback (#92)
  • the reset() function now works on file inputs

MINOR CHANGES

  • added alert() as an alias for info()