shinyGizmo 0.4.2
- Fix handling non-existing selector case for valueButton.
shinyGizmo 0.4.1
- textAreanow stores its id as- data-idattribute. This prevents automatic binding of the element by shiny
library. Even when the id is specified directly, the input value is
blocked by- preventDefaultmethod.
- Add ignoreIdsargument tocomminInput(s).
The argument allows to precise which bindings should be ignored while
merging input controllers.
- Fix handling inherited input values with valid Shiny Input Handlers.
This applies to commonInput(s)andvalueButton.
shinyGizmo 0.4
- Convert pickCheckboxInputvalue to logical if
possible.
- Fix extracting pickCheckboxInputselection when
different thanNULLorNA.
- Add try_bindingargument tovalueButton.
WhenTRUEandselectorpoints to Shiny Binding
andattribute == "value"it tries to convert sourced input
value using registeredinputHandler.
- Fix pickCheckboxInputupdate method forshinyWidgets >= 0.7.0.
- Add vsCheckboxInputandupdateVsCheckboxInput. Alternative topickCheckboxInputthat usesshinyWidgets::virtualSelectInputinstead ofshinyWidgets::pickerInputto render dropdown.
shinyGizmo 0.3
- Add jsCallOncePerFlushfunction. When used prevents
runningconditionalJScallback during a single flush cycle
(3668).
- Add commonInputandcommonInputsfunctions
that allow to gather input from multiple controllers into one.
- Add mergeCallsfunction that allows to use more than
onejsCallsforconditionalJS.
- Add animateVisibilityJS call to show and hide elements
with animation.
- Add runAnimationhelper callback to run element
animations.
- Add onceargument toconditionalJSthat
makes jsCall run only when condition value changed.
shinyGizmo 0.2
- Add conditionalJScomponent - extension ofshiny::conditionalPanelthat allows to run custom JS when
condition is met.
- Add valueLinkcomponent.
- Make showModalandhideModalwork with
modules.
shinyGizmo 0.1
- Add valueButton,pickCheckboxInput,accordion,textAreaandmodalDialogUIcomponents.