Skip to content

build(deps-dev): bump chart.js and chartjs-plugin-zoom#359

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/chart.js-and-chartjs-plugin-zoom-3.3.2
Closed

build(deps-dev): bump chart.js and chartjs-plugin-zoom#359
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/chart.js-and-chartjs-plugin-zoom-3.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 31, 2021

Copy link
Copy Markdown

Bumps chart.js and chartjs-plugin-zoom. These dependencies needed to be updated together.
Updates chart.js from 2.9.4 to 3.3.2

Release notes

Sourced from chart.js's releases.

v3.3.2

Essential Links

Bugs Fixed

  • #9187 Make sure data is parsed before updateElements
  • #9183 Fix error when swapping dataset locations

Development

  • #9190 Bump version to 3.3.2

Thanks to @​kurkle

v3.3.1

Essential Links

Bugs Fixed

  • #9181 Linear: Respect bounds option in tick generation
  • #9172 Add declaration for Decimation plugin
  • #9170 Fix clearStacks with custom scaleId
  • #9171 Ignore items outside chart area for interaction
  • #9153 Stop mutating arc state while drawing
  • #9152 Fix: Arc getCenterPoint when full circle

Types

  • #9172 Add declaration for Decimation plugin

Documentation

  • #9173 Add documentation about default scales
  • #9168 Update pointstyle type and default value
  • #9160 show the utils file in the samples page to clarify what the functions do

Development

... (truncated)

Commits

Updates chartjs-plugin-zoom from 0.7.7 to 1.0.0

Release notes

Sourced from chartjs-plugin-zoom's releases.

v1.0.0

Essential Links

⚠️ Important note for users upgrading from version prior to 1.0.0-rc: the wheel/pinch/drag zoom behaviors are now configured separately, so some options have been moved an renamed:

  • zoom.enabled -> zoom.wheel.enabled and zoom.pinch.enabled
  • zoom.drag -> zoom.drag.enabled (enabling drag mode no longer disables the wheel/pinch modes)
  • zoom.speed -> zoom.wheel.speed
  • zoom.wheelModifierKey -> zoom.wheel.modifierKey
  • zoom.threshold -> zoom.drag.threshold

Breaking Changes

  • #507 Add the ability to enable both wheel and drag modes at the same time
  • #478 Add zoomScale, rename doPan to pan, doZoom to zoom
  • #476 Fix category panning
  • #470 Combine range options, add minimum scale range

Enhancements

  • #487 Add onPanStart and onZoomStart callbacks
  • #484 Drag-to-zoom: filter clicks and pan.modifierKey
  • #483 Make resetZoom accept UpdateMode argument
  • #478 Add zoomScale, rename doPan to pan, doZoom to zoom
  • #481 Expose zoomFunctions and panFunctions for customization
  • #464 Refactor & export pan and zoom functions
  • #457 Internal state handling
  • #399 Feature: Zoom each scale separately
  • #382 Added optional modifier keys
  • #414 Add an ESM build
  • #411 Use `start` and `stop` plugin hooks instead of `beforeInit`, `afterInit` and `destroy`
  • #408 Compatible with Chart.js 3.0.0-beta7
  • #390 Porting to CHART.JS 3 (using master)

Bugs Fixed

  • #512 Fix drag threshold for single axis modes
  • #504 Fixes invalid context onZoomComplete invocation
  • #502 Add missing modifierKey properties to Options
  • #495 Cancel all chart events while panning or dragging
  • #494 Fix delta calculation at direction change
  • #488 Fix drag-zoom and pan for non-linear scales
  • #484 Drag-to-zoom: filter clicks and pan.modifierKey
  • #485 Fix calling of onZoomComplete from wheel event
  • #476 Fix category panning
  • #474 Use static offsets for panning rounded time scale
  • #472 Fix hook parameters
  • #455 Refactor startHammer
  • #451 Remove animationDuration option

... (truncated)

Commits
  • 4fde5dc Remove dry-run
  • 415921a Bump version to 1.0, update dependencies (#518)
  • 83537aa Removes 'undefined' as default because is not undefined (#515)
  • d47e6e6 Bump version to 1.0.0-rc, update dependencies (#513)
  • a9ffa67 Fix drag threshold for single axis modes (#512)
  • 5ed4e2a Add the ability to enable both wheel and drag modes at the same time (#507)
  • 7796886 Fixes invalid context onZoomComplete invocation (#504)
  • 91c34fe Removes speed options because it is not part of pan options anymore. (#505)
  • e0973e0 Add missing modifierKey properties to Options (#502)
  • 1e3b77f Adds note to click zoom sample about the text on top of the chart (#501)
  • Additional commits viewable in compare view

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 [chart.js](https://github.com/chartjs/Chart.js) and [chartjs-plugin-zoom](https://github.com/chartjs/chartjs-plugin-zoom). These dependencies needed to be updated together.

Updates `chart.js` from 2.9.4 to 3.3.2
- [Release notes](https://github.com/chartjs/Chart.js/releases)
- [Commits](chartjs/Chart.js@v2.9.4...v3.3.2)

Updates `chartjs-plugin-zoom` from 0.7.7 to 1.0.0
- [Release notes](https://github.com/chartjs/chartjs-plugin-zoom/releases)
- [Commits](chartjs/chartjs-plugin-zoom@v0.7.7...v1.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 31, 2021
@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2021

Copy link
Copy Markdown
Author

Superseded by #412.

@dependabot dependabot Bot closed this Jun 28, 2021
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/chart.js-and-chartjs-plugin-zoom-3.3.2 branch June 28, 2021 08:22
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants