This is a comprehensive list of the breaking changes introduced in the major version releases.
This plugin now supports Capacitor 8. The minimum Android SDK version is 24 and the iOS deployment target is 15.0. Ensure your project meets these requirements before upgrading.
- On Android, the
androidxDocumentFileVersionvariable has been updated to1.1.0.
On Android, the path property returned in the CompressImageResult object is now a URI string instead of an absolute file path. This change was made to ensure consistent behavior across different Capacitor plugins.
| Before | After |
|---|---|
/data/user/0/com.example.plugin/cache/test.jpeg |
file:///data/user/0/com.example.plugin/cache/test.jpeg |
This plugin now only supports Capacitor 6.