You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+54Lines changed: 54 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,60 @@ This is minor patch release with a few minor bug fixes and updates test expectat
35
35
36
36
## BUG FIXES
37
37
38
+
=======
39
+
# 4.9.2.9000
40
+
41
+
## Changes to plotly.js
42
+
43
+
* This version of the R package upgrades the version of the underlying plotly.js library from v1.52.2 to v1.54.1. This includes many bug fixes and improvements. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
44
+
45
+
## IMPROVEMENTS
46
+
47
+
* All HTTP requests are now retried upon failure (#1656)
48
+
49
+
## BUG FIXES
50
+
51
+
*`ggplotly()` now handles `element_blank()` and `factor()` labels in positional scales correctly (#1731 and #1772).
52
+
53
+
# 4.9.2.1
54
+
55
+
This is minor patch release with a few minor bug fixes and updates test expectations in anticipation of new R 4.0 defaults.
56
+
57
+
## BUG FIXES
58
+
59
+
* Fixes rendering issues non-HTML **rmarkdown** output formats, which was introduced in the 4.9.2 release (#1702).
60
+
* Fixes a `ggplotly()` bug in axis tick translation (#1725, #1721).
61
+
*`plot_mapbox()` now correctly defaults to a scattermapbox trace (unless z is present, then it defaults to choroplethmapbox) (#1707).
62
+
*`ggplotly()` now correctly resolves overlapping axis tick text in `coord_sf()` (#1673).
63
+
* A false-positive warning is no longer thrown when attempting to cast `toWebGL()` (#1569).
64
+
65
+
# 4.9.2
66
+
67
+
## Changes to plotly.js
68
+
69
+
* This version of the R package upgrades the version of the underlying plotly.js library from v1.49.4 to v1.52.2. This includes many bug fixes, improvements, as well as 2 new trace types: `treemap` and `image`. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
70
+
71
+
## IMPROVEMENTS
72
+
73
+
* The `add_image()` function was added to make it easier to create image traces via `raster` objects.
74
+
75
+
## BUG FIXES
76
+
77
+
*`add_sf()`/`geom_sf()` now correctly handle geometry columns that are named something other than `"geometry"` (#1659).
78
+
* Specifying an english locale no longer results in error (#1686).
79
+
80
+
# 4.9.1
81
+
82
+
## Changes to plotly.js
83
+
84
+
* This version of the R package upgrades the version of the underlying plotly.js library from v1.46.1 to v1.49.4. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
85
+
86
+
## IMPROVEMENTS
87
+
88
+
*`event_data()` gains support for the `plotly_sunburstclick` event (#1648)
89
+
90
+
## BUG FIXES
91
+
38
92
* Fixed an issue with correctly capturing the return value of user-expressions to `renderPlotly()` (#1528).
39
93
* Fixed a resizing issue where graphs could be incorrectly resized to their initial size in some cases (#1553).
40
94
*`ggplotly()` now positions the x-axis in the last column of a `facet_wrap()` properly (#1501).
0 commit comments