Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Latest commit

 

History

History
223 lines (100 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

223 lines (100 loc) · 10.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.3 (2023-03-31)

Features

  • ios: add pickerDismissed listener (#93) (85c1d5f)

0.6.2 (2023-03-01)

Features

  • ios: save temporary file to Directory​.Cache (#95) (b8cd1a0)

0.6.1 (2023-02-12)

Bug Fixes

  • ios: convertHeicToJpeg deleted the source file (da86d97)
  • ios: picked files were renamed (b55817b)

0.6.0 (2023-02-10)

⚠ BREAKING CHANGES

  • ios: duration is now returned in seconds and no longer in milliseconds.

Features

  • ios: add method convertHeicToJpeg (#89) (aa34d9a)

Bug Fixes

  • ios: invalid values for duration (#88) (0467a1d)

0.5.10 (2023-02-07)

Bug Fixes

  • android: catch null pointer exception (#87) (a4f1f56)

0.5.9 (2023-01-17)

Features

0.5.8 (2023-01-15)

Bug Fixes

  • ios: return the correct height and width according to the orientation (#75) (6c184c2)

0.5.7 (2023-01-10)

Bug Fixes

  • android: select files from external storage (#67) (06a3030)
  • ios: pickMedia, pickImages and pickVideos do not return multiple files (#68) (36e8321)

0.5.6 (2023-01-09)

Bug Fixes

  • android: unreported exception IOException (#65) (91e2714)

0.5.5 (2023-01-06)

Bug Fixes

  • ios: save files in a temporary directory (ad3f8bb)

0.5.4 (2023-01-06)

Bug Fixes

  • wrong data type was returned for duration, height and width (7a42c13)

0.5.3 (2023-01-06)

Features

  • add methods pickImages, pickMedia and pickVideos (#62) (b7c1381)
  • return duration, width and height properties (#63) (cb7e4ef)

0.5.2 (2022-10-11)

Bug Fixes

  • android: files of type text/csv are not selectable (#51) (25ed4d9)

0.5.1 (2022-10-09)

Bug Fixes

  • android: base64 encoded data contains line breaks (#49) (953d92a)

0.5.0 (2022-09-04)

⚠ BREAKING CHANGES

  • set default value of readData to false (#43)

  • set default value of readData to false (#43) (6100f00)

0.4.0 (2022-08-04)

⚠ BREAKING CHANGES

  • This plugin was renamed to @capawesome/capacitor-file-picker. Please install the new npm package and run npx cap sync.
  • This plugin now only supports Capacitor 4.

Features

0.3.1 (2022-07-13)

Features

Bug Fixes

  • android: map text/csv to text/comma-separated-values (#36) (87b82f6)

0.3.0 (2022-02-23)

⚠ BREAKING CHANGES

  • Property data of File is now optional

Features

0.2.3 (2022-01-26)

Bug Fixes

  • inline source code in esm map files (41952b2)

0.2.2 (2021-11-22)

Bug Fixes

  • android: add fallback for file name (#20) (96fc1e6)

0.2.1 (2021-10-31)

Bug Fixes

  • android: local files are not shown with empty types array (#18) (fc2c6aa)
  • web: increase timeout to detect cancel (#19) (d03c001)

0.2.0 (2021-10-02)

⚠ BREAKING CHANGES

  • Method pickFile is replaced by pickFiles

Features

  • support for multiple file selection (#14) (ea7f055)

0.1.3 (2021-10-01)

Bug Fixes

  • local files are not shown (0115e2b)

0.1.2 (2021-08-29)

Features

Bug Fixes

  • ios: document picker swipe down not handled (#11) (ed13fee)

0.1.1 (2021-08-29)

Features

0.1.0 (2021-08-15)

Initial release 🎉