Skip to content

Commit 0906548

Browse files
committed
bump version; update news
1 parent 273c4ed commit 0906548

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: 4.9.2
3+
Version: 4.9.2.1
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "cpsievert1@gmail.com", comment = c(ORCID = "0000-0002-4958-2844")),
66
person("Chris", "Parmer", role = "aut",

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 4.9.2.1
2+
3+
This is minor patch release with a few minor bug fixes and updates test expectations in anticipation of new R 4.0 defaults.
4+
5+
## BUG FIXES
6+
7+
* `plot_mapbox()` now correctly defaults to a scattermapbox trace (unless z is present, then it defaults to choroplethmapbox) (#1702).
8+
* `ggplotly()` now correctly resolves overlapping axis tick text in `coord_sf()` (#1673).
9+
* A false-positive warning is no longer thrown when attempting to cast `toWebGL()` (#1569).
10+
111
# 4.9.2
212

313
## Changes to plotly.js

0 commit comments

Comments
 (0)