Skip to content

Commit 99295f0

Browse files
committed
Bump version, update NEWS
1 parent 3606c36 commit 99295f0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: shiny
22
Type: Package
33
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
66
Authors@R: c(
77
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
88
person("Joe", "Cheng", role = "aut", email = "[email protected]"),

NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ shiny 0.12.2.9000
33

44
* Fixed #902: the `drag_drop` plugin of the selectize input did not work.
55

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.
712

813
shiny 0.12.2
914
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)