Skip to content

Commit d723b1a

Browse files
committed
bump version; update news
1 parent 622dcd0 commit d723b1a

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
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.4.3
3+
Version: 4.4.4
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.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# 4.4.3 -- 14 September 2016
1+
# 4.4.4 -- 15 September 2016
2+
3+
## NEW FEATURES
4+
5+
* Added `inherit` argument for all `add_()` functions to avoid inheriting attributes from `plot_ly()`.
6+
* Added the `add_fun()` function to add layers to a plot without modifying the original data associated with a plotly object.
7+
* Added the `add_annotations()` function to make it easier to add annotations.
8+
* Added the `layerData` argument to `ggplotly()` to make it possible to retrieve the data from a particular __ggplot2__ layer.
9+
10+
# 4.4.3 -- 15 September 2016
211

312
## CHANGES
413

0 commit comments

Comments
 (0)