Skip to content

Commit 1fd58ea

Browse files
committed
bump version; update news
1 parent 7f6b041 commit 1fd58ea

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.3
3+
Version: 4.3.4
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ S3method(geom2trace,GeomTile)
1313
S3method(geom2trace,default)
1414
S3method(ggplotly,ggmatrix)
1515
S3method(ggplotly,ggplot)
16+
S3method(ggplotly,plotly)
1617
S3method(layout,matrix)
1718
S3method(layout,plotly)
1819
S3method(plotly_build,gg)

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 4.3.4 -- 31 August 2016
2+
3+
## CHANGES
4+
5+
* Expressions yielding a ggplot2 object can now, once again, be provided to `plotlyOutput()`. In order to make this possible, `ggplotly()` now has a method for plotly objects (the identity function), and `ggplotly()` called on any expression provided to `plotlyOutput()`.
6+
17
# 4.3.3 -- 29 August 2016
28

39
## BUG FIXES

0 commit comments

Comments
 (0)