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

chore(deps): bump crop_your_image from 1.1.0 to 2.0.0 #138

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps crop_your_image from 1.1.0 to 2.0.0.

Changelog

Sourced from crop_your_image's changelog.

[2.0.0] - 2024.12.13

Breaking Changes

This major update includes some breaking changes. See migration guide for more details.

Interface Enhancements

  • Change the argument type exposed by onCropped callback into CropResult from Uint8List. This allows to handle errors as well as cropped image data. Thank you @​justprodev for your idea at #145!
  • Change how to implement ImageCropper to make it more flexibly customizable.
  • onMoved callback passes additional imageRect parameter.
  • Errors are now implementing Exception instead of Error.
  • Change the type of initialRectBuilder to InitialRectBuilder, and now legacy initialArea and initialSize are removed and merged into InitialRectBuilder to avoid confusion.

New Features

Bug Fixes

  • Fix a bug of circle crop not working with JPEG images.
  • Fix a bug of InvalidRectError happening unexpectedly. Thank you @​feimenggo and @​Lenkomotive for your fixes at #163! and #153!
  • Fix a bug of using unmounted context.
  • Fix a bug of crashing after disposing Crop widget.

Big appreciation to all the contributors joining discussions and sending PRs!

Commits

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 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 [crop_your_image](https://github.com/chooyan-eng/crop_your_image) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/chooyan-eng/crop_your_image/releases)
- [Changelog](https://github.com/chooyan-eng/crop_your_image/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chooyan-eng/crop_your_image/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 6, 2025
@inpt333
Copy link
Collaborator

inpt333 commented Jan 6, 2025

I take this one

@inpt333 inpt333 merged commit 21fa254 into main Jan 6, 2025
1 check passed
@inpt333 inpt333 deleted the dependabot/pub/crop_your_image-2.0.0 branch January 6, 2025 15:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant