Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@alexrintt alexrintt released this 16 Nov 15:04
· 31 commits to release since this release
310bf9d

0.7.0

  • New APIs and options.
  • There's no major breaking changes when updating to v0.7.0 but there are deprecation notices over Media Store and Environment API.

New

  • openDocument API with single and multiple files support @honjow.
  • openDocumentTree it now also supports persistablePermission option which flags an one-time operation to avoid unused permission issues.

Deprecation notices

  • All non SAF APIs are deprecated (Media Store and Environment APIs), if you are using them, let us know by opening an issue with your use-case so we can implement a new compatible API using a cross-platform approach.

Example project

  • Added a new button that implements openDocument API.