Skip to content

Latest commit

 

History

History
252 lines (128 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

252 lines (128 loc) · 10.9 KB

Change Log


2.3.0 (2022-11-13)

Features

Bug Fixes

  • present full screen for mac catalyst (#226) (3921dbc)

2.2.1 (2022-11-02)

Bug Fixes

2.2.0 (2022-10-31)

Features

  • add cropViewControllerDidImageTransformed (#222) (8fee217)

2.1.2 (2022-10-28)

Bug Fixes

2.1.1 (2022-08-28)

Bug Fixes

  • fix the weird rotation animation issue for alwaysUsingOnePresetFixedRatio (#202) (4440568)

2.1.0 (2022-08-27)

Features

Bug Fixes

  • 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)

Bug Fixes

  • restore showRotationDial setting (f3facb6)

2.0.0 (2022-07-21)

⚠ BREAKING CHANGES

  • refactor CropToolbarProtocol. Add heightForVerticalOrientation and widthForHorizonOrientation, remove heightForVerticalOrientationConstraint and widthForHorizonOrientationConstraint

Features

  • 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)

Features

  • expose CropInfo in cropViewControllerDidCrop (#157) (a0e3f39)

Bug Fixes

  • exclude Info.plist in Package file (4c5de48)

1.8.0 (2021-11-16)

Features

  • added support to set the rotation limits (#148) (8feece0)

1.7.5 (2021-11-06)

Bug Fixes

1.7.4 (2021-11-05)

Bug Fixes

1.7.3 (2021-10-27)

Bug Fixes

  • delete a blank row (d1506e1)
  • fix a code missing problem by bumping version (1a65bec)

1.7.2 (2021-08-11)

Bug Fixes

1.7.1 (2021-05-02)

Bug Fixes

  • Add logic for macCatalyst mac idiom (f4c8353)

1.7.0 (2021-05-02)

Features

1.6.2 (2021-04-26)

Bug Fixes

  • allow set different fixed ratio after preset transforamtion (#106) (06e98b8)

1.6.1 (2021-04-23)

Bug Fixes

  • 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)

Enhencement


Fix


Fix


Enhencement


Fix


Enhencement


Enhencement


Fix

Merge the PR #84:


Fix

Solve the issues:


Enhancement

Solve the issue: guoyingtao#79


Fix

Fix a bug for clockwise rotation guoyingtao#75



Fix

Remove animation when Mantis.Config.presetFixedRatioType is alwaysUsingOnePresetFixedRatio