diff --git a/DESCRIPTION b/DESCRIPTION index fde292ea37..ce320d0e13 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: shiny Type: Package Title: Web Application Framework for R -Version: 0.12.2.9002 -Date: 2015-08-04 +Version: 0.12.2.9003 +Date: 2015-08-09 Authors@R: c( person("Winston", "Chang", role = c("aut", "cre"), email = "winston@rstudio.com"), person("Joe", "Cheng", role = "aut", email = "joe@rstudio.com"), diff --git a/NEWS b/NEWS index a83660ff08..275df2cd96 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,12 @@ shiny 0.12.2.9000 * Fixed #902: the `drag_drop` plugin of the selectize input did not work. -* Fixed #933: `updateSliderInput()` does not work when only the label is updated. +* Fixed #933: `updateSliderInput()` does not work when only the label is + updated. + +* Multiple imageOutput/plotOutput calls can now share the same brush id. Shiny + will ensure that performing a brush operation will clear any other brush with + the same id. shiny 0.12.2 --------------------------------------------------------------------------------