File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: shiny
2
2
Type: Package
3
3
Title: Web Application Framework for R
4
- Version: 0.12.2.9002
5
- Date: 2015-08-04
4
+ Version: 0.12.2.9003
5
+ Date: 2015-08-09
6
6
Authors@R: c(
7
7
person("Winston", "Chang", role = c("aut", "cre"), email = "
[email protected] "),
8
8
person("Joe", "Cheng", role = "aut", email = "
[email protected] "),
Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ shiny 0.12.2.9000
3
3
4
4
* Fixed #902: the `drag_drop` plugin of the selectize input did not work.
5
5
6
- * Fixed #933: `updateSliderInput()` does not work when only the label is updated.
6
+ * Fixed #933: `updateSliderInput()` does not work when only the label is
7
+ updated.
8
+
9
+ * Multiple imageOutput/plotOutput calls can now share the same brush id. Shiny
10
+ will ensure that performing a brush operation will clear any other brush with
11
+ the same id.
7
12
8
13
shiny 0.12.2
9
14
--------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments