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 from 2.21.0 to 2.24.0 #1048

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 7, 2023

Bumps plotly.js from 2.21.0 to 2.24.0.

Release notes

Sourced from plotly.js's releases.

v2.24.0

Added

Fixed

  • Fix to prevent accessing undefined (hoverText.hoverLabels) in case all currently shown markers have hoverinfo: "none" (regression introduced in 2.6.0) #6614, with thanks to @​Domino987 for the contribution!
  • Fix to ensure only minimum margin spacing is added for container-referenced legends and colorbars [#6616]

v2.23.2

Fixed

  • Fix text rendering while drawing new shapes [#6608], with thanks to the Volkswagen Center of Excellence for Battery Systems for sponsoring development!

v2.23.1

Fixed

  • Fix heatmap rendering on iOS and Safari when zsmooth is set to false [#6605], with thanks to @​lvlte for the contribution!

v2.23.0

Added

  • Add legend.xref and legend.yref to enable container-referenced positioning of legends [#6589], with thanks to Gamma Technologies for sponsoring the related development.
  • Add colorbar.xref and colorbar.yref to enable container-referenced positioning of colorbars [#6593], with thanks to Gamma Technologies for sponsoring the related development.

Changed

  • Improve heatmap rendering performance when zsmooth is set to false [#6574], with thanks to @​lvlte for the contribution!

v2.22.0

Added

  • Add legend references to traces and legend2, legend3, etc. to layout, also add visible to legend i.e. to allow positioning multiple legends on a graph [#6535], this feature was anonymously sponsored: thank you to our sponsor!

Changed

  • Update Norwegian translations in no locale [#5410], with thanks to @​bjornol for the contribution!
  • Update Slovak translations and number formats in sk locale [#6580], with thanks to @​Libco for the contribution!

Fixed

  • Fix plotly_click in gl3d scenes to fire on touch devices [#6563], with thanks to @​NickTominaga for the contribution!
  • Fix scatter3d when marker.opacity is set to zero [#6581], with thanks to @​dmyronuk for the contribution!
  • Fix scattermapbox visibility restyle [#6567]
Changelog

Sourced from plotly.js's changelog.

[2.24.0] -- 2023-06-06

Added

Fixed

  • Fix to prevent accessing undefined (hoverText.hoverLabels) in case all currently shown markers have hoverinfo: "none" (regression introduced in 2.6.0) #6614, with thanks to @​Domino987 for the contribution!
  • Fix to ensure only minimum margin spacing is added for container-referenced legends and colorbars [#6616]

[2.23.2] -- 2023-05-19

Fixed

  • Fix text rendering while drawing new shapes [#6608], with thanks to the Volkswagen Center of Excellence for Battery Systems for sponsoring development!

[2.23.1] -- 2023-05-16

Fixed

  • Fix heatmap rendering on iOS and Safari when zsmooth is set to false [#6605], with thanks to @​lvlte for the contribution!

[2.23.0] -- 2023-05-12

Added

  • Add legend.xref and legend.yref to enable container-referenced positioning of legends [#6589], with thanks to Gamma Technologies for sponsoring the related development.
  • Add colorbar.xref and colorbar.yref to enable container-referenced positioning of colorbars [#6593], with thanks to Gamma Technologies for sponsoring the related development.

Changed

  • Improve heatmap rendering performance when zsmooth is set to false [#6574], with thanks to @​lvlte for the contribution!

[2.22.0] -- 2023-04-27

Added

  • Add legend references to traces and legend2, legend3, etc. to layout, also add visible to legend i.e. to allow positioning multiple legends on a graph [#6535], this feature was anonymously sponsored: thank you to our sponsor!

Changed

  • Update Norwegian translations in no locale [#5410], with thanks to @​bjornol for the contribution!
  • Update Slovak translations and number formats in sk locale [#6580], with thanks to @​Libco for the contribution!

Fixed

  • Fix plotly_click in gl3d scenes to fire on touch devices [#6563],

... (truncated)

Commits
  • bd4cdd3 2.24.0
  • b3d9507 update readme and changelog for v2.24.0
  • b7f7537 Merge pull request #6629 from plotly/aggregated-pie-pattern-and-colors
  • c0cf281 fix aggregated pie pattern color when colors is an array
  • 59dc439 illustrate aggregated pie bug - pattern with empty colors
  • f32c7ea Merge pull request #6628 from plotly/patterns-4-items-more
  • b07359e update draftlog
  • 9927adb fix rendering of pie legends with pattern & line color or sizes hving 4 or mo...
  • be34e0f Merge pull request #6627 from plotly/fix-patterns-pie-sunburst
  • fd93796 fix pattern colors for pie and sunburst
  • 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)

Bumps [plotly.js](https://github.com/plotly/plotly.js) from 2.21.0 to 2.24.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@v2.21.0...v2.24.0)

---
updated-dependencies:
- dependency-name: plotly.js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 8, 2023

Superseded by #1050.

@dependabot dependabot bot closed this Jun 8, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/plotly.js-2.24.0 branch June 8, 2023 14:09
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.

None yet

0 participants