Skip to content

Bump cropperjs from 1.5.6 to 1.5.13 in /webapp

Created by: dependabot[bot]

Bumps cropperjs from 1.5.6 to 1.5.13.

Release notes

Sourced from cropperjs's releases.

v1.5.13

  • Add backface-visibility: hidden to the cropper image to avoid ghost lines when moving (#982).
  • Remove useless cropper-hide class from cropper image.
  • Check whether the parent node exists or not before removing the cropper container.

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.13 (Nov 20, 2022)

  • Add backface-visibility: hidden to cropper image to avoid ghost lines when moving (#982).
  • Remove useless cropper-hide class from cropper image.
  • Check whether the parent node exists or not before removing the cropper container.

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
  • 3375ce0 build: release 1.5.13
  • 97d2c2f fix: add backface-visibility: hidden to cropper image to avoid ghost lines ...
  • 3176f04 fix: remove useless cropper-hide class from cropper image
  • 0c75b66 docs: add blazor-cropper repo url; add reference to profile users GitHub (#997)
  • dfba39d docs: improve demo code for getCroppedCanvas method
  • f1bd5ab docs: add comment to hack code for Safari
  • cee3b0e fix: example for round image on iOS/Safari (#978)
  • 133b8b0 fix: check whether the parent node exists or not before removing the cropper ...
  • e969348 docs: fix typos
  • fdc76ae docs: add info for v2
  • 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

Loading