Skip to content

Commit f1eee2b

Browse files
committed
bump version; update news
1 parent 80007ac commit f1eee2b

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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: 3.5.7
3+
Version: 3.6.0
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
3.6.0 -- 16 May 2016
2+
3+
NEW FEATURES & CHANGES:
4+
5+
* Many improvements to the subplot() function:
6+
* ggplot2 objects are now officially supported (#520).
7+
* Several new arguments allow one to synchronize x/y axes (#298), height/width (#376), hide/show x/y axis titles.
8+
* A list of plots can now be passed to the first argument.
9+
* A new vignette with examples and more explanation can be accessed via `vignette("subplot")`.
10+
11+
* ggplotly() is now a generic function with a method for ggmatrix objects.
12+
* plotly_build() is now a generic function.
13+
14+
BUG FIX:
15+
16+
Column facet strips will no longer be drawn when there is only one column.
17+
118
3.5.7 -- 13 May 2016
219

320
CHANGES:

0 commit comments

Comments
 (0)