Skip to content

Bump cropperjs from 1.6.3 to 2.2.0 - #3133

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cropperjs-2.2.0
Open

Bump cropperjs from 1.6.3 to 2.2.0#3133
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/cropperjs-2.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps cropperjs from 1.6.3 to 2.2.0.

Release notes

Sourced from cropperjs's releases.

v2.2.0

See CHANGELOG.md for details.

v2.1.1

See CHANGELOG.md for details.

v2.1.0

What's Changed

New Contributors

Full Changelog: fengyuanchen/cropperjs@v2.0.1...v2.1.0

v2.0.1

What's Changed

New Contributors

Full Changelog: fengyuanchen/cropperjs@v2.0.0...v2.0.1

v2.0.0

Full Changelog: fengyuanchen/cropperjs@v2.0.0-rc.2...v2.0.0

v2.0.0-rc

Features

  • CropperImage
    • Add a new property: initial-center-size.
  • CropperSelection
    • Add a new property: linked => dynamic.

Breaking Changes

  • CropperImage
    • Change the default value of the rotatable property from true to false.
    • Change the default value of the scalable property from true to false.
    • Change the default value of the skewable property from true to false.
    • Change the default value of the translatable property from true to false.

Full Changelog: fengyuanchen/cropperjs@v2.0.0-beta.5...v2.0.0-rc

v2.0.0-rc.0

... (truncated)

Changelog

Sourced from cropperjs's changelog.

2.2.0 (2026-08-23)

  • fix(cropperjs): correct regex for allowed elements and add test for similar tag names (1158791)
  • fix(element-canvas): improve pointer handling and add tests for action defaults (c5a3378)
  • fix(element-canvas): refactor pointer handling (3f9994e)
  • fix(element-grid): improve grid row handling in CropperGrid rendering (80c91aa)
  • fix(element-image): handle null values in attributeChangedCallback for native attributes (f6cb23f)
  • fix(element-selection): scale the selection when triggering a transform action on the touchscreen (8e1c55e), closes #1300
  • fix(element-viewer): ensure image is removed from shadow DOM on disconnect (1b28e07)
  • fix(element): improve readability of supportsAdoptedStyleSheets and attributeChangedCallback (1ce2dca)
  • docs: add link to cropperjs-react-wrapper (#1294) (2d2a535), closes #1294
  • docs: fix eslint errors (25e14e7)
  • docs: update cropper-crosshair component syntax for self-closing tag (6f40df5)
  • docs: update README and migration documentation for clarity and accuracy (782b8ea)
  • docs(cropper-image): add example of limiting initial centered size (9193a77)
  • docs(cropper-image): fix the casing of the initialCenterSize property (815bd9d)
  • docs(element-image): use default max/min fit value in the playground (4e273fb)
  • ci: restrict tag pattern to v2.* for npm publish and release workflows (f87d377)
  • chore: update dependencies to latest versions (edd5c3d)
  • chore: update stylelint configuration to allow empty input (fc8254a)
  • build: replace husky with simple-git-hooks for Git hooks management (e9e08ea)
  • test: fix test cases (8e597a3)
  • feat(cropper-image): add "fill", "scale-down", and "none" options to the $center method (2a97f8c)
  • feat(cropper-image): add the change event (1edbc4f)
  • feat(cropper-image): add the initialFit property, and deprecate the initialCenterSize property (194338e)
  • feat(cropper-image): add the maxFit and minFit properties (ad83d7c)
  • feat(element-canvas): enable support for preventing the default action in action events (85d7b02)
  • feat(element-image): support center-based scaling (e6d2a23)
  • feat(element-selection): support center-based scaling (63d2c82)
  • style: sort imports (7ce0e54)
  • perf(cropper-image): drop image clone for better performance (13e6166)

2.1.1 (2026-04-06)

  • build: release 2.1.1 (0bbb4de)
  • fix(element-image): always center the image, even if it is neither translatable nor scalable (89fe431), closes #1292
  • fix(element-shade): re-render the shade on window resize (26de54d)
  • fix(element-shade): use window.devicePixelRatio to calculate the correct outline width (b32a975), closes #1284
  • fix(element-viewer): fix incorrect preview size when using SVG image format in Safari (acc8771), closes #1290
  • ci: add workflow for creating release (3034097)
  • ci: add workflow for publishing package to npm (f61210c)
  • ci: update GitHub Actions to use latest versions of checkout and setup-node actions (ba945ab)
  • docs: add Hello World example (a586dcb), closes #1282

2.1.0 (2025-10-19)

... (truncated)

Commits
  • b622a18 chore: update version to 2.2.0
  • 1158791 fix(cropperjs): correct regex for allowed elements and add test for similar t...
  • 0bbb4de build: release 2.1.1
  • 268be1a build: release v2.1.0
  • 6a933e3 feat(cropperjs): add destroy method
  • 6b8e5ff build: release v2.0.1
  • 42dba8b build: add missing /dist paths
  • 97f8787 fix: correct require.node.default export and explicitly export package.json (...
  • 91d5ab3 test(cropper): remove support for HTMLCanvasElement and improve container han...
  • 69a0ab6 test(cropperjs): add container option to getCropperSelections test
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [cropperjs](https://github.com/fengyuanchen/cropperjs/tree/HEAD/packages/cropperjs) from 1.6.3 to 2.2.0.
- [Release notes](https://github.com/fengyuanchen/cropperjs/releases)
- [Changelog](https://github.com/fengyuanchen/cropperjs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fengyuanchen/cropperjs/commits/v2.2.0/packages/cropperjs)

---
updated-dependencies:
- dependency-name: cropperjs
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Sep 2, 2026
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

Development

Successfully merging this pull request may close these issues.

0 participants