Skip to content

Releases: react-native-documents/document-picker

Release 7.0.0

06 Oct 18:19
Compare
Choose a tag to compare

7.0.0 (2021-10-06)

Features

  • fileCopyUri to be null if copyTo not provided (#481) (6ff5fd3)

BREAKING CHANGES

  • fileCopyUri can be null. Also size and type can technically be null if an error occurs. This was previously not accounted for in typings.

Release 6.1.1

03 Oct 07:21
Compare
Choose a tag to compare

6.1.1 (2021-10-03)

Bug Fixes

  • improve typings for native module error (#479) (70338a8)

Release 6.1.0

02 Oct 20:24
Compare
Choose a tag to compare

6.1.0 (2021-10-02)

Bug Fixes

Features

Release 6.0.4

22 Aug 16:26
Compare
Choose a tag to compare

6.0.4 (2021-08-22)

Release 6.0.3

17 Aug 13:15
Compare
Choose a tag to compare

6.0.3 (2021-08-17)

Bug Fixes

Release 6.0.2

10 Aug 08:55
Compare
Choose a tag to compare

6.0.2 (2021-08-10)

Bug Fixes

  • TS make DocumentPickerResponse a single response (#451) (4c98593)

Release 6.0.1

09 Aug 20:58
Compare
Choose a tag to compare

6.0.1 (2021-08-09)

Release 6.0.0

09 Aug 20:12
Compare
Choose a tag to compare

6.0.0 (2021-08-09)

BREAKING CHANGES

  • ⚠️ Breaking in v6: pick returns a Promise<Array> instead of Promise. If you were using pick, change those usages to pickSingle.
  • deployment target changed to ios 11, specify platform :ios, '11.0' in your podfile
  • includes the work from (#421)

new features

  • new example project add, code rewritten to typescript (#421)

chore

Release 5.3.0

09 Aug 19:41
Compare
Choose a tag to compare

5.3.0 (2021-08-09)

WARNING: this release is not done correctly, it has breaking changes in it

Features

v5.2.0

15 Jun 21:05
Compare
Choose a tag to compare

new features

  • feat: add pickDirectory on Android (#414)