Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump plotly.js-basic-dist from 1.54.1 to 2.5.0 #657

Merged
merged 1 commit into from
Sep 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2021

Bumps plotly.js-basic-dist from 1.54.1 to 2.5.0.

Release notes

Sourced from plotly.js-basic-dist's releases.

v2.5.0

Added

  • Include surface, isosurface, volume, streamtube, cone, mesh3d, scatter3d, pointcloud and heatmapgl in the "strict" bundle by avoid function generation for these traces at runtime [#5888]

Changed

  • Use node.js v16 and npm v7 in development and upgrade the version of package-lock.json [#5922, #5919]

Fixed

  • Adjust position of hover in respect to CSS transform [#5916]

v2.4.2

Fixed

  • Fix positioning unified hover box when div has zero height (regression introduced in 2.3.0) [#5913]

v2.4.1

Fixed

  • Fix double click legends when groupclick is set to "toggleitem" [#5909]

v2.4.0

Added

  • Add legend.groupclick options [#5849, #5906], with thanks to @​brussee for the contribution!
  • Add touch support to slider component [#5856], with thanks to @​keul for the contribution!
  • Provide bbox of hover items in event data [#5512]

Changed

  • Upgrade regl module from version 1.6.1 to version 2.1.0 [#5870]

Fixed

  • Fix invalid call to lib.promiseError in lib.syncOrAsync [#5878], with thanks to @​jklimke for the contribution!
  • Use hoverlabel.font for group titles in unified hover modes [#5895]

v2.3.1

Fixed

  • Fix period positioned hover to work in different time zones as well as on grouped bars [#5864]
  • Use ids from axes when making hover data keys [#5852]
  • Do not include regl based traces parcoords, splom, scattergl and scatterpolargl in the "strict" bundle so that it could be used with CSP without WebGL warning [#5865]

v2.3.0

Added

  • Add new number formatting and text alignment options by upgrading d3.format method from d3@v3 to version 1.4.5 of d3-format module [#5125, #5842]
  • Add "satellite" and several other projection types to geo subplots [#5801]
  • Improve rendering of scattergl, splom and parcoords by implementing plotGlPixelRatio for those traces [#5500]

Changed

  • Upgrade d3.geo method from d3@v3 to version 1.12.1 of d3-geo module and version 2.9.0 of d3-geo-projection module [#5112]

... (truncated)

Changelog

Sourced from plotly.js-basic-dist's changelog.

[2.5.0] -- 2021-09-03

Added

  • Include surface, isosurface, volume, streamtube, cone, mesh3d, scatter3d, pointcloud and heatmapgl in the "strict" bundle by avoid function generation for these traces at runtime [#5888]

Changed

  • Use node.js v16 and npm v7 in development and upgrade the version of package-lock.json [#5922, #5919]

Fixed

  • Adjust position of hover in respect to CSS transform [#5916]

[2.4.2] -- 2021-08-31

Fixed

  • Fix positioning unified hover box when div has zero height (regression introduced in 2.3.0) [#5913]

[2.4.1] -- 2021-08-27

Fixed

  • Fix double click legends when groupclick is set to "toggleitem" [#5909]

[2.4.0] -- 2021-08-27

Added

  • Add legend.groupclick options [#5849, #5906], with thanks to @​brussee for the contribution!
  • Add touch support to slider component [#5856], with thanks to @​keul for the contribution!
  • Provide bbox of hover items in event data [#5512]

Changed

  • Upgrade regl module from version 1.6.1 to version 2.1.0 [#5870]

Fixed

  • Fix invalid call to lib.promiseError in lib.syncOrAsync [#5878], with thanks to @​jklimke for the contribution!
  • Use hoverlabel.font for group titles in unified hover modes [#5895]

[2.3.1] -- 2021-07-30

Fixed

  • Fix period positioned hover to work in different time zones as well as on grouped bars [#5864]
  • Use ids from axes when making hover data keys [#5852]
  • Do not include regl based traces parcoords, splom, scattergl and scatterpolargl in the "strict" bundle so that it could be used with CSP without WebGL warning [#5865]

... (truncated)

Commits
  • 8788e57 2.5.0
  • b55ee8e update readme and changelog for v2.5.0
  • 9db24bb Merge pull request #5922 from plotly/npm7-node16
  • d00ea0e run no-new-func test when building for new version
  • 1211ac9 list production dependencies similar to preversion and do not bypass failure
  • d59c041 mention upgrade of package-lock in the PR log
  • 8702f96 update log for PR 5922
  • 6a169bc adjust pie test
  • 988d9b7 add noCI flag to one test
  • 00251d6 npm i updated package-lock - integrity keys added to forks
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 10, 2021
@grzanka
Copy link
Contributor

grzanka commented Sep 10, 2021

@dependabot rebase

Bumps [plotly.js-basic-dist](https://github.com/plotly/plotly.js) from 1.54.1 to 2.5.0.
- [Release notes](https://github.com/plotly/plotly.js/releases)
- [Changelog](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.js@v1.54.1...v2.5.0)

---
updated-dependencies:
- dependency-name: plotly.js-basic-dist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/plotly.js-basic-dist-2.5.0 branch from 2a770d3 to faf77bf Compare September 10, 2021 19:45
@grzanka grzanka merged commit d0bd3e4 into master Sep 10, 2021
@grzanka grzanka deleted the dependabot/npm_and_yarn/plotly.js-basic-dist-2.5.0 branch September 10, 2021 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant