Skip to content

Commit 844ccff

Browse files
committed
bump htmlDependency version and update news
1 parent a31be8b commit 844ccff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 4.9.2.9000
22

3+
## Changes to plotly.js
4+
5+
* 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.
6+
37
## IMPROVEMENTS
48

59
## BUG FIXES

R/plotly.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ typedArrayPolyfill <- function() {
478478
plotlyMainBundle <- function() {
479479
htmltools::htmlDependency(
480480
name = "plotly-main",
481-
version = "1.52.2",
481+
version = "1.54.1",
482482
package = "plotly",
483483
src = dependency_dir("plotlyjs"),
484484
script = "plotly-latest.min.js",

0 commit comments

Comments
 (0)