ProfessorAmanda / econsimulations

This repository provides the code underlying simulations for teaching statistics and econometrics. The project site, which includes teaching materials as well as the link to the simulations, is located here: https://amandagreggeconomics.com/statistics-simulations-project/
Other
1 stars 0 forks source link

Bump plotly.js from 2.4.0 to 2.6.0 #247

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps plotly.js from 2.4.0 to 2.6.0.

Release notes

Sourced from plotly.js's releases.

v2.6.0

Added

  • Add smith subplots and the scattersmith trace type for displaying Smith charts [#5956, #5992], with thanks to Kitware and @​waxlamp for kicking off this effort.

Changed

  • Improve drawing the contour lines in non-linear space e.g. on log axes [#5985], with thanks to @​andrew-matteson for the contribution!
  • Bump eslint to v8 release candidate including fixes for no-new-func test [#5969]

Fixed

  • Fix npm install problem for npm v6 users (regression introduced in 2.5.0) [#6004]
  • Fix unhover event data for gl3d subplots [#5954], with thanks to @​dwoznicki for the contribution!
  • Fix scatter3d opacity restyle bug [#5958], with thanks to @​dwoznicki for the contribution!
  • Skip "hoverinfo": "none" trace display for hover modes [#5854], with thanks to @​Domino987 for the contribution!
  • Display prefix and suffix of invisible polar axes in hover [#5964]
  • Reduce calls to getBoundingClientRect in convertToTspans [#5976]
  • Avoid wrapping legend items if already on the first column [#5996]
  • Fix horizontal alignment of colorbar in editable mode when xanchor is set to "center" [#6002]
  • Fix to improve rendering of graphs with Mathjax on Firefox v82 and higher [#5993]

v2.5.1

Fixed

  • Reduce bundle sizes by updating surface-nets, robust-determinant, robust-linear-solve modules [#5934, #5935, #5936]
  • Update CONTRIBUTING guidelines to use npm v7 and node.js v16 [#5933], with thanks to @​sleighsoft for the contribution!

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]
Changelog

Sourced from plotly.js's changelog.

[2.6.0] -- 2021-10-29

Added

  • Add smith subplots and the scattersmith trace type for displaying Smith charts [#5956, #5992], with thanks to Kitware and @​waxlamp for kicking off this effort.

Changed

  • Improve drawing the contour lines in non-linear space e.g. on log axes [#5985], with thanks to @​andrew-matteson for the contribution!
  • Bump eslint to v8 release candidate including fixes for no-new-func test [#5969]

Fixed

  • Fix npm install problem for npm v6 users (regression introduced in 2.5.0) [#6004]
  • Fix unhover event data for gl3d subplots [#5954], with thanks to @​dwoznicki for the contribution!
  • Fix scatter3d opacity restyle bug [#5958], with thanks to @​dwoznicki for the contribution!
  • Skip "hoverinfo": "none" trace display for hover modes [#5854], with thanks to @​Domino987 for the contribution!
  • Display prefix and suffix of invisible polar axes in hover [#5964]
  • Reduce calls to getBoundingClientRect in convertToTspans [#5976]
  • Avoid wrapping legend items if already on the first column [#5996]
  • Fix horizontal alignment of colorbar in editable mode when xanchor is set to "center" [#6002]
  • Fix to improve rendering of graphs with Mathjax on Firefox v82 and higher [#5993]

[2.5.1] -- 2021-09-16

Fixed

  • Reduce bundle sizes by updating surface-nets, robust-determinant, robust-linear-solve modules [#5934, #5935, #5936]
  • Update CONTRIBUTING guidelines to use npm v7 and node.js v16 [#5933], with thanks to @​sleighsoft for the contribution!

[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

... (truncated)

Commits
  • d45cb08 2.6.0
  • 2b8a7ea empty draft logs
  • 50fd3cc update readme and changelog for v2.6.0
  • d38232d Merge pull request #5992 from plotly/fixup-smith-react-test
  • 844e24c AJ's suggestion to memorize imaginary tickval defaults
  • 3380c0d Revert "fix smith chart react"
  • 96ec99e log for PR 6004
  • d638fb3 Merge pull request #6004 from plotly/prebundle-revised-stackgl-modules
  • 0a3d413 move stackgl parts into stackgl_modules folder
  • 9183ef9 Merge pull request #5993 from plotly/firefox82-overflow-visible
  • 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[bot] commented 2 years ago

Superseded by #248.