Skip to content

Commit bdb2bcc

Browse files
committed
bump version; update news
1 parent 63d250c commit bdb2bcc

File tree

2 files changed

+37
-27
lines changed

2 files changed

+37
-27
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
2-
Title: Create Interactive Web Graphics via Plotly's JavaScript Graphing Library
3-
Version: 3.3.1
2+
Title: Create Interactive Web Graphics via 'plotly.js'
3+
Version: 3.3.2
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com"),
66
person("Chris", "Parmer", role = c("aut", "cph"),
@@ -16,7 +16,7 @@ Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
1616
person("Pedro", "Despouy", role = "aut",
1717
email = "pedro@plot.ly"))
1818
License: MIT + file LICENSE
19-
Description: Easily translate ggplot2 graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a plotly account, plotly graphs (and the data behind them) can be viewed and modified in a web browser.
19+
Description: Easily translate 'ggplot2' graphs to an interactive web-based version and/or create custom web-based visualizations directly from R. Once uploaded to a 'plotly' account, 'plotly' graphs (and the data behind them) can be viewed and modified in a web browser.
2020
URL: https://plot.ly/r, https://github.com/ropensci/plotly
2121
BugReports: https://github.com/ropensci/plotly/issues
2222
Depends:

NEWS

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
3.3.1 -- 10 Mar 2015
1+
3.3.2 -- 12 Mar 2016
2+
3+
NEW FEATURES:
4+
5+
* geom_map() and geom_hex() are now supported.
6+
7+
BUGFIX:
8+
9+
* Made a number of bugfixes/improvements to hoverinfo & conversion of geom_tile()/geom_point().
10+
11+
3.3.1 -- 10 Mar 2016
212

313
CHANGES:
414

@@ -8,13 +18,13 @@ BUGFIX:
818

919
* Redundant legend entries are no longer shown.
1020

11-
3.2.1 -- 10 Mar 2015
21+
3.2.1 -- 10 Mar 2016
1222

1323
BUGFIX:
1424

1525
* Proper formatting for date tooltips.
1626

17-
3.2.0 -- 10 Mar 2015
27+
3.2.0 -- 10 Mar 2016
1828

1929
CHANGES:
2030

@@ -27,14 +37,14 @@ NEW FEATURES:
2737
* geom_violin() is now supported.
2838
* ggplotly() gains a mapping argument to control the set of aesthetics to appears in the tooltip as well as their order.
2939

30-
3.1.0 -- 8 Mar 2015
40+
3.1.0 -- 8 Mar 2016
3141

3242
CHANGES:
3343

3444
* The "hidden" sharing option in plotly_POST() was renamed to "secret".
3545
* The default value in the scale argument in plotly_IMAGE() is now 1.
3646

37-
3.0.0 -- 8 Mar 2015
47+
3.0.0 -- 8 Mar 2016
3848

3949
NEW FEATURES:
4050

@@ -48,7 +58,7 @@ BUG FIXES:
4858

4959
* ggplotly() now supports most of scale_*()/theme()/guides(). As a result, this fixes a lot of issues (#482, #481, #479, #476, #473, #460, #456, #454, #453, #447, #443, #434, #422, #421, #399, #379, #378, #357, #318, #316, #242, #232, #211, #203, #185, #184, #161). In order to support all of scale_x_*() an scale_y_*(), we always use linear axis types, and supply ticktext/tickvals to plotly.js. This has some unfortunate consequences on hoverformatting, which may be addressed in future releases of plotly.js -- https://github.com/plotly/plotly.js/issues/320
5060

51-
2.5.0 -- 1 Mar 2015
61+
2.5.0 -- 1 Mar 2016
5262

5363
NEW FEATURES
5464

@@ -64,76 +74,76 @@ CHANGES
6474
The arguments filename, fileopt, world_readable in ggplotly() were removed as
6575
they should be provided to plotly_POST() instead.
6676

67-
2.4.4 -- 13 Feb 2015
77+
2.4.4 -- 13 Feb 2016
6878

6979
as.widget() now returns htmlwidget objects untouched. See #449.
7080

71-
2.4.3 -- 11 Feb 2015
81+
2.4.3 -- 11 Feb 2016
7282

7383
Ensure that we always return HTTPS links. Fixes #455
7484

75-
2.4.2 -- 9 Feb 2015
85+
2.4.2 -- 9 Feb 2016
7686

7787
Fix for on-premise domain configuration.
7888

79-
2.4.1 -- 2 Feb 2015
89+
2.4.1 -- 2 Feb 2016
8090

8191
Attach base_url in as.widget() so it works in multiple contexts
8292

83-
2.4.0 -- 1 Feb 2015
93+
2.4.0 -- 1 Feb 2016
8494

8595
* Pass plot configuration using ... to avoid conflicts in defaults/documentation
8696
* Upgrade to plotly.js 1.5.1
8797

88-
2.3.4 -- 1 Feb 2015
98+
2.3.4 -- 1 Feb 2016
8999

90100
Added a plotly_api_domain environment variable for configuring the API domain. Fixes #441
91101

92-
2.3.3 -- 27 Jan 2015
102+
2.3.3 -- 27 Jan 2016
93103

94104
Bump axis number for each trace matching a panel number. fixes #318
95105

96-
2.3.2 -- 25 Jan 2015
106+
2.3.2 -- 25 Jan 2016
97107

98108
More accurate list of data_array properties. Fixes #415
99109

100-
2.3.1 -- 25 Jan 2015
110+
2.3.1 -- 25 Jan 2016
101111

102112
More accurate conversion of path width. Fixes #373.
103113

104-
2.3.0 -- 19 Jan 2015
114+
2.3.0 -- 19 Jan 2016
105115

106116
Add sharing argument and deprecate world_readable. Fixes #332
107117

108-
2.2.4 -- 18 Jan 2015
118+
2.2.4 -- 18 Jan 2016
109119

110120
Fix for error in embed_notebook(). See #409.
111121

112-
2.2.3 -- 18 Jan 2015
122+
2.2.3 -- 18 Jan 2016
113123

114124
Fix for geom_vline(). See #402.
115125

116-
2.2.2 -- 18 Jan 2015
126+
2.2.2 -- 18 Jan 2016
117127

118128
Fix bar orientation when we detect geom_bar() + coord_flip() in ggplotly(). Fixes #390.
119129

120-
2.2.1 -- 18 Jan 2015
130+
2.2.1 -- 18 Jan 2016
121131

122132
Search for axis title in scene object. fixes #393.
123133

124-
2.2.0 -- 13 Jan 2015
134+
2.2.0 -- 13 Jan 2016
125135

126136
The default for layout.hovermode is now 'closest' for non-line scatter traces
127137

128-
2.1.3 -- 12 Jan 2015
138+
2.1.3 -- 12 Jan 2016
129139

130140
Fix size and alpha translation for geom_point. Fixes #386
131141

132-
2.1.2 -- 11 Jan 2015
142+
2.1.2 -- 11 Jan 2016
133143

134144
Upgraded to plotlyjs 1.4.1. For a list of changes, see https://github.com/plotly/plotly.js/releases/tag/v1.4.1
135145

136-
2.1.1 -- 11 Jan 2015
146+
2.1.1 -- 11 Jan 2016
137147

138148
Upgraded to plotlyjs 1.4. For a list of changes, see https://github.com/plotly/plotly.js/releases/tag/v1.4.0
139149

0 commit comments

Comments
 (0)