Skip to content

Commit

Permalink
Merge pull request plotly#1585 from ropensci/v1.49
Browse files Browse the repository at this point in the history
upgrade to plotly.js v1.49.0
  • Loading branch information
cpsievert authored Aug 27, 2019
2 parents a689263 + eeb33a1 commit d11bb5a
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Changes to plotly.js

* This version of the R package upgrades the version of the underlying plotly.js library from v1.46.1 to v1.48.3. The [plotly.js release page](https://github.com/plotly/plotly.js/releases) has the full list of changes.
* 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.

## BUG FIXES

Expand Down
2 changes: 1 addition & 1 deletion R/plotly.R
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ typedArrayPolyfill <- function() {
plotlyMainBundle <- function() {
htmltools::htmlDependency(
name = "plotly-main",
version = "1.48.3",
version = "1.49.4",
package = "plotly",
src = dependency_dir("plotlyjs"),
script = "plotly-latest.min.js",
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
8 changes: 4 additions & 4 deletions inst/examples/shiny/event_data/tests/mytest-expected/001.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,9 +427,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "1.48.3",
"version": "1.49.4",
"src": {
"href": "plotly-htmlwidgets-css-1.48.3"
"href": "plotly-htmlwidgets-css-1.49.4"
},
"meta": null,
"script": null,
Expand All @@ -440,9 +440,9 @@
},
{
"name": "plotly-main",
"version": "1.48.3",
"version": "1.49.4",
"src": {
"href": "plotly-main-1.48.3"
"href": "plotly-main-1.49.4"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
8 changes: 4 additions & 4 deletions inst/examples/shiny/event_data/tests/mytest-expected/002.json
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "1.48.3",
"version": "1.49.4",
"src": {
"href": "plotly-htmlwidgets-css-1.48.3"
"href": "plotly-htmlwidgets-css-1.49.4"
},
"meta": null,
"script": null,
Expand All @@ -457,9 +457,9 @@
},
{
"name": "plotly-main",
"version": "1.48.3",
"version": "1.49.4",
"src": {
"href": "plotly-main-1.48.3"
"href": "plotly-main-1.49.4"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
8 changes: 4 additions & 4 deletions inst/examples/shiny/event_data/tests/mytest-expected/003.json
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "1.48.3",
"version": "1.49.4",
"src": {
"href": "plotly-htmlwidgets-css-1.48.3"
"href": "plotly-htmlwidgets-css-1.49.4"
},
"meta": null,
"script": null,
Expand All @@ -461,9 +461,9 @@
},
{
"name": "plotly-main",
"version": "1.48.3",
"version": "1.49.4",
"src": {
"href": "plotly-main-1.48.3"
"href": "plotly-main-1.49.4"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
8 changes: 4 additions & 4 deletions inst/examples/shiny/event_data/tests/mytest-expected/004.json
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@
},
{
"name": "plotly-htmlwidgets-css",
"version": "1.48.3",
"version": "1.49.4",
"src": {
"href": "plotly-htmlwidgets-css-1.48.3"
"href": "plotly-htmlwidgets-css-1.49.4"
},
"meta": null,
"script": null,
Expand All @@ -462,9 +462,9 @@
},
{
"name": "plotly-main",
"version": "1.48.3",
"version": "1.49.4",
"src": {
"href": "plotly-main-1.48.3"
"href": "plotly-main-1.49.4"
},
"meta": null,
"script": "plotly-latest.min.js",
Expand Down
2 changes: 1 addition & 1 deletion inst/htmlwidgets/lib/plotlyjs/locales/it.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/figs/subplot/plotly-subplot-geo-cartesian.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d11bb5a

Please sign in to comment.