Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump cropperjs from 1.6.2 to 2.0.0 in /webapp #8263

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 8, 2025

Bumps cropperjs from 1.6.2 to 2.0.0.

Release notes

Sourced from cropperjs's releases.

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

Breaking Changes

  • CropperSelection
    • Rename the linked property to dynamic.

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

v2.0.0-beta

As of v2.0.0-beta, Cropper.js has been refactored with custom elements, which is completely different from v2.0.0-alpha.

v2.0.0-alpha.2

  • Merge improvements from v1.

v2.0.0-alpha.1

  • Merge improvements from v1.

v2.0.0-alpha

Breaking changes

  • Integrate the canvas and the crop box for better user experience.
  • Change the properties of the zoom event:
    • event.detail.ratio => event.detail.scale
    • event.detail.oldRatio => event.detail.oldScale

Features

... (truncated)

Changelog

Sourced from cropperjs's changelog.

2.0.0 (2025-03-01)

  • build: config issue template (649b2fa)
  • build: prepare v2 stable version (ae55bdf)
  • build: update dependencies (56cef09)
  • build: update issue template for bug reports (dc09c90)
  • build: update repo urls (2bee699)
  • ci: update action version (0bb45db)
  • docs(element-canvas): except the "scale" option for the event.detail.action of actionstart/move/ (c778cb6)

2.0.0-rc.2 (2024-08-18)

  • build: release v2.0.0-rc.2 (396f2c7)
  • fix(element-selection): disable keyboard control when input something (af97972), closes #1192

2.0.0-rc.1 (2024-07-06)

  • build: ignore docs/public/service-worker.js file (d9cff71)
  • build: release 2.0.0-rc.1 (1a290d5)
  • docs: add version info and changelog link (4281c7f)
  • docs: unregister service worker (236d155)
  • docs(element-selection): add dynamic changes example (3b853fb)
  • fix(element-image): zoom when the selection is both zoomable and dynamic (0193036)
  • fix(element-selection): backward compatible with linked="true" only (64e2714)
  • fix(element-selection): fix wrong action end listener (5f764a1)
  • refactor(cropperjs): disable zoomable by default (f63e55d)
  • feat(element-selection): pass zoom events down to image when selection is not zoomable (3aa7ff4), closes #1182

2.0.0-rc.0 (2024-06-22)

  • build: release 2.0.0-rc.0 (08368f1)
  • build: update dependencies (b9719fe)
  • refactor(element-selection): backward compatible with 2.0.0-rc for the linked property (0a931ed)
  • refactor(element-selection): simplify the $handleAction function (388c71a)
  • fix(element-selection): fix select action interaction (a0ad269), closes #1176
  • fix(element-selection): fix wrong event to read shiftKey (206d2b4)
  • fix(element-selection): reset the initialCoverage property to its initial value when creating new (57e2688)
  • perf(element-selection): Avoid repeatedly calling the $change method (a99a5bd)
  • refactor(element-selection)!: rename the linked property to dynamic and disable it by default (8a005ab), closes #1175
  • docs(element-handle): add example for toggling action on dblclick (1829c23)

2.0.0-rc (2024-05-26)

... (truncated)

Commits
  • 08a3d16 build: release v2.0.0
  • ae55bdf build: prepare v2 stable version
  • 2bee699 build: update repo urls
  • 396f2c7 build: release v2.0.0-rc.2
  • 1a290d5 build: release 2.0.0-rc.1
  • f63e55d refactor(cropperjs): disable zoomable by default
  • 08368f1 build: release 2.0.0-rc.0
  • 8a005ab refactor(element-selection)!: rename the linked property to dynamic and d...
  • 7027554 build: release 2.0.0-rc
  • 1851f25 feat(element-selection): add new linked property
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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.2 to 2.0.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.0.0/packages/cropperjs)

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

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants