Skip to content

Commit 6869019

Browse files
committed
bump version; update news
1 parent a089da4 commit 6869019

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 2 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.4.4
3+
Version: 4.4.5
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com"),
66
person("Chris", "Parmer", role = c("aut", "cph"),
@@ -56,5 +56,4 @@ Suggests:
5656
webshot,
5757
listviewer
5858
LazyData: true
59-
VignetteBuilder: knitr
6059
RoxygenNote: 5.0.1

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 4.4.5 -- 19 September 2016
2+
3+
## NEW FEATURES
4+
5+
* Added a `rangeslider()` function to make it easier to add a range slider to the x-axis.
6+
* Added a `colorbar()` function to make it easier to modify an automatically generated colorbar.
7+
8+
## BUG FIXES
9+
10+
* Bug fix for data arranging (introduced in 4.4.2).
11+
* If the same (discrete) variable is mapped to two different aesthetics, redundant text is no longer generated in the legend entries (e.g., `plot_ly(mpg, x = ~cty, y = ~hwy, symbol = ~factor(cyl), color = ~factor(cyl))`)
12+
113
# 4.4.4 -- 15 September 2016
214

315
## NEW FEATURES

0 commit comments

Comments
 (0)