Releases: EinfachHans/cordova-plugin-advanced-imagepicker
Releases · EinfachHans/cordova-plugin-advanced-imagepicker
V1.6.2
1.6.2 (2022-08-16)
Bug Fixes
- commit
plugin.xml
automatically (ad0186a)
V1.6.1
1.6.1 (2022-08-16)
Code Refactoring
- correctly set plugin version in
plugin.xml
(397b515)
V1.6.0
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)
V1.5.5
1.5.5 (2022-01-07)
Bug Fixes
V1.5.4
1.5.4 (2021-10-18)
Bug Fixes
- ios: use correct key for error code (57180f3)
V1.5.3
1.5.3 (2021-10-18)
Bug Fixes
- ios: use double instead of NSFloat (8bf948f)
V1.5.2
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)
V1.5.1
1.5.1 (2021-10-12)
Bug Fixes
- ios: use double instead of NSFloat (#26) (91a0c2a)
V1.5.0
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