Upgrade notes for Shiny 0.11.1
Major client-side performance improvements for pages that have many conditionalPanels, tabPanels, and plotOutputs. (#693, #717, #723)
tabPanels now use thetitleforvalueby default. This fixes a bug in which an icon in the title caused problems with a conditionalPanel’s test condition. (#725, #728)selectInputnow has asizeargument to control the height of the input box. (#729)navbarPageno longer includes a first row of extra whitespace whenheader=NULL. (#722)selectInputs now use Bootstrap styling whenselectize=FALSE. (#724)Better vertical spacing of label for checkbox groups and radio buttons.
selectInputcorrectly uses width for both selectize and non-selectize inputs. (#702)The wrapper tag generated by
htmlOutputanduiOutputcan now be any type of HTML tag, instead of just span and div. Also, custom classes are now allowed on the tag. (#704)Slider problems in IE 11 and Chrome on touchscreen-equipped Windows computers have been fixed. (#700)
Sliders now work correctly with draggable panels. (#711)
Fixed arguments in
fixedPanel. (#709)