Skip to content

Commit 3536fe7

Browse files
committed
bump version; update news
1 parent 3df8f86 commit 3536fe7

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via 'plotly.js'
3-
Version: 4.3.6
3+
Version: 4.3.7
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]"),
66
person("Chris", "Parmer", role = c("aut", "cph"),
@@ -44,7 +44,7 @@ Suggests:
4444
testthat,
4545
knitr,
4646
devtools,
47-
shiny (>= 0.13.2.9005),
47+
shiny (>= 0.14),
4848
htmltools,
4949
curl,
5050
rmarkdown,
@@ -57,5 +57,3 @@ Suggests:
5757
LazyData: true
5858
VignetteBuilder: knitr
5959
RoxygenNote: 5.0.1
60-
Remotes:
61-
rstudio/shiny

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.3.7 -- 11 September 2016
2+
3+
## BUG FIXES
4+
5+
* `event_data()` now works inside shiny modules (#659). For an example, see <https://github.com/ropensci/plotly/tree/master/inst/examples/plotlyShinyModules>
6+
17
# 4.3.6 -- 9 September 2016
28

39
## CHANGES

R/shiny.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ renderPlotly <- function(expr, env = parent.frame(), quoted = FALSE) {
4141
#' @param source Which plot should the listener be tied to? This
4242
#' (character string) should match the value of \code{source} in
4343
#' \code{\link{plot_ly}()}.
44+
#' @param session a shiny session object (the default should almost always be used).
4445
#' @export
4546
#' @author Carson Sievert
4647
#' @examples \dontrun{

man/event_data.Rd

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)