Skip to content

shinyjs 1.0

Compare
Choose a tag to compare
@daattali daattali released this 08 Jan 22:30
· 152 commits to master since this release
22eb24b

BREAKING CHANGES

  • shiny version 1.0.0 is now required
  • All colourInput-related functions are now defunct because they are now in the colourpicker package

CHANGES

  • Added click() function that simulates a user clicking on a button
  • Moved default values of parameters to the R layer instead of being defined in javascript. This means that RStudio no longer complains of missing arguments and that autocompletion will show default values. (#80)
  • Improve efficiency of delay() and reset() functions
  • Improve documentation and website (https://deanattali.com/shinyjs)

BUG FIXES

  • Bug fix: reset() wasn't working on checkboxes/select inputs that had a comma in the value (#130)
  • Bug fix: using disabled() on certain non-standard inputs (such as shinyFiles) had strange behaviour (#120)
  • Bug fix: logjs()+showLog() wasn't working when app first runs
  • Bug fix: reset() wasn't working on file inputs with an ID that contained a dot (#140)