Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

52 lines (36 loc) · 1.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0 - 2020-04-10

Fixed

Breaking

  • Capacitor 2.x is new minimum peer dependency. closes #19

1.0.1 - 2020-03-04

Added

  • Changelog file added

Changed

  • Dev dependencies upgraded

Fixed

  • #17 Avoid provider name collisions with multiple apps. thx @jpxd and @Raerten

Docs

  • Add import statement to MainActivity.java in readme example. thx @corysmc
  • #13 Add instructions for resolving the FAILED BINDER TRANSACTION error when the app goes to background. thx @FREEZX

1.0.0 - 2019-06-23

Changed

  • Minimum Capacitor version is now 1.0.0
  • Minimum Java version is 1.8
  • Plugin follows Capacitor's new Android structure and uses a project dependency instead of the Capacitor maven dependency which will solve versioning problems and compile errors

Fixed

  • Sharing files on iPad now works

1.0.0-beta.1 - 2019-03-02

Added

  • Share files using the native share dialog on Android and iOS
  • Download files on the Web