2.23.1 (2024-10-28)
2.23.0 (2024-10-14)
2.22.0 (2024-07-20)
- fix the rotation issue when undo/redo for a flipped image (#393) (#394) (2ad6323)
- fix undo redo rotation issues when flipped (#396) (29b6fec)
2.21.0 (2024-04-10)
2.20.0 (2024-03-25)
2.19.0 (2024-03-04)
2.18.0 (2023-12-05)
2.17.1 (2023-11-21)
- update the logic of getting bitmapInfo to honor the original alpha channel information (#360) (f3180fe)
2.17.0 (2023-11-16)
2.16.1 (2023-11-02)
- fix fix-ratio not changing when switch to free ratio, change crop box then switch back (#351) (744cc2a)
2.16.0 (2023-11-02)
- loose dragging outside restrictions for fix ratios (0ccd247)
2.15.0 (2023-11-01)
- fix flip issue for preset transformation (#342) (2d06e2e)
- fix initial view show-up issue for preset transformation (#343) (4b94612)
- fix the crop masks become darker and darker when resetting multiple times (#331) (4f996c1)
- remove unnecessary checking logic for image origentations (#336) (08a684a)
2.14.1 (2023-07-13)
2.14.0 (2023-06-28)
2.13.0 (2023-06-22)
2.12.0 (2023-06-22)
2.11.0 (2023-06-16)
2.10.0 (2023-05-26)
- allow user to set CropView background color via config (#309) (a54521b)
- make rotation view customizable (#308) (07d1b32)
- output image processing errors (#305) (cdb7117)
- make CropRegion props public (#299) (d919e54)
- use CGImageAlphaInfo.noneSkipLast.rawValue instead of CGImageAlphaInfo.none.rawValue (3882317)
2.9.1 (2023-04-13)
- fix the guard logics for adjustUIForNewCrop (c093c15)
2.9.0 (2023-04-13)
- Added flag to disable deformation of crop box (#296) (ba65283)
- support custom waiting animation for async crop (#284) (7800c07)
- add guard to make sure scaleX and scaleY are not infinite (#297) (05a418d)
- fix resetting rotation dial caused UI issue (#287) (f432e36)
- fix RotationDial reset issue (82cc00e)
- fix vertical flip button icon image issue (643884b)
2.8.0 (2023-02-14)
2.7.0 (2023-02-05)
2.6.2 (2023-02-03)
2.6.1 (2023-02-01)
2.6.0 (2023-01-31)
2.5.2 (2023-01-30)
2.5.1 (2023-01-28)
2.5.0 (2023-01-27)
- add CropRegion into CropInfo (035b079)
- fix reset issues (b10d031)
- fix the issue when using canUseMultiplePresetFixedRatio with default ratio > 0 (#252) (cbd66dd)
2.4.0 (2023-01-16)
2.3.0 (2022-11-13)
2.2.1 (2022-11-02)
- solve reset UI issue (b531628)
2.2.0 (2022-10-31)
2.1.2 (2022-10-28)
2.1.1 (2022-08-28)
2.1.0 (2022-08-27)
- solve the issue of initial minimum zoom scale is not working (#190) (560e272)
- use round() instead of floor() for output image size (#197) (42bb6cc)
2.0.1 (2022-07-21)
- restore showRotationDial setting (f3facb6)
2.0.0 (2022-07-21)
- refactor CropToolbarProtocol. Add heightForVerticalOrientation and widthForHorizonOrientation, remove heightForVerticalOrientationConstraint and widthForHorizonOrientationConstraint
- add CropToolbarIconProvider protocol (#169) (42b89cd)
- add showAttachedCropToolbar option to CropToolbarConfig (#177) (417f607)
- Customize crop toolbar color (#178) (eaa8f06)
- make CropToolBar Sizable (#171) (d01662f)
- refactor configs and add zoom scale limitation settings (#184) (a46341d)
1.9.0 (2022-01-14)
- exclude Info.plist in Package file (4c5de48)
1.8.0 (2021-11-16)
1.7.5 (2021-11-06)
1.7.4 (2021-11-05)
1.7.3 (2021-10-27)
1.7.2 (2021-08-11)
- fix the wrong mask rounded rectangle value (#124) (33a8865)
- solve the SwiftLint errors (#126) (5e147aa)
1.7.1 (2021-05-02)
- Add logic for macCatalyst mac idiom (f4c8353)
1.7.0 (2021-05-02)
1.6.2 (2021-04-26)
1.6.1 (2021-04-23)
- fix “keep zooming” issue (#101) (eacc8ed)
- fix the issue of manul crop not working sometime (#102) (6f58bb7)
- fix the manual crop offset issue after rotation (#105) (5e8eb20)
- fixe a crop issue after rotation for alwaysUsingOnePresetFixedRatio (f8f7763)
- solve the issues when using normalizedTransform with presetFixedRatioType (#98) (de03623)
1.6.0 - Add Add Dutch localization (2021-04-09)
1.5.2 - Fix wrong ratio for fixed ratio selection (2021-03-30)
1.5.1 - Fix wrong auto zoom and a memory leak issue (2021-03-22)
1.4.12 - Set showRatiosType for RatioSelector (2021-02-23)
1.4.11 - Fix #85 #87 (2021-02-22)
Merge the PR #84:
Solve the issues:
1.4.8 - Fix clockwise roration bug (2021-01-17)
Solve the issue: #79
1.4.7 - Fix clockwise roration bug (2020-11-19)
Fix a bug for clockwise rotation #75
1.4.6 - Remove animation (2020-11-18)
Remove animation when Mantis.Config.presetFixedRatioType is alwaysUsingOnePresetFixedRatio