1.6.2 (2022-08-16)
- commit
plugin.xml
automatically (ad0186a)
1.6.1 (2022-08-16)
- correctly set plugin version in
plugin.xml
(397b515)
1.6.0 (2022-08-16)
- ios: you have to manually set
NSCameraUsageDescription
,NSPhotoLibraryUsageDescription
andNSMicrophoneUsageDescription
now
- ios: remove hardcoded plist permission strings (12425c7)
1.5.5 (2022-01-07)
1.5.4 (2021-10-18)
- ios: use correct key for error code (57180f3)
1.5.3 (2021-10-18)
- ios: use double instead of NSFloat (8bf948f)
1.5.2 (2021-10-18)
- 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)
1.5.0 (2021-10-10)
- add semantic release (cdf0006)
- Upgrade iOS dependency (See changes)
- Upgrade default android dependency (See Changes)
- iOS:
PickerCanceled
ErrorCode added
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
- Change obsolete
android.dataBinding.enabled
toandroid.buildFeatures.dataBinding
- fix error with new android default version
- use image.pngData() instead of UIImagePNGRepresentation
- iOS: Video Compression added
asJpeg added
- correctly compress Videos on Android
- return Unsupported Error on android
- fix: append correct screens by mediaType on iOS #7
startOnScreen
config added for iOS
- 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
- I changed my GitHub Username, so i need to adjust stuff
- Typing fixed (closes #4)
- Initial Release