Skip to content

Bump cropperjs from 1.5.6 to 1.5.12 in /webapp

Created by: dependabot[bot]

Bumps cropperjs from 1.5.6 to 1.5.12.

Release notes

Sourced from cropperjs's releases.

v1.5.12

  • Fix the cropper responsive when only the height was changed (#835).

v1.5.11

  • Fix TypeScript declarations compatibility (#799).

v1.5.10

  • Explicitly set the XMLHttpRequest request to be asynchronous (#682).
  • Improve TypeScript declarations (#791).

v1.5.9

  • Fix the issue of fail to zoom out on touch device (#726).
  • Add TypeScript declarations for the events.

v1.5.8

  • Fix the issue when the value of the minContainerWidth/Height options is 0 (#683).
  • Reset the initial canvas size when the minCanvasWidth/Height options is set (#725).
  • Store the initial image data in the right place for avoiding side-effect.

v1.5.7

  • Improve container resizing (#636).
  • Improve touch device detection (#614).
Changelog

Sourced from cropperjs's changelog.

1.5.12 (Jun 12, 2021)

  • Fix the cropper responsive when only the height was changed (#835).

1.5.11 (Feb 17, 2021)

  • Fix TypeScript declarations compatibility (#799).

1.5.10 (Feb 12, 2021)

  • Explicitly set the XMLHttpRequest request to be asynchronous (#682).
  • Improve TypeScript declarations (#791).

1.5.9 (Sep 10, 2020)

  • Fix the issue that cannot zoom out on touch devices (#726).
  • Add TypeScript declarations for the events.

1.5.8 (Sep 5, 2020)

  • Fix the issue when the value of the minContainerWidth/Height options is 0 (#683).
  • Reset the initial canvas size when the minCanvasWidth/Height options is set (#725).
  • Store the initial image data in the right place for avoiding side-effect.

1.5.7 (May 23, 2020)

  • Improve container resizing (#636).
  • Improve touch device detection (#614).
Commits
  • 803f928 build: release 1.5.12
  • d6eb59a style: fix eslint errors
  • 6a33092 build: upgrade to husky 6 from 4
  • 36c05af docs: disable zoomable to avoid side-effect
  • 78bda99 fix: use the max ratio of the X/Y-axis for resizing
  • 3b9e017 docs: fix typos
  • daf4fb6 docs: remove redundant HTML tags (#821)
  • ab00464 docs: add note about upload errors
  • 59b9370 test: improve test cases for wheelZoomRatio
  • 3a77266 test: make wheelZoomRatio test check less strict (round up to tenths) (#814)
  • 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)

Merge request reports