Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
118 lines (65 loc) · 5.62 KB

CHANGELOG.md

File metadata and controls

118 lines (65 loc) · 5.62 KB

1.6.2 (2022-08-16)

Bug Fixes

  • commit plugin.xml automatically (ad0186a)

1.6.1 (2022-08-16)

Code Refactoring

  • correctly set plugin version in plugin.xml (397b515)

1.6.0 (2022-08-16)

⚠ BREAKING CHANGES

  • ios: you have to manually set NSCameraUsageDescription, NSPhotoLibraryUsageDescription and NSMicrophoneUsageDescription now

Features

  • android: Support PickerCanceled error (#43) (f57f470)
  • ios: update library version (ca3a33e)

Code Refactoring

  • ios: remove hardcoded plist permission strings (12425c7)

1.5.5 (2022-01-07)

Bug Fixes

  • android: don't wrap base64 output (#33) (b03620b)

1.5.4 (2021-10-18)

Bug Fixes

  • ios: use correct key for error code (57180f3)

1.5.3 (2021-10-18)

Bug Fixes

  • ios: use double instead of NSFloat (8bf948f)

1.5.2 (2021-10-18)

Bug Fixes

  • ios: fix ioa15 styling See (1c02839)
  • ios: remove line breaks from generated base64 (dfb472b)
  • ios: remove line breaks from generated video base64 (1f60c2d)

1.5.1 (2021-10-12)

Bug Fixes

  • ios: use double instead of NSFloat (#26) (91a0c2a)

1.5.0 (2021-10-10)

Features

  • ios: add more video config options (#24) (2833f38)

Code Refactoring

1.4.0

  • Upgrade iOS dependency (See changes)
  • Upgrade default android dependency (See Changes)
  • iOS: PickerCanceled ErrorCode added

Breaking

The Change of the android dependency also includes a dependency-name change. This could cause old versions to not work anymore. So make sure to update ANDROID_IMAGE_PICKER_VERSION in the package.json to 1.2.2

1.3.2

  • Change obsolete android.dataBinding.enabled to android.buildFeatures.dataBinding

1.3.1

  • fix error with new android default version

1.3.0

  • use image.pngData() instead of UIImagePNGRepresentation
  • iOS: Video Compression added
  • asJpeg added
  • correctly compress Videos on Android

1.2.0

  • return Unsupported Error on android
  • fix: append correct screens by mediaType on iOS #7
  • startOnScreen config added for iOS

1.1.0

  • Update Android default Version to 1.1.4 --> Enabled SDK 30 support
  • Update iOS Pod to 4.4.0 --> Changelog
  • BREAKING: iOS know works with a file url and only returns isBase64 if asBase64: true was set
  • Function cleanup added for ios

1.0.1

  • I changed my GitHub Username, so i need to adjust stuff
  • Typing fixed (closes #4)

1.0.0

  • Initial Release