Skip to content

Commit 96c9913

Browse files
committed
bump version; update news
1 parent 98fa1c2 commit 96c9913

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: 3.4.15
3+
Version: 3.5.0
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com"),
66
person("Chris", "Parmer", role = c("aut", "cph"),

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
3.5.0 -- 19 Apr 2016
2+
3+
NEW FEATURES:
4+
5+
The toRGB() function will now respect alpha channels in hex color codes and can recursively apply alpha.
6+
7+
CHANGES:
8+
9+
The toRGB() function will always output color codes with an alpha channel (e.g. toRGB('black') is now 'rgba(0,0,0,1)' instead of 'rgb(0,0,0)')
10+
111
3.4.15 -- 18 Apr 2016
212

313
BUGFIX:

0 commit comments

Comments
 (0)