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: guoyingtao#79
1.4.7 - Fix clockwise roration bug (2020-11-19)
Fix a bug for clockwise rotation guoyingtao#75
1.4.6 - Remove animation (2020-11-18)
Remove animation when Mantis.Config.presetFixedRatioType is alwaysUsingOnePresetFixedRatio