Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2023

Bumps uplot from 1.6.15 to 1.6.24.

Release notes

Sourced from uplot's releases.

1.6.24

leeoniya/uPlot@1.6.23...1.6.24

this release implements the ability to set custom legend value(s) when the plot is un-hovered (leeoniya/uPlot#644).

as a consequence, it will now call any user-supplied series.value or series.values legend callbacks with value=null and dataIdx=null whenever the mouse cursor leaves the plotting area. previously, uPlot did not invoke these callbacks during mouseleave and simply put -- into the legend values.

therefore, if you neglected to handle null values in these user-supplied callbacks, your code may need to be updated.

1.6.23

leeoniya/uPlot@1.6.22...1.6.23

1.6.22

leeoniya/uPlot@1.6.21...1.6.22

1.6.21

leeoniya/uPlot@1.6.20...1.6.21

1.6.20

leeoniya/uPlot@1.6.19...1.6.20

1.6.19

leeoniya/uPlot@1.6.18...1.6.19

1.6.18

leeoniya/uPlot@1.6.17...1.6.18

1.6.17

leeoniya/uPlot@1.6.16...1.6.17

1.6.16

leeoniya/uPlot@1.6.15...1.6.16

Commits
  • 02222d4 1.6.24
  • 1d380f6 fix regressions from prev commit with legend, plus cleanup and demo updates
  • e04d411 call series.value or series.values with null dataIdx on cursor exit. close #644.
  • 36102a1 bump devdeps
  • ccee926 simplify cursor focus
  • 87da7da TODO note for ctx.roundRect
  • 1defbdf YUGE
  • d48295a detect presence of gaps in draw loop to skip gap-finding loop
  • 0322e5f allow opting out of click prevention during dragging
  • b2ba786 prefer to focus first series when proximity is same. (helps with stacked 0-va...
  • 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 [uplot](https://github.com/leeoniya/uPlot) from 1.6.15 to 1.6.24.
- [Release notes](https://github.com/leeoniya/uPlot/releases)
- [Commits](leeoniya/uPlot@1.6.15...1.6.24)

---
updated-dependencies:
- dependency-name: uplot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Feb 20, 2023
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