Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

48 lines (24 loc) · 2.17 KB

2.1.2 (2024-05-27)

  • ios: Bug Fix.

2.1.1 (2024-05-21)

  • ios: Added a method closeImagePicker to close the image picker on ios devices.

2.1.0 (2023-11-23)

Breaking Changes

  • android: Return the Height and Width of selected images along with their paths.
  • ios: Return the Height and Width of selected images along with their paths.

2.0.5 (2023-11-10)

  • android: Return the Height and Width of selected images along with their paths.
  • ios: Return the Height and Width of selected images along with their paths.

2.0.4 (2023-07-12)

  • ios: Use interfaceOrientation for ios 13+.

2.0.3 (2023-02-27)

  • android: Add READ_MEDIA_IMAGES permission for Android 13(Required in API 33).

2.0.2 (2022-11-30)

  • ios: Fixed the camera swipe down bug by using presentationController.

2.0.1 (2021-05-18)

  • android: Added loader after images have been selected to avoid blank screen during transition from file explorer and app's current page

2.0.0 (2021-05-05)

Breaking Changes

  • android: Android 11 does not support WRITE_EXTERNAL_STORAGE permission and Playstore will reject any app's manifest containting this permission.

The plugin's new package name is: com.spoon.imagepicker