Skip to content

shinyjs v2.0.0

Compare
Choose a tag to compare
@daattali daattali released this 12 Sep 05:50
· 77 commits to master since this release
a3e4179
  • IMPORTANT CHANGE Remove commercial license (it only existed because some big companies asked for it, but it ended up being a bigger headache for 99% of the community)
  • BREAKING CHANGE When using extendShinyjs(), the functions parameter must always be provided.
  • BREAKING CHANGE When using extendShinyjs(), the script path parameter now behaves like any other Shiny web resource, which means it cannot be loaded from the local file system. The path must be discoverable by the browser, so it either needs to be a public URL, inside a www folder, or available via addResourcePath().
  • New feature: add a refresh() function (#205)
  • New feature: add asis parameter to reset() function, which works like it does in all other functions that support asis (#146)
  • Fix bug: extendShinyjs() now works with any web URL or any resource path (#201)
  • Fix bug: reset() didn't work when a sliderInput was initialized with value=NULL (#207)
  • Remove V8 as a package dependency.