Skip to content

V 0.4

Compare
Choose a tag to compare
@FrancoisGuillem FrancoisGuillem released this 04 Jan 10:54
· 399 commits to master since this release

BREAKING CHANGES:

  • Function combineWidgets has been entirely rewritten and now produces a htmlwidget that can be included as is in documents or shiny applications. The general behavior is the same, but some parameters have changed

NEW FEATURES:

  • manipulateWidget() can now update an already rendered widget instead of overwriting it each time the user changes an input. This leads to better performance and user experience. Look at the documentation of manipulateWidget for further information.

BUGFIXES:

  • manipulateWidgets() now preserves the order of the initial value of select inputs.
  • manipulateWidgets() now automatically finds the correct render and output functions. This solves in particular sizing problems.