Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Latest commit

 

History

History
85 lines (43 loc) · 4.37 KB

CHANGELOG.md

File metadata and controls

85 lines (43 loc) · 4.37 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.1 (2021-10-18)

Features

Bug Fixes

1.6.3 (2021-08-05)

Bug Fixes

1.6.2 (2021-07-28)

Bug Fixes

  • Changed ImageEditorView for asView prop (d9a6fdd)

1.6.1 (2021-07-28)

Bug Fixes

  • Changed ImageEditorView for asView prop (d9a6fdd)

1.6.0 (2021-07-28)

Features

  • Updated to export the core image editor view (47c159f)
  • Upgraded to expo SDK 42 (9ad9c9b)

Bug Fixes

  • Updated to use latest permission methods for sdk42 (2fb775d)

1.5.1 (2021-05-06)

Features

  • Created NPM publish action (1dc0feb)

Bug Fixes

  • Updated NPM publish workflow (4e97d7b)

1.5.0 (2021-05-06)

Features

  • Ability to specify allowedTransformOperations and allowedAdjustmentOperations to control what operations the use has access to in full mode (9a7224d)
  • Crop only mode with custom hook to make cropping functionaility reusable (798e9b0)
  • Improved layout of the example (6d52dee)
  • Updated RNGH deps (e2daf03)

Bug Fixes

  • Added Standard Version (cbd2bb7)
  • Image crop overlay window not regsitering touches on Android in modal (6aeb120)
  • Missing types and typescript errors (5fbdad6)

1.4.4 (2021-04-23)