Skip to content

Commit 4f61d90

Browse files
committed
bump version; update news
1 parent 3efb6d3 commit 4f61d90

File tree

2 files changed

+11
-1
lines changed

2 files changed

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

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 4.5.2 -- 23 September 2016
2+
3+
## NEW FEATURES
4+
5+
* The new argument, `split`, replaces the old functionality of the now deprecated `group` argument by creating one trace per value.
6+
7+
## BUG FIXES
8+
9+
* Passing plots to `subplot()` without a specified color (once again) match the coloring defaults supplied by plotly.js (see #724).
10+
111
# 4.5.1 -- 23 September 2016
212

313
## NEW FEATURES

0 commit comments

Comments
 (0)