Skip to content

fix(deps): update dependency ngx-image-cropper to v8

Renovate Bot requested to merge renovate/ngx-image-cropper-8.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
ngx-image-cropper 4.0.1 -> 8.0.0 age adoption passing confidence

Release Notes

Mawi137/ngx-image-cropper (ngx-image-cropper)

v8.0.0

Compare Source

Breaking changes:

  • Minimal Angular version 16.0.0
  • ImageCropperComponent is now standalone so it should be imported instead of the ImageCropperModule (which has been dropped).

v7.2.1

Compare Source

v7.2.0

Compare Source

  • Add support for SVG images

v7.1.2

Compare Source

v7.1.1

Compare Source

v7.1.0

Compare Source

v7.0.3

Compare Source

v7.0.2

Compare Source

v7.0.1

Compare Source

v7.0.0

Compare Source

BREAKING CHANGE: by default the output will be set to blob. Using blob instead of a base64 should decrease the memory usage. If you wish to keep using base64, simply add output="base64" to the <image-cropper> tag.

When using blob as output, an objectUrl will also be provided which can be used to preview the image. However, you'll need to use the DomSanitizer to allow that url to be used in the HTML of your component.

this.croppedImageUrl = this.sanitizer.bypassSecurityTrustUrl(event.objectUrl);

v6.3.4

Compare Source

v6.3.3

Compare Source

v6.3.2

Compare Source

v6.3.1

Compare Source

v6.3.0

Compare Source

v6.2.2

Compare Source

v6.2.1

Compare Source

By setting allowMoveImage to true, you can drag the background image.
Set transform.translateUnit to px for the best experience (by default it's set to %).

v6.0.2

Only Angular 13+ is supported starting from this version.

v5.0.0

  • Dropped support for Angular 9
  • Prefixed css classes with ngx-ic- to avoid conflicts with external css classes.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports